marf.Preprocessing.Endpoint
Class Endpoint

java.lang.Object
  |
  +--marf.Storage.StorageManager
        |
        +--marf.Preprocessing.Preprocessing
              |
              +--marf.Preprocessing.Endpoint.Endpoint
All Implemented Interfaces:
IStorageManager, java.io.Serializable

public class Endpoint
extends Preprocessing

Class Endpoint.

Not Implemented

$Id: Endpoint.java,v 1.15 2005/06/04 23:52:13 mokhov Exp $

Since:
0.0.1
Version:
$Revision: 1.15 $
Author:
Serguei Mokhov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class marf.Preprocessing.Preprocessing
oSample
 
Fields inherited from class marf.Storage.StorageManager
iCurrentDumpMode, oObjectToSerialize, strFilename
 
Fields inherited from interface marf.Storage.IStorageManager
DUMP_BINARY, DUMP_CSV_TEXT, DUMP_GZIP_BINARY, DUMP_HTML, DUMP_SQL, DUMP_XML, INTERFACE_CODE_REVISION, sastrExtensionsMap
 
Constructor Summary
Endpoint(marf.Preprocessing.Preprocessing poPreprocessing)
          Preprocessing pipeline constructor.
Endpoint(marf.Storage.Sample poSample)
          Endpoint Constructor.
 
Method Summary
 boolean cropAudio(double pdStartingFrequency, double pdEndFrequency)
          Not Implemented.
static java.lang.String getRevision()
          Returns source code revision information.
 boolean preprocess()
          Not Implemented.
 boolean removeNoise()
          Not Implemented.
 boolean removeSilence()
          Not Implemented.
 
Methods inherited from class marf.Preprocessing.Preprocessing
backSynchronizeObject, getSample, normalize, normalize, normalize
 
Methods inherited from class marf.Storage.StorageManager
dump, dumpBinary, dumpCSV, dumpGzipBinary, dumpHTML, dumpSQL, dumpXML, getDefaultExtension, getDefaultExtension, getDumpMode, getFilename, restore, restoreBinary, restoreCSV, restoreGzipBinary, restoreHTML, restoreSQL, restoreXML, setDumpMode, setFilename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Endpoint

public Endpoint(marf.Preprocessing.Preprocessing poPreprocessing)
         throws PreprocessingException
Preprocessing pipeline constructor.

Parameters:
poPreprocessing - followup preprocessing module
Throws:
PreprocessingException
Since:
0.3.0

Endpoint

public Endpoint(marf.Storage.Sample poSample)
         throws PreprocessingException
Endpoint Constructor.

Parameters:
poSample - incoming sample
Throws:
PreprocessingException
Method Detail

preprocess

public boolean preprocess()
                   throws PreprocessingException
Not Implemented.

Specified by:
preprocess in class Preprocessing
Returns:
nothing
Throws:
NotImplementedException
PreprocessingException - never thrown
See Also:
Preprocessing.removeNoise(), Preprocessing.removeSilence()

removeNoise

public boolean removeNoise()
                    throws PreprocessingException
Not Implemented.

Overrides:
removeNoise in class Preprocessing
Returns:
nothing
Throws:
NotImplementedException
PreprocessingException - never thrown

removeSilence

public boolean removeSilence()
                      throws PreprocessingException
Not Implemented.

Overrides:
removeSilence in class Preprocessing
Returns:
nothing
Throws:
NotImplementedException
PreprocessingException - never thrown

cropAudio

public boolean cropAudio(double pdStartingFrequency,
                         double pdEndFrequency)
                  throws PreprocessingException
Not Implemented.

Overrides:
cropAudio in class Preprocessing
Parameters:
pdStartingFrequency - unused
pdEndFrequency - unused
Returns:
nothing
Throws:
NotImplementedException
PreprocessingException - never thrown

getRevision

public static java.lang.String getRevision()
Returns source code revision information.

Returns:
revision string
Since:
0.3.0