public class S3FeatureExtractor extends AbstractFeatureExtractor
FloatData object with a float array of size three times the
original cepstrum.
The format of the outputted feature is:
12 cepstra (c[1] through c[12])
followed by delta cepstra (delta c[1] through delta c[12])
followed by c[0],
delta c[0]
followed by delta delta c[0] through delta delta c[12]
cepstraBuffer, cepstraBufferEdge, cepstraBufferSize, currentPosition, PROP_FEATURE_WINDOW, windowlogger| Constructor and Description |
|---|
S3FeatureExtractor() |
| Modifier and Type | Method and Description |
|---|---|
protected Data |
computeNextFeature()
Computes the next feature.
|
getData, initialize, newPropertiesgetPredecessor, setPredecessorgetName, initLogger, toStringprotected Data computeNextFeature()
computeNextFeature in class AbstractFeatureExtractor