#include <mel-computations.h>

Public Member Functions | |
| MelBanksOptions (int num_bins=25) | |
| void | Register (OptionsItf *opts) | 
Public Attributes | |
| int32 | num_bins | 
| BaseFloat | low_freq | 
| BaseFloat | high_freq | 
| BaseFloat | vtln_low | 
| BaseFloat | vtln_high | 
| bool | debug_mel | 
| bool | htk_mode | 
Definition at line 43 of file mel-computations.h.
      
  | 
  inlineexplicit | 
Definition at line 56 of file mel-computations.h.
      
  | 
  inline | 
Definition at line 60 of file mel-computations.h.
References OptionsItf::Register().
Referenced by FbankOptions::Register(), MfccOptions::Register(), and PlpOptions::Register().
| bool debug_mel | 
Definition at line 51 of file mel-computations.h.
Referenced by MelBanks::MelBanks().
| BaseFloat high_freq | 
Definition at line 46 of file mel-computations.h.
Referenced by MelBanks::MelBanks(), MelBanks::MelScale(), and UnitTestHTKCompare6().
| bool htk_mode | 
Definition at line 55 of file mel-computations.h.
Referenced by MelBanks::MelBanks(), UnitTestHTKCompare1(), UnitTestHTKCompare2(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), UnitTestHTKCompare5(), and UnitTestSimple().
| BaseFloat low_freq | 
Definition at line 45 of file mel-computations.h.
Referenced by MelBanks::MelBanks(), MelBanks::MelScale(), kaldi::TestOnlineAppendFeature(), UnitTestHTKCompare1(), UnitTestHTKCompare2(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), UnitTestHTKCompare5(), UnitTestHTKCompare6(), and UnitTestSimple().
| int32 num_bins | 
Definition at line 44 of file mel-computations.h.
Referenced by FbankComputer::Compute(), PlpComputer::Compute(), MelBanks::MelBanks(), MfccComputer::MfccComputer(), PlpComputer::PlpComputer(), and UnitTestHTKCompare6().
| BaseFloat vtln_high | 
Definition at line 49 of file mel-computations.h.
Referenced by MelBanks::MelBanks(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), and UnitTestHTKCompare5().
| BaseFloat vtln_low | 
Definition at line 48 of file mel-computations.h.
Referenced by MelBanks::MelBanks(), UnitTestHTKCompare3(), UnitTestHTKCompare4(), and UnitTestHTKCompare5().