public class Lifter extends BaseDataProcessor
Modifier and Type | Field and Description |
---|---|
protected int |
cepstrumSize |
protected int |
lifterValue |
protected double[] |
lifterWeights |
static java.lang.String |
PROP_LIFTER_VALUE
The property for the value of the lifterValue
|
logger
Modifier and Type | Method and Description |
---|---|
Data |
getData()
Returns the next DoubleData object, which is the lifted mel-cepstrum of
the input mel-cepstrum.
|
void |
initialize()
Initializes this DataProcessor.
|
void |
newProperties(PropertySheet ps)
This method is called when this configurable component needs to be reconfigured.
|
getPredecessor, setPredecessor
getName, initLogger, toString
@S4Integer(defaultValue=22) public static final java.lang.String PROP_LIFTER_VALUE
protected int lifterValue
protected int cepstrumSize
protected double[] lifterWeights
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()
BaseDataProcessor
initialize
in interface DataProcessor
initialize
in class BaseDataProcessor
public Data getData() throws DataProcessingException
getData
in interface DataProcessor
getData
in class BaseDataProcessor
DataProcessingException
- if a data processing error occurred