public class PLPCepstrumProducer extends BaseDataProcessor
LinearPredictor| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | PROP_CEPSTRUM_LENGTHThe property specifying the length of the cepstrum data. | 
| static java.lang.String | PROP_LPC_ORDERThe property specifying the LPC order. | 
| static java.lang.String | PROP_NUMBER_FILTERSThe property for the number of filters in the filter bank. | 
logger| Constructor and Description | 
|---|
| PLPCepstrumProducer() | 
| PLPCepstrumProducer(int numberPLPFilters,
                   int cepstrumSize,
                   int LPCOrder) | 
| Modifier and Type | Method and Description | 
|---|---|
| Data | getData()Returns the next Data object, which is the PLP cepstrum of the input frame. | 
| void | initialize()Constructs a PLPCepstrumProducer | 
| void | newProperties(PropertySheet ps)This method is called when this configurable component needs to be reconfigured. | 
getPredecessor, setPredecessorgetName, initLogger, toString@S4Integer(defaultValue=32) public static final java.lang.String PROP_NUMBER_FILTERS
@S4Integer(defaultValue=13) public static final java.lang.String PROP_CEPSTRUM_LENGTH
@S4Integer(defaultValue=14) public static final java.lang.String PROP_LPC_ORDER
public PLPCepstrumProducer(int numberPLPFilters,
                           int cepstrumSize,
                           int LPCOrder)
public PLPCepstrumProducer()
public void newProperties(PropertySheet ps) throws PropertyException
ConfigurablenewProperties in interface ConfigurablenewProperties in class ConfigurableAdapterps - a property sheet holding the new dataPropertyException - if there is a problem with the properties.public void initialize()
initialize in interface DataProcessorinitialize in class BaseDataProcessorpublic Data getData() throws DataProcessingException
getData in interface DataProcessorgetData in class BaseDataProcessorDataProcessingException - if there is an error reading the Data objects