#include <MelFilterBank.hxx>

Definition at line 35 of file MelFilterBank.hxx.
Public Member Functions | |
| DYNAMIC_TYPE_USING_INTERFACE (MelFilterBankConfig, 6, ProcessingConfig) | |
| DYN_ATTRIBUTE (0, public, TSize, SpectrumSize) | |
| Spectrum size. | |
| DYN_ATTRIBUTE (1, public, TData, SpectralRange) | |
| Spectral Range. | |
| DYN_ATTRIBUTE (2, public, TData, LowCutoff) | |
| Low cutoff frequency. | |
| DYN_ATTRIBUTE (3, public, TData, HighCutoff) | |
| High cutoff frequency. | |
| DYN_ATTRIBUTE (4, public, TSize, NumBands) | |
| Number of Bands. | |
| DYN_ATTRIBUTE (5, public, bool, UsePower) | |
| Use square of the spectrum for computation (false by default). | |
Protected Member Functions | |
| void | DefaultInit () |
| The concrete dynamic type constructor calls DefaultInit(). | |
| CLAM::MelFilterBankConfig::DYNAMIC_TYPE_USING_INTERFACE | ( | MelFilterBankConfig | , | |
| 6 | , | |||
| ProcessingConfig | ||||
| ) |
| CLAM::MelFilterBankConfig::DYN_ATTRIBUTE | ( | 1 | , | |
| public | , | |||
| TData | , | |||
| SpectralRange | ||||
| ) |
Spectral Range.
| CLAM::MelFilterBankConfig::DYN_ATTRIBUTE | ( | 2 | , | |
| public | , | |||
| TData | , | |||
| LowCutoff | ||||
| ) |
Low cutoff frequency.
| CLAM::MelFilterBankConfig::DYN_ATTRIBUTE | ( | 3 | , | |
| public | , | |||
| TData | , | |||
| HighCutoff | ||||
| ) |
High cutoff frequency.
| CLAM::MelFilterBankConfig::DYN_ATTRIBUTE | ( | 4 | , | |
| public | , | |||
| TSize | , | |||
| NumBands | ||||
| ) |
Number of Bands.
| CLAM::MelFilterBankConfig::DYN_ATTRIBUTE | ( | 5 | , | |
| public | , | |||
| bool | , | |||
| UsePower | ||||
| ) |
Use square of the spectrum for computation (false by default).
| 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 39 of file MelFilterBank.cxx.
References CLAM::DynamicType::UpdateData().
1.5.5