Class FFTPlotParams

java.lang.Object
detectionPlotFX.plots.FFTPlotParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters
Direct Known Subclasses:
WhistlePlotParams

public class FFTPlotParams extends Object implements Serializable, Cloneable, ManagedParameters
See Also:
  • Field Details

    • fftHop

      public int fftHop
      The fft hop
    • fftLength

      public int fftLength
      The fft length
    • windowFunction

      public int windowFunction
      The window function index.
    • detPadding

      public long detPadding
      The padding to either side of the detection
    • freqAmplitudeLimits

      public double[] freqAmplitudeLimits
      The minimum and maximum frequency amplitude limits that can be set using the colour bar
    • freqAmplitudeRange

      public double[] freqAmplitudeRange
      The range of amplitudes between which there is a colour scale
    • plotChannel

      public int plotChannel
      The plot channel
    • normalise

      public boolean normalise
      Normalise the FFFT's
  • Constructor Details

    • FFTPlotParams

      public FFTPlotParams()
  • Method Details