SpectrogramOptions contains basic options for computing spectrogram features. More...
#include <feature-spectrogram.h>
Public Member Functions | |
SpectrogramOptions () | |
void | Register (OptionsItf *opts) |
Public Attributes | |
FrameExtractionOptions | frame_opts |
BaseFloat | energy_floor |
bool | raw_energy |
bool | return_raw_fft |
SpectrogramOptions contains basic options for computing spectrogram features.
Definition at line 38 of file feature-spectrogram.h.
|
inline |
Definition at line 46 of file feature-spectrogram.h.
|
inline |
Definition at line 51 of file feature-spectrogram.h.
References OptionsItf::Register(), and FrameExtractionOptions::Register().
Referenced by main().
BaseFloat energy_floor |
Definition at line 40 of file feature-spectrogram.h.
Referenced by SpectrogramComputer::Compute(), and SpectrogramComputer::SpectrogramComputer().
FrameExtractionOptions frame_opts |
Definition at line 39 of file feature-spectrogram.h.
Referenced by SpectrogramComputer::Compute(), main(), and SpectrogramComputer::SpectrogramComputer().
bool raw_energy |
Definition at line 41 of file feature-spectrogram.h.
Referenced by SpectrogramComputer::Compute().
bool return_raw_fft |
Definition at line 42 of file feature-spectrogram.h.
Referenced by SpectrogramComputer::Compute().