Package whistleDetector
Class WhistlePeak
java.lang.Object
whistleDetector.WhistlePeak
- Author:
 - Doug Gillespie
         
Data structure for a whistle detector peak created by the PeakDetector
 
- 
Method Details
- 
getMaxAmp
public double getMaxAmp() - 
getMaxFreq
public int getMaxFreq() - 
getMinFreq
public int getMinFreq() - 
getNoise
public double getNoise() - 
isOk
public boolean isOk() - 
getPeakFreq
public int getPeakFreq() - 
getSignal
public double getSignal() - 
getSliceNo
public int getSliceNo() - 
getStartSample
public long getStartSample() - 
getTimeMillis
public long getTimeMillis() - 
isVetoPeak
public boolean isVetoPeak() 
 -