-
-
Notifications
You must be signed in to change notification settings - Fork 105
MFCCs
Amirsina Torfi edited this page Apr 8, 2017
·
1 revision
The high level representation of generating MFCCs is described below:
- Signal must be reformed into stack of frames.
- For each frame the power spectrum must be computed.
- The desired filterbank must be designed for the relevant spectrum.
- The energy coefficients should be calculated by filtering the spectrum of frames using the designed filterbank(The energy coefficients are calculated so far).
- The log of the energy features should be computer(log-energy features).
- The Discrete Fourier Transform must be performed to eliminate the correlation.
- Usually first 13 coefficients are used and the rest will be discarded(Just a common sense and no pushing!).
By generating features we try to estimate a reliable estimation of the characteristics which are important.