|
||||||||||
| 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.AvgMelSpec
com.meapsoft.featextractors.AvgMFCC
Averages all spectral frames together into a single feature vector and then converts the vector to mel frequency cepstral coefficients, a commonly used feature in speech recognition systems.
| Field Summary |
| Fields inherited from class com.meapsoft.featextractors.AvgMelSpec |
linSpec, melCenter, melOfLin, melWidth, N, outDim |
| Constructor Summary | |
AvgMFCC()
|
|
| 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 com.meapsoft.featextractors.AvgMelSpec |
lin2mel, mel2lin |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AvgMFCC()
| Method Detail |
public double[] features(STFT stft,
long startFrame,
int length)
FeatureExtractor
features in class AvgMelSpecpublic java.lang.String description()
FeatureExtractor
description in class AvgMelSpec
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||