wav format data type in matlab
Mostrar comentarios más antiguos
Hi, I found that data was in int type in wav file, but when I input the wav file into matlab using wavread(), I found that the data was in float type. Can someone tell me why?
Respuesta aceptada
Más respuestas (1)
Daniel Shub
el 25 de Mayo de 2012
You should read the documentation to WAVREAD
doc wavread
You want
[Y,...]=WAVREAD(...,'native')
1 comentario
Susan
el 26 de Mayo de 2012
Categorías
Más información sobre Audio I/O and Waveform Generation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!