marf.FeatureExtraction.F0
Class F0
java.lang.Object
marf.Storage.StorageManager
marf.FeatureExtraction.FeatureExtraction
marf.FeatureExtraction.F0.F0
- All Implemented Interfaces:
- java.lang.Cloneable, IFeatureExtraction, IStorageManager, java.io.Serializable
- public class F0
- extends FeatureExtraction
Class F0 - the Fundamental Frequency Extraction.
$Id: F0.java,v 1.16 2005/08/14 01:15:55 mokhov Exp $
- Since:
- 0.0.1
- Version:
- $Revision: 1.16 $
- Author:
- Serguei Mokhov
- See Also:
- Serialized Form
Methods inherited from class marf.Storage.StorageManager |
dump, dumpBinary, dumpCSV, dumpGzipBinary, dumpHTML, dumpSQL, dumpXML, enableDumpOnNotFound, equals, getDefaultExtension, getDefaultExtension, getDumpMode, getFilename, hashCode, restore, restoreBinary, restoreCSV, restoreGzipBinary, restoreHTML, restoreSQL, restoreXML, setDumpMode, setFilename, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
F0
public F0(IPreprocessing poPreprocessing)
- F0 Constructor.
- Parameters:
poPreprocessing
- Preprocessing module reference
extractFeatures
public final boolean extractFeatures()
throws FeatureExtractionException
- Not Implemented.
- Returns:
- nothing
- Throws:
NotImplementedException
FeatureExtractionException
- never thrown
getMARFSourceCodeRevision
public static java.lang.String getMARFSourceCodeRevision()
- Returns source code revision information.
- Returns:
- revision string
- Since:
- 0.3.0