Class SNRAnnotationParameters

java.lang.Object
annotation.calcs.snr.SNRAnnotationParameters
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

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

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • noiseMillis

      public int noiseMillis
      Number of millis to measure over both before and after the sound of interest.
    • bufferMillis

      public int bufferMillis
      Buffer between both the start and end of the sound being measured and the noise measurement period
  • Constructor Details

    • SNRAnnotationParameters

      public SNRAnnotationParameters()
  • Method Details