|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--marf.Storage.StorageManager
|
+--marf.Preprocessing.Preprocessing
|
+--marf.Preprocessing.Endpoint.Endpoint
Class Endpoint.
Not Implemented
$Id: Endpoint.java,v 1.15 2005/06/04 23:52:13 mokhov Exp $
| 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 |
public Endpoint(marf.Preprocessing.Preprocessing poPreprocessing)
throws PreprocessingException
poPreprocessing - followup preprocessing module
PreprocessingException
public Endpoint(marf.Storage.Sample poSample)
throws PreprocessingException
poSample - incoming sample
PreprocessingException| Method Detail |
public boolean preprocess()
throws PreprocessingException
preprocess in class PreprocessingNotImplementedException
PreprocessingException - never thrownPreprocessing.removeNoise(),
Preprocessing.removeSilence()
public boolean removeNoise()
throws PreprocessingException
removeNoise in class PreprocessingNotImplementedException
PreprocessingException - never thrown
public boolean removeSilence()
throws PreprocessingException
removeSilence in class PreprocessingNotImplementedException
PreprocessingException - never thrown
public boolean cropAudio(double pdStartingFrequency,
double pdEndFrequency)
throws PreprocessingException
cropAudio in class PreprocessingpdStartingFrequency - unusedpdEndFrequency - unused
NotImplementedException
PreprocessingException - never thrownpublic static java.lang.String getRevision()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||