#include <MelSpectrum.hxx>
Public Member Functions | |
MelSpectrum () | |
MelSpectrum (const MelSpectrum &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (MelSpectrum, 6) | |
__COMMON_DYN_ATTRIBUTE (0, public, TData, SpectralRange) protected | |
Spectral range. | |
bool | LoadSpectralRange (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, TTime, CenterTime) protected | |
Center time. | |
bool | LoadCenterTime (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (2, public, TData, LowCutoff) protected | |
Low frequency cutoff ( Hz ). | |
bool | LoadLowCutoff (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (3, public, TData, HighCutoff) protected | |
High frequency cutoff ( Hz ). | |
bool | LoadHighCutoff (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (4, public, TSize, NumBands) protected | |
Number of bands. | |
bool | LoadNumBands (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (5, public, DataArray, Coefficients) protected | |
The coefficients. | |
bool | LoadCoefficients (CLAM::Storage &s) |
Protected Member Functions | |
void | DefaultInit () |
The concrete dynamic type constructor calls DefaultInit(). |
Definition at line 32 of file MelSpectrum.hxx.
CLAM::MelSpectrum::MelSpectrum | ( | ) | [inline] |
Definition at line 35 of file MelSpectrum.hxx.
CLAM::MelSpectrum::MelSpectrum | ( | const MelSpectrum & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 35 of file MelSpectrum.hxx.
CLAM::MelSpectrum::__COMMON_DYN_ATTRIBUTE | ( | 5 | , | |
public | , | |||
DataArray | , | |||
Coefficients | ||||
) | [inline] |
The coefficients.
Definition at line 48 of file MelSpectrum.hxx.
CLAM::MelSpectrum::__COMMON_DYN_ATTRIBUTE | ( | 4 | , | |
public | , | |||
TSize | , | |||
NumBands | ||||
) | [inline] |
Number of bands.
Definition at line 46 of file MelSpectrum.hxx.
CLAM::MelSpectrum::__COMMON_DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
TData | , | |||
HighCutoff | ||||
) | [inline] |
High frequency cutoff ( Hz ).
Definition at line 44 of file MelSpectrum.hxx.
CLAM::MelSpectrum::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
TData | , | |||
LowCutoff | ||||
) | [inline] |
Low frequency cutoff ( Hz ).
Definition at line 42 of file MelSpectrum.hxx.
CLAM::MelSpectrum::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
TTime | , | |||
CenterTime | ||||
) | [inline] |
Center time.
Definition at line 40 of file MelSpectrum.hxx.
CLAM::MelSpectrum::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
TData | , | |||
SpectralRange | ||||
) | [inline] |
Spectral range.
Definition at line 38 of file MelSpectrum.hxx.
CLAM::MelSpectrum::__COMMON_DYNAMIC_TYPE | ( | MelSpectrum | , | |
6 | ||||
) |
void CLAM::MelSpectrum::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 30 of file MelSpectrum.cxx.
References CLAM::Hidden::dataRegistrator.
bool CLAM::MelSpectrum::LoadCenterTime | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 40 of file MelSpectrum.hxx.
bool CLAM::MelSpectrum::LoadCoefficients | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 48 of file MelSpectrum.hxx.
bool CLAM::MelSpectrum::LoadHighCutoff | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 44 of file MelSpectrum.hxx.
bool CLAM::MelSpectrum::LoadLowCutoff | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 42 of file MelSpectrum.hxx.
bool CLAM::MelSpectrum::LoadNumBands | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 46 of file MelSpectrum.hxx.
bool CLAM::MelSpectrum::LoadSpectralRange | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 38 of file MelSpectrum.hxx.