| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmarf.Storage.StorageManager
marf.FeatureExtraction.FeatureExtraction
marf.FeatureExtraction.Cepstral.Cepstral
public class Cepstral
Cepstral Analysis.
$Id: Cepstral.java,v 1.14 2006/08/04 03:31:04 mokhov Exp $
| Field Summary | 
|---|
| Fields inherited from class marf.FeatureExtraction.FeatureExtraction | 
|---|
adFeatures, oFeatureSet, oPreprocessing | 
| Fields inherited from class marf.Storage.StorageManager | 
|---|
bDumpOnNotFound, iCurrentDumpMode, oObjectToSerialize, strFilename | 
| Fields inherited from interface marf.FeatureExtraction.IFeatureExtraction | 
|---|
MARF_INTERFACE_CODE_REVISION | 
| Fields inherited from interface marf.Storage.IStorageManager | 
|---|
DUMP_BINARY, DUMP_CSV_TEXT, DUMP_GZIP_BINARY, DUMP_HTML, DUMP_SQL, DUMP_XML, MARF_INTERFACE_CODE_REVISION, STORAGE_FILE_EXTENSIONS | 
| Constructor Summary | |
|---|---|
Cepstral(IPreprocessing poPreprocessing)
Cepstral Constructor.  | 
|
| Method Summary | |
|---|---|
 boolean | 
extractFeatures(double[] padSampleData)
Not Implemented.  | 
static java.lang.String | 
getMARFSourceCodeRevision()
Returns source code revision information.  | 
| Methods inherited from class marf.FeatureExtraction.FeatureExtraction | 
|---|
backSynchronizeObject, clone, extractFeatures, getFeaturesArray, getPreprocessing, setPreprocessing | 
| Methods inherited from class marf.Storage.StorageManager | 
|---|
dump, dumpBinary, dumpCSV, dumpGzipBinary, dumpHTML, dumpSQL, dumpXML, enableDumpOnNotFound, equals, getDefaultExtension, getDefaultExtension, getDumpMode, getFilename, getObjectToSerialize, 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 | 
| Constructor Detail | 
|---|
public Cepstral(IPreprocessing poPreprocessing)
poPreprocessing - Preprocessing module reference| Method Detail | 
|---|
public final boolean extractFeatures(double[] padSampleData)
                              throws FeatureExtractionException
padSampleData - the sample to extract features from
NotImplementedException
FeatureExtractionException - never thrownIFeatureExtraction.extractFeatures(double[])public static java.lang.String getMARFSourceCodeRevision()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||