about audio processing

2 次查看(过去 30 天)
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
y = wavread('DeadCityRadio.wav', 'native');
y8 = typecast(y(:), 'uint8');
ybin = dec2bin(y8, 8) - '0';

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Audio 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