How can I embedded MFCC functions to my matlab
Show older comments
Hi can I get help to do my diploma project "voice recognition using Matlab" by using MFCC approach but the MFCC function doesn't exist in my Matlab program how I can use this function please help me .
I can't use this function
- r=mfcc(y,fs) where y= input wave sound
- c=melcepst(y,fs)
- [ceps,freqresp,fb,fbrecon,freqrecon]=mfcc(y,fs,nbit)where: ceps=cepstrum coefficients, freqresp=fast fourier transform, fb=converts to Mel-frequency scale, fbrecon=converts to standard frequency scale, freqreon=can be used to resample the data in order to create original spectrogram.
- [ceps,freqresp,fb,fbrecon,freqrecon] = mfcc(s, samplingRate, frameRate)thank you
Answers (1)
Walter Roberson
on 18 Sep 2012
0 votes
MFCC is not supplied by Mathworks. Try the File Exchange, such as http://www.mathworks.com/matlabcentral/fileexchange/23119-mfcc
Categories
Find more on Multirate Signal Processing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!