#include <feature-window.h>
Public Member Functions | |
FrameExtractionOptions () | |
void | Register (OptionsItf *opts) |
int32 | WindowShift () const |
int32 | WindowSize () const |
int32 | PaddedWindowSize () const |
Definition at line 35 of file feature-window.h.
|
inline |
Definition at line 53 of file feature-window.h.
|
inline |
Definition at line 112 of file feature-window.h.
References kaldi::RoundUpToNearestPowerOfTwo(), and FrameExtractionOptions::WindowSize().
Referenced by SpectrogramComputer::Compute(), MfccComputer::Compute(), FbankComputer::Compute(), PlpComputer::Compute(), kaldi::ExtractWindow(), FbankComputer::FbankComputer(), MelBanks::MelBanks(), MfccComputer::MfccComputer(), PlpComputer::PlpComputer(), and SpectrogramComputer::SpectrogramComputer().
|
inline |
Definition at line 69 of file feature-window.h.
References OptionsItf::Register().
Referenced by SpectrogramOptions::Register(), MfccOptions::Register(), FbankOptions::Register(), and PlpOptions::Register().
|
inline |
Definition at line 106 of file feature-window.h.
References FrameExtractionOptions::frame_shift_ms.
Referenced by kaldi::FirstSampleOfFrame(), and kaldi::NumFrames().
|
inline |
Definition at line 109 of file feature-window.h.
References FrameExtractionOptions::frame_length_ms.
Referenced by kaldi::ExtractWindow(), FeatureWindowFunction::FeatureWindowFunction(), kaldi::FirstSampleOfFrame(), kaldi::NumFrames(), FrameExtractionOptions::PaddedWindowSize(), and kaldi::ProcessWindow().
bool allow_downsample |
Definition at line 50 of file feature-window.h.
bool allow_upsample |
Definition at line 51 of file feature-window.h.
BaseFloat blackman_coeff |
Definition at line 48 of file feature-window.h.
Referenced by FeatureWindowFunction::FeatureWindowFunction().
BaseFloat dither |
Definition at line 39 of file feature-window.h.
Referenced by main(), kaldi::ProcessWindow(), kaldi::TestOnlineAppendFeature(), kaldi::TestOnlineMfcc(), kaldi::TestOnlinePlp(), kaldi::TestOnlineTransform(), UnitTestHTKCompare1(), UnitTestHTKCompare2(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), UnitTestHTKCompare5(), UnitTestHTKCompare6(), and UnitTestSimple().
BaseFloat frame_length_ms |
Definition at line 38 of file feature-window.h.
Referenced by main(), OnlineFeInput< E >::OnlineFeInput(), and FrameExtractionOptions::WindowSize().
BaseFloat frame_shift_ms |
Definition at line 37 of file feature-window.h.
Referenced by main(), OnlineFeInput< E >::OnlineFeInput(), and FrameExtractionOptions::WindowShift().
int max_feature_vectors |
Definition at line 52 of file feature-window.h.
BaseFloat preemph_coeff |
Definition at line 40 of file feature-window.h.
Referenced by kaldi::ProcessWindow(), kaldi::TestOnlineAppendFeature(), UnitTestHTKCompare1(), UnitTestHTKCompare2(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), UnitTestHTKCompare6(), and UnitTestSimple().
bool remove_dc_offset |
Definition at line 41 of file feature-window.h.
Referenced by kaldi::ProcessWindow(), kaldi::TestOnlineAppendFeature(), UnitTestHTKCompare1(), UnitTestHTKCompare2(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), UnitTestHTKCompare5(), UnitTestHTKCompare6(), and UnitTestSimple().
bool round_to_power_of_two |
Definition at line 47 of file feature-window.h.
Referenced by kaldi::TestOnlineAppendFeature(), UnitTestHTKCompare1(), UnitTestHTKCompare2(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), UnitTestHTKCompare5(), UnitTestHTKCompare6(), and UnitTestSimple().
BaseFloat samp_freq |
Definition at line 36 of file feature-window.h.
Referenced by MelBanks::MelBanks(), OnlineFeInput< E >::OnlineFeInput(), and kaldi::TestOnlineAppendFeature().
bool snip_edges |
Definition at line 49 of file feature-window.h.
Referenced by kaldi::ExtractWindow(), kaldi::FirstSampleOfFrame(), kaldi::NumFrames(), and OnlineFeInput< E >::OnlineFeInput().
std::string window_type |
Definition at line 42 of file feature-window.h.
Referenced by FeatureWindowFunction::FeatureWindowFunction(), kaldi::TestOnlineAppendFeature(), UnitTestHTKCompare1(), UnitTestHTKCompare2(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), UnitTestHTKCompare5(), UnitTestHTKCompare6(), and UnitTestSimple().