FbankOptions contains basic options for computing filterbank features. More...
#include <feature-fbank.h>
Public Member Functions | |
FbankOptions () | |
void | Register (OptionsItf *opts) |
Public Attributes | |
FrameExtractionOptions | frame_opts |
MelBanksOptions | mel_opts |
bool | use_energy |
BaseFloat | energy_floor |
bool | raw_energy |
bool | htk_compat |
bool | use_log_fbank |
bool | use_power |
FbankOptions contains basic options for computing filterbank features.
It only includes things that can be done in a "stateless" way, i.e. it does not include energy max-normalization. It does not include delta computation.
Definition at line 41 of file feature-fbank.h.
|
inline |
Definition at line 51 of file feature-fbank.h.
|
inline |
Definition at line 62 of file feature-fbank.h.
References OptionsItf::Register(), MelBanksOptions::Register(), and FrameExtractionOptions::Register().
Referenced by main().
BaseFloat energy_floor |
Definition at line 45 of file feature-fbank.h.
Referenced by FbankComputer::Compute(), and FbankComputer::FbankComputer().
FrameExtractionOptions frame_opts |
Definition at line 42 of file feature-fbank.h.
Referenced by FbankComputer::Compute(), FbankComputer::FbankComputer(), FbankComputer::GetMelBanks(), UnitTestHTKCompare1(), UnitTestHTKCompare2(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), and UnitTestSimple().
bool htk_compat |
Definition at line 47 of file feature-fbank.h.
Referenced by FbankComputer::Compute(), UnitTestHTKCompare1(), UnitTestHTKCompare2(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), and UnitTestSimple().
MelBanksOptions mel_opts |
Definition at line 43 of file feature-fbank.h.
Referenced by FbankComputer::Compute(), FbankComputer::GetMelBanks(), UnitTestHTKCompare1(), UnitTestHTKCompare2(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), and UnitTestSimple().
bool raw_energy |
Definition at line 46 of file feature-fbank.h.
Referenced by FbankComputer::Compute().
bool use_energy |
Definition at line 44 of file feature-fbank.h.
Referenced by FbankComputer::Compute(), main(), UnitTestHTKCompare1(), UnitTestHTKCompare2(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), and UnitTestSimple().
bool use_log_fbank |
Definition at line 48 of file feature-fbank.h.
Referenced by FbankComputer::Compute().
bool use_power |
Definition at line 49 of file feature-fbank.h.
Referenced by FbankComputer::Compute().