error in generating .coe file fom audio file
이전 댓글 표시
I want to fetch the coefficients of a wave file into .coe file so that i can use it in Xilinx logicore file.for that i write the following code ,but it gives me error at wavread line. The code is following
Filename ='Click.wav';
Y = wavread (Filename);<----------- shows error
set (Y ,'arithmatic' ,'fixed');
Error is ----- can't support. I have keep the audio file in my matlab work folder please help me to resolve the problem .If the method to convert .wav file to .coe file is wrong then please suggest alternative method.
coewrite (Y ,16,'wavecoefile');
답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Code Generation and Deployment에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!