marf.Preprocessing.Endpoint
Class Endpoint

java.lang.Object
  |
  +--marf.Preprocessing.Preprocessing
        |
        +--marf.Preprocessing.Endpoint.Endpoint
All Implemented Interfaces:
StorageManager

public class Endpoint
extends Preprocessing

Class Endpoint

Not Implemented

$Header: /cvsroot/marf/marf/src/marf/Preprocessing/Endpoint/Endpoint.java,v 1.7 2003/01/26 06:10:47 mokhov Exp $


Fields inherited from class marf.Preprocessing.Preprocessing
oSample
 
Constructor Summary
Endpoint(Sample poSample)
          Endpoint Constructor
 
Method Summary
 boolean cropAudio(double pdStartingFrequency, double pdEndFrequency)
          Not Implemented
 void dump()
          Not Implemented
 boolean preprocess()
          Not Implemented
 boolean removeNoise()
          Not Implemented
 boolean removeSilence()
          Not Implemented
 void restore()
          Not Implemented
 
Methods inherited from class marf.Preprocessing.Preprocessing
getSample, normalize
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Endpoint

public Endpoint(Sample poSample)
Endpoint Constructor
Parameters:
poSample - incoming sample
Method Detail

preprocess

public boolean preprocess()
                   throws PreprocessingException
Not Implemented
Overrides:
preprocess in class Preprocessing
Throws:
PreprocessingException -  

removeNoise

public boolean removeNoise()
                    throws PreprocessingException
Not Implemented
Overrides:
removeNoise in class Preprocessing
Throws:
PreprocessingException -  

removeSilence

public boolean removeSilence()
                      throws PreprocessingException
Not Implemented
Overrides:
removeSilence in class Preprocessing
Throws:
PreprocessingException -  

cropAudio

public boolean cropAudio(double pdStartingFrequency,
                         double pdEndFrequency)
                  throws PreprocessingException
Not Implemented
Overrides:
cropAudio in class Preprocessing
Throws:
PreprocessingException -  

dump

public void dump()
          throws java.io.IOException
Not Implemented
Overrides:
dump in class Preprocessing
Throws:
java.io.IOException -  

restore

public void restore()
             throws java.io.IOException
Not Implemented
Overrides:
restore in class Preprocessing
Throws:
java.io.IOException -