I wanna make the Mel-Frequency Cepstrum Algorithm but there are some things that I don't understand.
After FTT is done we need to "Map the powers of the spectrum obtained above onto the mel scale, using triangular overlapping windows."
I know how to calculate the triangles and I also know how to pass to mel scale. I simply don't know what to do with them.
If the triangles are defined, how do I map the power of the spectrum obtained above onto the mel scale?
Is it like this: Sum the frequencies inside the triangle and then pass it to mel scale? or Sum the frequencies inside the triangle according to a weight value (defined by the height of the triangle at that point) and then pass it to mel scale? or Pass all the frequencies inside the triangle to mel scale according to the weith value? Another thing?
Can anyone clarifies this to me