|
qm-dsp 1.8
|
#include <MFCC.h>
Public Member Functions | |
| MFCCConfig (int _FS) | |
Public Attributes | |
| int | FS |
| int | fftsize |
| int | nceps |
| double | logpower |
| bool | want_c0 |
| WindowType | window |
|
inline |
| int MFCCConfig::FS |
Definition at line 24 of file MFCC.h.
Referenced by MFCC::MFCC(), and MFCCConfig().
| int MFCCConfig::fftsize |
Definition at line 25 of file MFCC.h.
Referenced by ClusterMeltSegmenter::initialise(), MFCC::MFCC(), and MFCCConfig().
| int MFCCConfig::nceps |
Definition at line 26 of file MFCC.h.
Referenced by ClusterMeltSegmenter::initialise(), MFCC::MFCC(), and MFCCConfig().
| double MFCCConfig::logpower |
Definition at line 27 of file MFCC.h.
Referenced by MFCC::MFCC(), and MFCCConfig().
| bool MFCCConfig::want_c0 |
Definition at line 28 of file MFCC.h.
Referenced by ClusterMeltSegmenter::initialise(), MFCC::MFCC(), and MFCCConfig().
| WindowType MFCCConfig::window |
Definition at line 29 of file MFCC.h.
Referenced by MFCC::MFCC(), and MFCCConfig().