|
Marsyas
0.6.0-alpha
|
MFCC Mel-Frequency Cepstral Coefficients. Takes as input the N/2+1 spectrum Magnitude points output by PowerSpectrum. More...
#include <MFCC.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| MFCC (std::string name) | |
| MFCC (const MFCC &a) | |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ~MFCC () | |
MFCC Mel-Frequency Cepstral Coefficients. Takes as input the N/2+1 spectrum Magnitude points output by PowerSpectrum.
Mel-Frequency cepstral coefficients are features frequently used in Speech Recognition. The code is based on the corresponding function in the Auditory Toolbox by Malcolm Slaney.
Controls:
1.7.6.1