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, window
logger
Constructor and Description |
---|
S3FeatureExtractor() |
Modifier and Type | Method and Description |
---|---|
protected Data |
computeNextFeature()
Computes the next feature.
|
getData, initialize, newProperties
getPredecessor, setPredecessor
getName, initLogger, toString
protected Data computeNextFeature()
computeNextFeature
in class AbstractFeatureExtractor