Borrar filtros
Borrar filtros

Output 'y' from wavread(filename): what is it?

1 visualización (últimos 30 días)
Nuchto
Nuchto el 17 de En. de 2013
I was wondering what exactly is the data stored in two columuns by y. If, for instance, I run y = wavread(a, 44100) (my file has a fs = 44100, so this would mean I am getting all the samples for the first second. Is this right?). So I would imagine y gives me the info, but I don't know exactly what are represented by the two columns). Thanks!

Respuesta aceptada

Walter Roberson
Walter Roberson el 17 de En. de 2013
The columns represent channels. Usually column 1 is the left channel and column 2 is the right channel.

Más respuestas (2)

Jan
Jan el 17 de En. de 2013
The values of y are the amplitude, and for stereo files you get 2 columns.

Nuchto
Nuchto el 17 de En. de 2013
Thank you so much!

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by