MfccOptions contains basic options for computing MFCC features. More...
#include <feature-mfcc.h>
Public Member Functions | |
MfccOptions () | |
void | Register (OptionsItf *opts) |
Public Attributes | |
FrameExtractionOptions | frame_opts |
MelBanksOptions | mel_opts |
int32 | num_ceps |
bool | use_energy |
BaseFloat | energy_floor |
bool | raw_energy |
BaseFloat | cepstral_lifter |
bool | htk_compat |
MfccOptions contains basic options for computing MFCC features.
Definition at line 38 of file feature-mfcc.h.
|
inline |
Definition at line 51 of file feature-mfcc.h.
|
inline |
Definition at line 62 of file feature-mfcc.h.
References OptionsItf::Register(), MelBanksOptions::Register(), and FrameExtractionOptions::Register().
Referenced by main().
BaseFloat cepstral_lifter |
Definition at line 46 of file feature-mfcc.h.
Referenced by MfccComputer::Compute(), and MfccComputer::MfccComputer().
BaseFloat energy_floor |
Definition at line 43 of file feature-mfcc.h.
Referenced by MfccComputer::Compute(), and MfccComputer::MfccComputer().
FrameExtractionOptions frame_opts |
Definition at line 39 of file feature-mfcc.h.
Referenced by MfccComputer::Compute(), MfccComputer::GetMelBanks(), main(), MfccComputer::MfccComputer(), kaldi::TestOnlineAppendFeature(), kaldi::TestOnlineMfcc(), kaldi::TestOnlineTransform(), UnitTestHTKCompare1(), UnitTestHTKCompare2(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), UnitTestHTKCompare5(), UnitTestHTKCompare6(), and UnitTestSimple().
bool htk_compat |
Definition at line 48 of file feature-mfcc.h.
Referenced by MfccComputer::Compute(), UnitTestHTKCompare1(), UnitTestHTKCompare2(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), UnitTestHTKCompare5(), UnitTestHTKCompare6(), and UnitTestSimple().
MelBanksOptions mel_opts |
Definition at line 40 of file feature-mfcc.h.
Referenced by MfccComputer::GetMelBanks(), MfccComputer::MfccComputer(), UnitTestHTKCompare1(), UnitTestHTKCompare2(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), UnitTestHTKCompare5(), UnitTestHTKCompare6(), and UnitTestSimple().
int32 num_ceps |
Definition at line 41 of file feature-mfcc.h.
Referenced by MfccComputer::Compute(), main(), and MfccComputer::MfccComputer().
bool raw_energy |
Definition at line 45 of file feature-mfcc.h.
Referenced by MfccComputer::Compute().
bool use_energy |
Definition at line 42 of file feature-mfcc.h.
Referenced by MfccComputer::Compute(), main(), UnitTestHTKCompare1(), UnitTestHTKCompare2(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), UnitTestHTKCompare5(), and UnitTestHTKCompare6().