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!