Encoding the signal with 16 bits

2 次查看(过去 30 天)
Pat
Pat 2012-9-13
I have a sound wave
I have a code
[f,Fs] = wavread('wolf.wav');
sound(f, Fs);
please tell how to encode the soundwave by 16 bits

回答(1 个)

Wayne King
Wayne King 2012-9-13
编辑:Wayne King 2012-9-13
Have you tried using the 'native' option when you read the data.
[f,Fs] = wavread('wolf.wav','native');
class(f)
  7 个评论
Walter Roberson
Walter Roberson 2012-9-14
I am not familiar with the wavelet functions.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Wavelet Toolbox 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by