public class PowerSpectrum extends FeatureExtractor<float[],float[][]>
FFT.
PowerSpectrum forwards the full power spectrum data to its listeners.featureDescriptions, features, name, numFeatures| Constructor and Description |
|---|
PowerSpectrum()
Instantiates a new PowerSpectrum.
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(TimeStamp startTime,
TimeStamp endTime,
float[][] data)
Process some data of type P (specified by the class def).
|
addListener, forward, getFeatureDescriptions, getFeatures, getName, getNumberOfFeatures, removeListener, setName, setNumberOfFeaturesgetKillListener, isDeleted, isPaused, kill, message, messageReceived, pause, setKillListener, start, toStringpublic void process(TimeStamp startTime, TimeStamp endTime, float[][] data)
FeatureExtractorprocess in class FeatureExtractor<float[],float[][]>data - the data.