how to read mp3 file in matlab
이전 댓글 표시
I am using windows7 operating system with version 7.13, i can't read mp3 file by using mp3read function. Here i am getting error as file can not open. Pleas any one suggest solution for this
답변 (1개)
Youssef Khmou
2013년 5월 10일
hi, try :
[y,Fs,nbits]=wavread(filename);
>>doc wavread
For information try :
doc mmfileinfo
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!