|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cmu.sphinx.util.props.ConfigurableAdapter
edu.cmu.sphinx.frontend.BaseDataProcessor
edu.cmu.sphinx.frontend.feature.AbstractFeatureExtractor
edu.cmu.sphinx.frontend.feature.S3FeatureExtractor
public class S3FeatureExtractor
Computes the delta and double delta of input cepstrum (or plp or ...). The delta is the first order derivative and
the double delta (a.k.a. delta delta) is the second order derivative of the original cepstrum. They help model the
speech signal dynamics. The output data is a FloatData object with a float array of size three times the
original cepstrum.
| Field Summary |
|---|
| Fields inherited from class edu.cmu.sphinx.frontend.feature.AbstractFeatureExtractor |
|---|
cepstraBuffer, cepstraBufferEdge, cepstraBufferSize, currentPosition, PROP_FEATURE_WINDOW, window |
| Fields inherited from class edu.cmu.sphinx.util.props.ConfigurableAdapter |
|---|
logger |
| Constructor Summary | |
|---|---|
S3FeatureExtractor()
|
|
| Method Summary | |
|---|---|
protected Data |
computeNextFeature()
Computes the next feature. |
| Methods inherited from class edu.cmu.sphinx.frontend.feature.AbstractFeatureExtractor |
|---|
getData, initialize, newProperties |
| Methods inherited from class edu.cmu.sphinx.frontend.BaseDataProcessor |
|---|
getPredecessor, getTimer, setPredecessor |
| Methods inherited from class edu.cmu.sphinx.util.props.ConfigurableAdapter |
|---|
getName, initLogger, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public S3FeatureExtractor()
| Method Detail |
|---|
protected Data computeNextFeature()
computeNextFeature in class AbstractFeatureExtractor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||