about audio processing

sir i am sorry to say this but didn't get your previous answer will you please explain me,how can i use dec2bin function in order to convert wav file into binary values with help of an example because this is my first time.sorry sir plz reply

1 件のコメント

Walter Roberson
Walter Roberson 2012 年 2 月 6 日
Reference: http://www.mathworks.com/matlabcentral/answers/28232-about-audio-processing

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

 採用された回答

Walter Roberson
Walter Roberson 2012 年 2 月 6 日

0 投票

y = wavread('DeadCityRadio.wav', 'native');
y8 = typecast(y(:), 'uint8');
ybin = dec2bin(y8, 8) - '0';

1 件のコメント

vijay rao
vijay rao 2012 年 2 月 7 日
thank you sir

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeAudio I/O and Waveform Generation についてさらに検索

製品

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by