public class BatchAGC extends BaseDataProcessor
logger| Constructor and Description |
|---|
BatchAGC() |
| 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, setPredecessorgetName, initLogger, toStringpublic 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 processing data