whistleDetector
Class WhistlePeak
java.lang.Object
whistleDetector.WhistlePeak
public class WhistlePeak
- extends java.lang.Object
- Author:
- Doug Gillespie
Data structure for a whistle detector peak created by the
PeakDetector
|
Constructor Summary |
WhistlePeak(long startSample,
int sliceNo,
long timeMillis)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startSample
long startSample
sliceNumber
int sliceNumber
MinFreq
int MinFreq
PeakFreq
int PeakFreq
MaxFreq
int MaxFreq
MaxAmp
double MaxAmp
Signal
double Signal
Noise
double Noise
VetoPeak
boolean VetoPeak
whistleShape
WhistleShape whistleShape
timeOffset
long timeOffset
Ok
boolean Ok
timeMillis
long timeMillis
WhistlePeak
WhistlePeak(long startSample,
int sliceNo,
long timeMillis)
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()