noonie
Newbie level 3
I need help in my project. it's about sample rate conversion in matlab for a wav file I've done a few steps and I need someone to help me with the rest.
>> [y,Fs]=wavread(' .wav')
>>sound[y,Fs]
then I need to write the instruction z=2y then sound(z,Fs) but it gives me error !!
>> [y,Fs]=wavread(' .wav')
>>sound[y,Fs]
then I need to write the instruction z=2y then sound(z,Fs) but it gives me error !!
Last edited by a moderator: