Marsyas
0.6.0-alpha
|
Convert LPC coefficients to Cepstrum coefficients. More...
#include <LPCC.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
LPCC (std::string name) | |
LPCC (const LPCC &a) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~LPCC () |
Convert LPC coefficients to Cepstrum coefficients.
This MarSystem is expecting to receive at its input LPC coefficients + Pitch + Power, as output by the LPC MarSystem (see LPC.cpp/.h). It only converts the LPC coefficients to cepstral coefficients and ignores the pitch value received from LPC.