Package whistleDetector
Class WhistleParameters
java.lang.Object
whistleDetector.WhistleParameters
- All Implemented Interfaces:
 Serializable,Cloneable
- Author:
 - Doug Gillespie
         
Parameters controlling whistle detection
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanAcknowledge that this unit is out of date.int[]doubledoubledoubleintintdoubledoubledoubleintintintdoubleintdoubleintdouble[]doubleWighting factor for D2F in final link decisiondoubleWighting factor for DA in final link decisiondoubleWeighting factor for DF in final link decision - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected WhistleParametersclone()doublegetSearchEndHz(float sampleRate) doublevoidsetSearchEndHz(double searchEndHz) voidsetSearchStartHz(double searchStartHz)  
- 
Field Details
- 
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 weightDFWeighting factor for DF in final link decision - 
weightD2F
public double weightD2FWighting factor for D2F in final link decision - 
weightDA
public double weightDAWighting 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 - 
channelGroups
public int[] channelGroups - 
groupingType
public int groupingType - 
ackOutOfDate
public boolean ackOutOfDateAcknowledge that this unit is out of date. 
 - 
 - 
Constructor Details
- 
WhistleParameters
public WhistleParameters() 
 - 
 - 
Method Details