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
detection, ffColor - 
Constructor Summary
Constructors - 
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, drawClipSpectrogram, drawDataUnit, fftAmplitude2dB, lastUnitDrawn, update 
- 
Constructor Details
- 
RawClipFFTPlotManager
 
 - 
 - 
Method Details
- 
getFFTPlotParams
Description copied from class:FFTPlotManagerGet the FFT parameters for the display.- Specified by:
 getFFTPlotParamsin classFFTPlotManager- Returns:
 - the FFT parameters.
 
 - 
getFrequencyScaleInfo
Description copied from class:FFTPlotManagerGet the frequency scale info for the TDScaleInfoFX.- Specified by:
 getFrequencyScaleInfoin classFFTPlotManager- Returns:
 - the frequency scale info.
 
 - 
getSpectrogram
Description copied from class:FFTPlotManagerGet the spectrogram from a data unit based on the FFT settings- Specified by:
 getSpectrogramin 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.
 
 
 -