Package matchedTemplateClassifer
Class DefaultTemplates
java.lang.Object
matchedTemplateClassifer.MTClassifier
matchedTemplateClassifer.DefaultTemplates
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
Some default click templates for the classifier.
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final double[]
Beaked whale click template, sR is 192000;static final double[]
Dolphin click template.static final double[]
Dolphin click template.static final double[]
Sperm whale click that contains P0 , P1 and P2 pulses.Fields inherited from class matchedTemplateClassifer.MTClassifier
currentSr, normalisation, TEST_FFT_LENGTH, thresholdToAccept, waveformMatch, waveformReject
-
Constructor Summary
-
Method Summary
Methods inherited from class matchedTemplateClassifer.MTClassifier
binArray, calcCorrelationMatch, calcCorrelationMatchTest, conditionClickLength, getFFTLength, getParameterSet, getWaveformMatchFFT, getWaveformRejectFFT, normaliseWaveform, reset
-
Field Details
-
beakedWhale1
public static final double[] beakedWhale1Beaked whale click template, sR is 192000; -
dolphin1
public static final double[] dolphin1Dolphin click template. sR is 192000; -
porp1
public static final double[] porp1Dolphin click template. sR is 500000; -
sperm1
public static final double[] sperm1Sperm whale click that contains P0 , P1 and P2 pulses. sR is 192000/4
-
-
Constructor Details
-
DefaultTemplates
public DefaultTemplates()
-
-
Method Details
-
getDefaultTemplates
Get a list of default templates.- Returns:
- array for default templates.
-