#include <MelFilterBank.hxx>
Public Member Functions | |
MelFilterBankConfig () | |
MelFilterBankConfig (const MelFilterBankConfig &prototype, const bool shareData=false, const bool deep=true) | |
__COMMON_DYNAMIC_TYPE (MelFilterBankConfig, 6) | |
__COMMON_DYN_ATTRIBUTE (0, public, TSize, SpectrumSize) protected | |
Spectrum size. | |
bool | LoadSpectrumSize (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (1, public, TData, SpectralRange) protected | |
Spectral Range. | |
bool | LoadSpectralRange (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (2, public, TData, LowCutoff) protected | |
Low cutoff frequency. | |
bool | LoadLowCutoff (CLAM::Storage &s) |
__COMMON_DYN_ATTRIBUTE (3, public, TData, HighCutoff) protected | |
High cutoff frequency. | |
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, bool, UsePower) protected | |
Use square of the spectrum for computation (false by default). | |
bool | LoadUsePower (CLAM::Storage &s) |
Protected Member Functions | |
void | DefaultInit () |
The concrete dynamic type constructor calls DefaultInit(). |
Definition at line 35 of file MelFilterBank.hxx.
CLAM::MelFilterBankConfig::MelFilterBankConfig | ( | ) | [inline] |
Definition at line 38 of file MelFilterBank.hxx.
CLAM::MelFilterBankConfig::MelFilterBankConfig | ( | const MelFilterBankConfig & | prototype, | |
const bool | shareData = false , |
|||
const bool | deep = true | |||
) | [inline] |
Definition at line 38 of file MelFilterBank.hxx.
CLAM::MelFilterBankConfig::__COMMON_DYN_ATTRIBUTE | ( | 5 | , | |
public | , | |||
bool | , | |||
UsePower | ||||
) | [inline] |
Use square of the spectrum for computation (false by default).
Definition at line 50 of file MelFilterBank.hxx.
CLAM::MelFilterBankConfig::__COMMON_DYN_ATTRIBUTE | ( | 4 | , | |
public | , | |||
TSize | , | |||
NumBands | ||||
) | [inline] |
Number of Bands.
Definition at line 48 of file MelFilterBank.hxx.
CLAM::MelFilterBankConfig::__COMMON_DYN_ATTRIBUTE | ( | 3 | , | |
public | , | |||
TData | , | |||
HighCutoff | ||||
) | [inline] |
High cutoff frequency.
Definition at line 46 of file MelFilterBank.hxx.
CLAM::MelFilterBankConfig::__COMMON_DYN_ATTRIBUTE | ( | 2 | , | |
public | , | |||
TData | , | |||
LowCutoff | ||||
) | [inline] |
Low cutoff frequency.
Definition at line 44 of file MelFilterBank.hxx.
CLAM::MelFilterBankConfig::__COMMON_DYN_ATTRIBUTE | ( | 1 | , | |
public | , | |||
TData | , | |||
SpectralRange | ||||
) | [inline] |
Spectral Range.
Definition at line 42 of file MelFilterBank.hxx.
CLAM::MelFilterBankConfig::__COMMON_DYN_ATTRIBUTE | ( | 0 | , | |
public | , | |||
TSize | , | |||
SpectrumSize | ||||
) | [inline] |
Spectrum size.
Definition at line 40 of file MelFilterBank.hxx.
CLAM::MelFilterBankConfig::__COMMON_DYNAMIC_TYPE | ( | MelFilterBankConfig | , | |
6 | ||||
) |
void CLAM::MelFilterBankConfig::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 36 of file MelFilterBank.cxx.
bool CLAM::MelFilterBankConfig::LoadHighCutoff | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 46 of file MelFilterBank.hxx.
bool CLAM::MelFilterBankConfig::LoadLowCutoff | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 44 of file MelFilterBank.hxx.
bool CLAM::MelFilterBankConfig::LoadNumBands | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 48 of file MelFilterBank.hxx.
bool CLAM::MelFilterBankConfig::LoadSpectralRange | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 42 of file MelFilterBank.hxx.
bool CLAM::MelFilterBankConfig::LoadSpectrumSize | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 40 of file MelFilterBank.hxx.
bool CLAM::MelFilterBankConfig::LoadUsePower | ( | CLAM::Storage & | s | ) | [inline] |
Definition at line 50 of file MelFilterBank.hxx.