public class PLPCepstrumProducer extends BaseDataProcessor
LinearPredictor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_CEPSTRUM_LENGTH
The property specifying the length of the cepstrum data.
|
static java.lang.String |
PROP_LPC_ORDER
The property specifying the LPC order.
|
static java.lang.String |
PROP_NUMBER_FILTERS
The 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, setPredecessor
getName, 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
Configurable
newProperties
in interface Configurable
newProperties
in class ConfigurableAdapter
ps
- a property sheet holding the new dataPropertyException
- if there is a problem with the properties.public void initialize()
initialize
in interface DataProcessor
initialize
in class BaseDataProcessor
public Data getData() throws DataProcessingException
getData
in interface DataProcessor
getData
in class BaseDataProcessor
DataProcessingException
- if there is an error reading the Data objects