#include <MelCepstrum.hxx>
Public Member Functions | |
MelCepstrum () | |
MelCepstrum (const MelCepstrum &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (MelCepstrum, 4) | |
__COMMON_DYN_ATTRIBUTE (0, public, TTime, CenterTime) protected | |
Center Time. | |
bool | LoadCenterTime (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, TData, LowCutoff) protected | |
Low frequency cutoff ( Hz ). | |
bool | LoadLowCutoff (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (2, public, TData, HighCutoff) protected | |
High frequency cutoff ( Hz ). | |
bool | LoadHighCutoff (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (3, public, DataArray, Coefficients) protected | |
The cepstrum coefficients. | |
bool | LoadCoefficients (CLAM::Storage &s) |
Protected Member Functions | |
void | DefaultInit () |
The concrete dynamic type constructor calls DefaultInit(). |
Definition at line 32 of file MelCepstrum.hxx.
CLAM::MelCepstrum::MelCepstrum | ( | ) | [inline] |
Definition at line 35 of file MelCepstrum.hxx.
CLAM::MelCepstrum::MelCepstrum | ( | const MelCepstrum & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 35 of file MelCepstrum.hxx.
CLAM::MelCepstrum::__COMMON_DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
DataArray | , | |||
Coefficients | ||||
) | [inline] |
The cepstrum coefficients.
Definition at line 44 of file MelCepstrum.hxx.
CLAM::MelCepstrum::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
TData | , | |||
HighCutoff | ||||
) | [inline] |
High frequency cutoff ( Hz ).
Definition at line 42 of file MelCepstrum.hxx.
CLAM::MelCepstrum::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
TData | , | |||
LowCutoff | ||||
) | [inline] |
Low frequency cutoff ( Hz ).
Definition at line 40 of file MelCepstrum.hxx.
CLAM::MelCepstrum::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
TTime | , | |||
CenterTime | ||||
) | [inline] |
Center Time.
Definition at line 38 of file MelCepstrum.hxx.
CLAM::MelCepstrum::__COMMON_DYNAMIC_TYPE | ( | MelCepstrum | , | |
4 | ||||
) |
void CLAM::MelCepstrum::DefaultInit | ( | void | ) | [protected] |
The concrete dynamic type constructor calls DefaultInit().
This allows user to initialize his/her object. But we define DefaultInit() here because we don't want to force writting one DefaultInit() function for each concrete dynamic type. If a dynamic type concrete class defines some (not-default) constructors, this should also call the DefaultInit().
Reimplemented from CLAM::DynamicType.
Definition at line 29 of file MelCepstrum.cxx.
bool CLAM::MelCepstrum::LoadCenterTime | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 38 of file MelCepstrum.hxx.
bool CLAM::MelCepstrum::LoadCoefficients | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 44 of file MelCepstrum.hxx.
bool CLAM::MelCepstrum::LoadHighCutoff | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 42 of file MelCepstrum.hxx.
bool CLAM::MelCepstrum::LoadLowCutoff | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 40 of file MelCepstrum.hxx.