sample a audio signal in matlab

Status
Not open for further replies.

slminder

Newbie level 4
Joined
Jan 28, 2011
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,315
i want to sample a continuous audio signal from matlab software. is anyone know how to do it in matlab commands ??

(at least method to sample audio signal )
 

You use the following matlab functions:

wavread : To read your input audio signal
resample : Change the sampling rate
wavwrite: To save the modified audio signal

Go through the MATLAB HELP on the above functions.

-sv
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…