wav format data type in matlab
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (1)
Daniel Shub
am 25 Mai 2012
You should read the documentation to WAVREAD
doc wavread
You want
[Y,...]=WAVREAD(...,'native')
1 Kommentar
Susan
am 26 Mai 2012
Kategorien
Mehr zu Audio I/O and Waveform Generation finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!