Effacer les filtres
Effacer les filtres

about audio processing

2 vues (au cours des 30 derniers jours)
vijay rao
vijay rao le 6 Fév 2012
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 commentaire
Walter Roberson
Walter Roberson le 6 Fév 2012
Reference: http://www.mathworks.com/matlabcentral/answers/28232-about-audio-processing

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 6 Fév 2012
y = wavread('DeadCityRadio.wav', 'native');
y8 = typecast(y(:), 'uint8');
ybin = dec2bin(y8, 8) - '0';
  1 commentaire
vijay rao
vijay rao le 7 Fév 2012
thank you sir

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Audio I/O and Waveform Generation dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by