|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.frontend.BaseDataProcessor
edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform2
public class DiscreteCosineTransform2
Applies the optimized MelCosine filter used in pocketsphinx to the given melspectrum.
Field Summary |
---|
Fields inherited from class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform |
---|
PROP_CEPSTRUM_LENGTH, PROP_NUMBER_FILTERS |
Constructor Summary | |
---|---|
DiscreteCosineTransform2()
|
Method Summary | |
---|---|
void |
newProperties(PropertySheet ps)
This method is called when this configurable component needs to be reconfigured. |
Methods inherited from class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform |
---|
getData, initialize |
Methods inherited from class edu.cmu.sphinx.frontend.BaseDataProcessor |
---|
getPredecessor, getTimer, setPredecessor, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DiscreteCosineTransform2()
Method Detail |
---|
public void newProperties(PropertySheet ps) throws PropertyException
Configurable
newProperties
in interface Configurable
newProperties
in class DiscreteCosineTransform
ps
- a property sheet holding the new data
PropertyException
- if there is a problem with the properties.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |