Is there any way to get the .wav file exported after modifications in matlab?
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
I've been using matlab to test audio modifications for a school project...
I need to develop a script for this project and i would like to know if anyone knows a way or a function to save the wav file as wav again, with modifications made, because I see only options to save as .mat
I've already searched on forums and google... but I haven't found anything useful..
/sorry about my shitty english and my ignorance/ thank you
댓글 수: 0
답변 (2개)
Honglei Chen
2012년 8월 23일
편집: Honglei Chen
2012년 8월 23일
2 개 추천
You can use wavwrite
Also dsp.AudioFileWriter if you have DSP System Toolbox
댓글 수: 0
Jan
2012년 8월 24일
We do not have problems with an inproper English, we simply ask for clarifications on demand. But "searching on forums" must include to ask Google for "Matlab save wav". And then the first link forwards you to the documentation of doc wavwrite. Other simple methods to find the answer by your own:
lookfor wav
docsearch wav
help wavread % and look into the "See also" line at the bottom
댓글 수: 0
이 질문은 마감되었습니다.
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!