wav format data type in matlab
古いコメントを表示
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?
採用された回答
その他の回答 (1 件)
Daniel Shub
2012 年 5 月 25 日
You should read the documentation to WAVREAD
doc wavread
You want
[Y,...]=WAVREAD(...,'native')
カテゴリ
ヘルプ センター および File Exchange で Audio I/O and Waveform Generation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!