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, setPredecessorgetName, 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
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()
BaseDataProcessorinitialize in interface DataProcessorinitialize in class BaseDataProcessorpublic Data getData() throws DataProcessingException
getData in interface DataProcessorgetData in class BaseDataProcessorDataProcessingException - if a data processing error occurred