Help ! sample rate converter (32 kHz to 44.1 kHz)

Status
Not open for further replies.

shaq

Full Member level 5
Joined
Jul 23, 2005
Messages
311
Helped
14
Reputation
28
Reaction score
4
Trophy points
1,298
Activity points
3,397
Dear all,

I have a little project, that is,
to transfer sampling frequency from 32 KHz (or 48KHz) to 44.1 KHz.

How do I do the sample rate converter by writing Matlab code?
 

Re: Transfer sampling frequency from 32 kHz to 44.1 kHz?

Hi

You can change sampling rate in MATLAB using resample function.
y = resample(x, p, q);
Changes sampling rate of inpu,t p/q times the original sampling rate.

Regards
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…