Package dataPlotsFX.rawClipDataPlot
Class RawClipFFTPlotManager
java.lang.Object
dataPlotsFX.data.FFTPlotManager
dataPlotsFX.rawClipDataPlot.RawClipFFTPlotManager
The plot manager for data units that contains raw clips of data.
- Author:
- Jamie Macaulay
-
Field Summary
Fields inherited from class dataPlotsFX.data.FFTPlotManager
ffColor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the FFT parameters for the display.Get the frequency scale info for the TDScaleInfoFX.double[][]
getSpectrogram
(PamDataUnit pamDataUnit, int chanClick) Get the spectrogram from a data unit based on the FFT settingsMethods inherited from class dataPlotsFX.data.FFTPlotManager
clear, drawClipFFT, drawDataUnit, fftAmplitude2dB, lastUnitDrawn, update
-
Constructor Details
-
RawClipFFTPlotManager
-
-
Method Details
-
getFFTPlotParams
Description copied from class:FFTPlotManager
Get the FFT parameters for the display.- Specified by:
getFFTPlotParams
in classFFTPlotManager
- Returns:
- the FFT parameters.
-
getFrequencyScaleInfo
Description copied from class:FFTPlotManager
Get the frequency scale info for the TDScaleInfoFX.- Specified by:
getFrequencyScaleInfo
in classFFTPlotManager
- Returns:
- the frequency scale info.
-
getSpectrogram
Description copied from class:FFTPlotManager
Get the spectrogram from a data unit based on the FFT settings- Specified by:
getSpectrogram
in classFFTPlotManager
- Parameters:
pamDataUnit
- - the data unit.chanClick
- - the spectrogram channel - this is the realtive channel within the data unit. Not the absolute channel.- Returns:
- the absolute spectrogram data.
-