|
Marsyas
0.6.0-alpha
|
Compute Warped LPC coefficients, Pitch and Power [STILL UNDER TESTING!]. More...
#include <LPC.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| LPC (std::string name) | |
| LPC (const LPC &) | |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ~LPC () | |
Compute Warped LPC coefficients, Pitch and Power [STILL UNDER TESTING!].
Linear Prediction Coefficients (LPC). Features commonly used in Speech Recognition research. This class is a modification of the original Marsyas0.1 LPC class. The following differences apply:
1.7.6.1