How to programming MFCC



Help me in computing the MFCC
I have computed the spectrum of the speech signal. After the Spectrum
is computed mel -scale filterbank is Applied. I have problem is
programming mel -scale filterbank. Can u help is continuing the
program.
Here is the program i have written
function spectogram();
nfft = 512;
M = 256;
overlap = 128;
[y, fs, nbits] = wavread('e:\\data\\khatoon-chopped.wav');
windows = hamming(M);
nhop = M - overlap;
nframe = length(y) / nhop;
x = 0;
for i = 1 : nframe - 1
frame = y(x+1:x + M);
x = x + nhop;
mul = windows .* frame;
Y(:,i)=fft(mul, nfft);
end
m = 40 + 20*log10(abs(Y));
imagesc(m);
title('spectogram - user defince function');
%end spectogram(fp);

Help me

Thanking you
P.Sathish Kumar

.



Relevant Pages

  • Re: 64 Bit XPe? When?
    ... > Arn't the concepts of XPe and 64bit computing at different ends of the spectrum??? ... One of our usages is for massive video input compression, storage, playback and distribution of video information. ...
    (microsoft.public.windowsxp.embedded)
  • Re: OT: 25th Anniversary of the Spectrum
    ... computing, is responsibility for many of us from the UK and Ireland ... We started with a ZX81. ... brother a joint Christmas present of a 48k Spectrum. ... the hours we had programming the ZX81 and the Spectrum to do ...
    (comp.sys.ibm.pc.games.action)
  • Re: OT: 25th Anniversary of the Spectrum
    ... computing, is responsibility for many of us from the UK and Ireland ... We started with a ZX81. ... brother a joint Christmas present of a 48k Spectrum. ... the hours we had programming the ZX81 and the Spectrum to do ...
    (comp.sys.ibm.pc.games.action)
  • Re: OT: 25th Anniversary of the Spectrum
    ... computing, is responsibility for many of us from the UK and Ireland getting into gaming and computing; I definitely wouldn't have the career I have today without it. ... There were a lot of ZX Spectrums used in germany as well at the time and often looked down upon by C64 owners, like the Atari ST was looked down upon later by Amiga owners. ... Still the underdogs Spectrum and ST probably provided more creativity to their users because they were not as closed and fixed on graphics as their competitors. ...
    (comp.sys.ibm.pc.games.action)