#include <MFCC.h>
      
        
          | GRT::MFCC::MFCC | ( | const MFCC & | rhs | ) |  | 
      
 
 
      
        
          | void GRT::MFCC::computeCC | ( | const vector< double > & | lfbe, | 
        
          |  |  | vector< double > & | cc | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | bool GRT::MFCC::computeFeatures | ( | const VectorDouble & | inputVector | ) |  |  | override | 
 
 
      
        
          | void GRT::MFCC::computeLFBE | ( | const vector< double > & | fft, | 
        
          |  |  | vector< double > & | lfbe | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | bool GRT::MFCC::deepCopyFrom | ( | const FeatureExtraction * | featureExtraction | ) |  |  | override | 
 
 
      
        
          | vector< double > GRT::MFCC::getCC | ( | const vector< double > & | lfbe | ) |  | 
      
 
 
  
  | 
        
          | struct Options GRT::MFCC::getOptions | ( |  | ) | const |  | inline | 
 
 
      
        
          | void GRT::MFCC::initialize | ( |  | ) |  | 
      
 
 
      
        
          | vector< double > GRT::MFCC::lifterCC | ( | const vector< double > & | cc | ) |  | 
      
 
 
  
  | 
        
          | bool GRT::MFCC::loadModelFromFile | ( | string | filename | ) |  |  | override | 
 
 
  
  | 
        
          | bool GRT::MFCC::loadModelFromFile | ( | fstream & | file | ) |  |  | override | 
 
 
      
        
          | MFCC & GRT::MFCC::operator= | ( | const MFCC & | rhs | ) |  | 
      
 
 
  
  | 
        
          | bool GRT::MFCC::reset | ( |  | ) |  |  | override | 
 
 
  
  | 
        
          | bool GRT::MFCC::saveModelToFile | ( | string | filename | ) | const |  | override | 
 
 
  
  | 
        
          | bool GRT::MFCC::saveModelToFile | ( | fstream & | file | ) | const |  | override | 
 
 
  
  | 
        
          | bool GRT::MFCC::setNoiseLevel | ( | double | noise_level | ) |  |  | inline | 
 
 
  
  | 
        
          | double* GRT::MFCC::dct_matrix_ |  | protected | 
 
 
  
  | 
        
          | bool GRT::MFCC::initialized_ |  | protected | 
 
 
  
  | 
        
          | RegisterFeatureExtractionModule< MFCC > GRT::MFCC::registerModule |  | staticprotected | 
 
 
  
  | 
        
          | vector<double> GRT::MFCC::tmp_cc_ |  | protected | 
 
 
  
  | 
        
          | vector<double> GRT::MFCC::tmp_lfbe_ |  | protected | 
 
 
The documentation for this class was generated from the following files: