Class EnergySumParams

java.lang.Object
IshmaelDetector.IshDetParams
IshmaelDetector.EnergySumParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class EnergySumParams extends IshDetParams implements Serializable, Cloneable, ManagedParameters
Parameters for the energy sum detectors.
Author:
Dave Mellinger and Hisham Qayum
See Also:
  • Field Details Link icon

    • serialVersionUID Link icon

      public static final long serialVersionUID
      See Also:
    • f0 Link icon

      public double f0
    • f1 Link icon

      public double f1
    • ratiof0 Link icon

      public double ratiof0
    • ratiof1 Link icon

      public double ratiof1
    • useRatio Link icon

      public boolean useRatio
    • adaptiveThreshold Link icon

      public boolean adaptiveThreshold
      Use an averaging window adaptive noise floor.
    • longFilter Link icon

      public double longFilter
      The averaging value/damping factor for the adaptive noise floor.
    • useLog Link icon

      public boolean useLog
      Use a dB scale to calculate peaks
    • spikeDecay Link icon

      public double spikeDecay
      If there is a loud short sound then the adaptive noise filter will take along time to decay back to normal. If the result reaches spikeDecay*the current energy then a noise exponentially decays
    • outPutSmoothing Link icon

      public boolean outPutSmoothing
      Smooth the detector output
    • shortFilter Link icon

      public Double shortFilter
      The averaging value/damping factor for detector output. .
  • Constructor Details Link icon

    • EnergySumParams Link icon

      public EnergySumParams()
  • Method Details Link icon