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!