noonie
Newbie level 3
- Joined
- Dec 20, 2012
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,298
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: