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 comentario

Walter Roberson
Walter Roberson el 6 de Feb. de 2012
Reference: http://www.mathworks.com/matlabcentral/answers/28232-about-audio-processing

Iniciar sesión para comentar.

 Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Feb. de 2012

0 votos

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

Más respuestas (0)

Categorías

Más información sobre Audio Processing Algorithm Design en Centro de ayuda y File Exchange.

Productos

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by