public class BatchVarNorm extends BaseDataProcessor
CVN is sited to improve the stability of the decoding with the additive noise, so it might be useful in some situations.
LiveCMN
logger
Constructor and Description |
---|
BatchVarNorm() |
Modifier and Type | Method and Description |
---|---|
Data |
getData()
Returns the next Data object, which is a normalized cepstrum.
|
void |
initialize()
Initializes this BatchCMN.
|
void |
newProperties(PropertySheet ps)
This method is called when this configurable component needs to be reconfigured.
|
getPredecessor, setPredecessor
getName, initLogger, toString
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 processing data