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 Link icon

    • fftHop Link icon

      public int fftHop
      The fft hop
    • fftLength Link icon

      public int fftLength
      The fft length
    • windowFunction Link icon

      public int windowFunction
      The window function index.
    • detPadding Link icon

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

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

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

      public int plotChannel
      The plot channel
    • normalise Link icon

      public boolean normalise
      Normalise the FFFT's
  • Constructor Details Link icon

    • FFTPlotParams Link icon

      public FFTPlotParams()
  • Method Details Link icon