How do we calculate the filters in Mel-Frequency Cepstrum Coefficients Algorithm?

Posted by André Ferreira on Stack Overflow See other posts from Stack Overflow or by André Ferreira
Published on 2009-10-28T00:20:42Z Indexed on 2010/04/10 0:03 UTC
Read the original article Hit count: 354

Filed under:
|
|

After calculating the FFT and with the frequency we need to do something like this: http://instruct1.cit.cornell.edu/courses/ece576/FinalProjects/f2008/pae26%5Fjsc59/pae26%5Fjsc59/images/melfilt.png

We filter the frequency spectrum with those triangles. I saw that we can use distint ways to calculcate the triangles. I will make the size of the triangles equal till 1kz and after that obtained with log function.

What should we do now? With the frequency spectrum and the triangles defined.. - We should filter the frequency (frequencies limited to the triangles, if goes higher only counts till the triangle limit) and calculate the value of each triangle (and after that continue the algorithm).

But when does the mel conversation happens? m = 2595 log (f/700 + 1) When do we pass from frequency to mel..

Can someone guide me in the right direction plz :d

© Stack Overflow or respective owner

Related posts about frequency

Related posts about voice