|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.meapsoft.featextractors.FeatureExtractor
com.meapsoft.featextractors.ChunkLength
A simple feature calculation that returns the length of a chunk in frames.
| Constructor Summary | |
ChunkLength()
|
|
| Method Summary | |
java.lang.String |
description()
Returns a short string describing what this feature extractor does. |
double[] |
features(STFT stft,
long startFrame,
int length)
Extract features from a chunk of STFT data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ChunkLength()
| Method Detail |
public double[] features(STFT stft,
long startFrame,
int length)
FeatureExtractor
features in class FeatureExtractorpublic java.lang.String description()
FeatureExtractor
description in class FeatureExtractor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||