PlpOptions contains basic options for computing PLP features. More...
#include <feature-plp.h>
Public Member Functions | |
PlpOptions () | |
void | Register (OptionsItf *opts) |
PlpOptions contains basic options for computing PLP 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 42 of file feature-plp.h.
|
inline |
Definition at line 57 of file feature-plp.h.
|
inline |
Definition at line 71 of file feature-plp.h.
References OptionsItf::Register(), MelBanksOptions::Register(), and FrameExtractionOptions::Register().
Referenced by main().
int32 cepstral_lifter |
Definition at line 51 of file feature-plp.h.
Referenced by PlpComputer::Compute(), and PlpComputer::PlpComputer().
BaseFloat cepstral_scale |
Definition at line 52 of file feature-plp.h.
Referenced by PlpComputer::Compute(), and UnitTestHTKCompare1().
BaseFloat compress_factor |
Definition at line 50 of file feature-plp.h.
Referenced by PlpComputer::Compute().
BaseFloat energy_floor |
Definition at line 48 of file feature-plp.h.
Referenced by PlpComputer::Compute(), and PlpComputer::PlpComputer().
FrameExtractionOptions frame_opts |
Definition at line 43 of file feature-plp.h.
Referenced by PlpComputer::Compute(), PlpComputer::GetMelBanks(), PlpComputer::PlpComputer(), kaldi::TestOnlineAppendFeature(), kaldi::TestOnlinePlp(), UnitTestHTKCompare1(), and UnitTestSimple().
bool htk_compat |
Definition at line 54 of file feature-plp.h.
Referenced by PlpComputer::Compute(), kaldi::TestOnlineAppendFeature(), and UnitTestHTKCompare1().
int32 lpc_order |
Definition at line 45 of file feature-plp.h.
Referenced by PlpComputer::Compute(), and PlpComputer::PlpComputer().
MelBanksOptions mel_opts |
Definition at line 44 of file feature-plp.h.
Referenced by PlpComputer::Compute(), PlpComputer::GetMelBanks(), PlpComputer::PlpComputer(), kaldi::TestOnlineAppendFeature(), UnitTestHTKCompare1(), and UnitTestSimple().
int32 num_ceps |
Definition at line 46 of file feature-plp.h.
Referenced by PlpComputer::Compute(), and PlpComputer::PlpComputer().
bool raw_energy |
Definition at line 49 of file feature-plp.h.
Referenced by PlpComputer::Compute().
bool use_energy |
Definition at line 47 of file feature-plp.h.
Referenced by PlpComputer::Compute(), kaldi::TestOnlineAppendFeature(), and UnitTestHTKCompare1().