Encoding the signal with 16 bits

3 visualizaciones (últimos 30 días)
Pat
Pat el 13 de Sept. de 2012
I have a sound wave
I have a code
[f,Fs] = wavread('wolf.wav');
sound(f, Fs);
please tell how to encode the soundwave by 16 bits

Respuestas (1)

Wayne King
Wayne King el 13 de Sept. de 2012
Editada: Wayne King el 13 de Sept. de 2012
Have you tried using the 'native' option when you read the data.
[f,Fs] = wavread('wolf.wav','native');
class(f)
  7 comentarios
Walter Roberson
Walter Roberson el 14 de Sept. de 2012
I am not familiar with the wavelet functions.
Pat
Pat el 15 de Sept. de 2012
ok walter Thanks

Iniciar sesión para comentar.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by