Definition at line 42 of file FeatExtractor.java.
Public Methods | |
FeatExtractor (String infile, String outfile, Vector extractors) | |
FeatExtractor constructor. | |
FeatExtractor (FeatFile infile, FeatFile outfile, Vector extractors) | |
FeatExtractor constructor. | |
FeatExtractor (FeatFile[] infiles, FeatFile outfile, Vector extractors) | |
FeatExtractor constructor. | |
FeatExtractor (String[] args) | |
FeatExtractor constructor. | |
void | setup () throws IOException, ParserException |
FeatFile[] | processFeatFiles () throws IOException |
Where the magic happens. | |
FeatFile | processFeatFile (FeatFile f) throws IOException |
Where the magic happens. | |
void | go () |
Set everything up, process input, and write output. | |
Public Attributes | |
FeatFile | outFile = null |
|
FeatExtractor constructor. If no extractors is empty, defaults to AvgMelSpec. Definition at line 56 of file FeatExtractor.java. |
|
FeatExtractor constructor. If no extractors is empty, defaults to AvgMelSpec. Definition at line 65 of file FeatExtractor.java. |
|
FeatExtractor constructor. If no extractors is empty, defaults to AvgMelSpec. Definition at line 77 of file FeatExtractor.java. |
|
FeatExtractor constructor. Parses command line arguments Definition at line 100 of file FeatExtractor.java. References meapsoft.MEAPUtil.parseFeatureExtractor(). |
|
Where the magic happens. Extract features from file. Definition at line 168 of file FeatExtractor.java. References meapsoft.FeatChunk.addFeature(), meapsoft.FeatFile.chunks, meapsoft.FeatFile.clone(), meapsoft.FeatFile.featureDescription, meapsoft.MEAPFile.haveReadFile, meapsoft.Chunk.length, meapsoft.STFT.seconds2fr(), meapsoft.Chunk.srcFile, meapsoft.STFT.start(), and meapsoft.Chunk.startTime. Referenced by meapsoft.FeatExtractor.go(), and meapsoft.FeatExtractor.processFeatFiles(). |
|
Where the magic happens. Extract features from featFiles. Definition at line 157 of file FeatExtractor.java. References meapsoft.FeatExtractor.processFeatFile(). |