marf.FeatureExtraction.Cepstral
Class Cepstral

java.lang.Object
  |
  +--marf.FeatureExtraction.FeatureExtraction
        |
        +--marf.FeatureExtraction.Cepstral.Cepstral
All Implemented Interfaces:
StorageManager

public class Cepstral
extends FeatureExtraction

Class Cepstral

$Header: /cvsroot/marf/marf/src/marf/FeatureExtraction/Cepstral/Cepstral.java,v 1.4.2.1 2003/02/16 18:26:46 mokhov Exp $


Fields inherited from class marf.FeatureExtraction.FeatureExtraction
adFeatures, oPreprocessing
 
Constructor Summary
Cepstral(Preprocessing poPreprocessing)
          Cepstral Constructor
 
Method Summary
 void dump()
          Not Implemented
 boolean extractFeatures()
          Not Implemented
 void restore()
          Not Implemented
 
Methods inherited from class marf.FeatureExtraction.FeatureExtraction
getFeaturesArray, hamming, hamming
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cepstral

public Cepstral(Preprocessing poPreprocessing)
Cepstral Constructor
Parameters:
poPreprocessing - Preprocessing module reference
Method Detail

extractFeatures

public final boolean extractFeatures()
                              throws FeatureExtractionException
Not Implemented
Overrides:
extractFeatures in class FeatureExtraction
Following copied from class: marf.FeatureExtraction.FeatureExtraction
Returns:
boolean true if there were features extracted, false otherwise

dump

public void dump()
          throws java.io.IOException
Not Implemented
Following copied from interface: marf.Storage.StorageManager
Throws:
java.io.IOException -  

restore

public void restore()
             throws java.io.IOException
Not Implemented
Following copied from interface: marf.Storage.StorageManager
Throws:
java.io.IOException -