Package fftManager
Class PamFFTWorker
java.lang.Object
fftManager.PamFFTWorker
Extracted functions from PamFFTProcess so that other modules can make their
own spectrograms easily enough.
A key task is synching all the channels so that FFT's in the output stream are
correctly interleaved.
- Author:
- dg50
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnewRawData(RawDataUnit rawDataUnit) voidprepare(double sampleRate, int channelMap, int fftLength, int fftHop)
-
Constructor Details
-
PamFFTWorker
-
-
Method Details
-
prepare
public void prepare(double sampleRate, int channelMap, int fftLength, int fftHop) -
newRawData
-