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, setNumberOfFeatures
getKillListener, isDeleted, isPaused, kill, message, messageReceived, pause, setKillListener, start, toString
public void process(TimeStamp startTime, TimeStamp endTime, float[][] data)
FeatureExtractor
process
in class FeatureExtractor<float[],float[][]>
data
- the data.