Class WhistlePeak

java.lang.Object
whistleDetector.WhistlePeak

public class WhistlePeak extends Object
Author:
Doug Gillespie

Data structure for a whistle detector peak created by the PeakDetector

  • Method Details Link icon

    • getMaxAmp Link icon

      public double getMaxAmp()
    • getMaxFreq Link icon

      public int getMaxFreq()
    • getMinFreq Link icon

      public int getMinFreq()
    • getNoise Link icon

      public double getNoise()
    • isOk Link icon

      public boolean isOk()
    • getPeakFreq Link icon

      public int getPeakFreq()
    • getSignal Link icon

      public double getSignal()
    • getSliceNo Link icon

      public int getSliceNo()
    • getStartSample Link icon

      public long getStartSample()
    • getTimeMillis Link icon

      public long getTimeMillis()
    • isVetoPeak Link icon

      public boolean isVetoPeak()