whistleDetector
Class WhistleParameters
java.lang.Object
whistleDetector.WhistleParameters
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class WhistleParameters
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
- Author:
- Doug Gillespie
Parameters controlling whistle detection
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
fftDataName
java.lang.String fftDataName
searchStartHz
private double searchStartHz
searchEndHz
private double searchEndHz
peakTimeConstant
public double[] peakTimeConstant
detectionThreshold
public double detectionThreshold
maxPercentOverThreshold
public double maxPercentOverThreshold
minPeakWidth
public int minPeakWidth
maxPeakWidth
public int maxPeakWidth
maxGap
public int maxGap
maxDF
public double maxDF
maxD2F
public double maxD2F
maxDA
public double maxDA
weightDF
public double weightDF
- Weighting factor for DF in final link decision
weightD2F
public double weightD2F
- Wighting factor for D2F in final link decision
weightDA
public double weightDA
- Wighting factor for DA in final link decision
minOccupancy
public double minOccupancy
minLength
public int minLength
maxInflextions
public int maxInflextions
eventIntegrationTime
public double eventIntegrationTime
eventMinWhistleCount
public int eventMinWhistleCount
eventMaxGapTime
public double eventMaxGapTime
peakDetectionMethod
int peakDetectionMethod
channelBitmap
int channelBitmap
channelGroups
public int[] channelGroups
groupingType
public int groupingType
ackOutOfDate
public boolean ackOutOfDate
- Acknowledge that this unit is out of date.
WhistleParameters
public WhistleParameters()
clone
protected WhistleParameters clone()
- Overrides:
clone in class java.lang.Object
getSearchEndHz
public double getSearchEndHz(float sampleRate)
setSearchEndHz
public void setSearchEndHz(double searchEndHz)
getSearchStartHz
public double getSearchStartHz()
setSearchStartHz
public void setSearchStartHz(double searchStartHz)