필터 지우기
필터 지우기

about audio processing

조회 수: 2 (최근 30일)
vijay rao
vijay rao 2012년 2월 6일
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';
  댓글 수: 1
vijay rao
vijay rao 2012년 2월 7일
thank you sir

댓글을 달려면 로그인하십시오.

추가 답변 (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