#include <MFCC.h>
Definition at line 35 of file MFCC.h.
◆ MFCC()
◆ ~MFCC()
◆ getfftlength()
int MFCC::getfftlength |
( |
| ) |
const |
|
inline |
◆ process() [1/2]
int MFCC::process |
( |
const double * |
inframe, |
|
|
double * |
outceps |
|
) |
| |
Process time-domain input data. inframe must contain getfftlength() samples. outceps must contain space for nceps values, plus one if want_c0 is specified.
◆ process() [2/2]
int MFCC::process |
( |
const double * |
real, |
|
|
const double * |
imag, |
|
|
double * |
outceps |
|
) |
| |
Process time-domain input data. real and imag must contain getfftlength()/2+1 elements (i.e. the conjugate half of the FFT is not expected). outceps must contain space for nceps values, plus one if want_c0 is specified.
◆ ceps
◆ earMag
◆ fft
◆ fftMag
◆ fftSize
◆ imagOut
◆ linearFilters
◆ linearSpacing
double MFCC::linearSpacing |
|
private |
◆ logFilters
◆ logPower
◆ logSpacing
◆ lowestFrequency
double MFCC::lowestFrequency |
|
private |
◆ mfccDCTMatrix
double** MFCC::mfccDCTMatrix |
|
private |
◆ mfccFilterWeights
double** MFCC::mfccFilterWeights |
|
private |
◆ nceps
◆ realOut
◆ samplingRate
◆ totalFilters
◆ WANT_C0
◆ window
The documentation for this class was generated from the following file: