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.
Pat
Pat 2012 年 9 月 15 日
ok walter Thanks

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeWavelet Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by