Package clickDetector.echoDetection
Class JamieEchoDetector
java.lang.Object
clickDetector.echoDetection.JamieEchoDetector
- All Implemented Interfaces:
EchoDetector
-
Field Summary
-
Constructor Summary
ConstructorDescriptionJamieEchoDetector
(JamieEchoDetectionSystem jamieEchoDetectionSystem, ClickControl clickControl, ClickDetector.ChannelGroupDetector channelGroupDetector, int channelBitmap) Construct an Echo detector -
Method Summary
Modifier and TypeMethodDescriptionvoid
Initialise the echo detectorboolean
isEcho
(ClickDetection clickDetection) Test to see if a single click is an echo or not.
-
Field Details
-
maxAmpDifference
public double maxAmpDifference -
maxICIDifference
public double maxICIDifference
-
-
Constructor Details
-
JamieEchoDetector
public JamieEchoDetector(JamieEchoDetectionSystem jamieEchoDetectionSystem, ClickControl clickControl, ClickDetector.ChannelGroupDetector channelGroupDetector, int channelBitmap) Construct an Echo detector- Parameters:
clickControl
-channelGroupDetector
-channelBitmap
-simpleEchoDetectionSystem
-
-
-
Method Details
-
initialise
public void initialise()Description copied from interface:EchoDetector
Initialise the echo detector- Specified by:
initialise
in interfaceEchoDetector
-
isEcho
Description copied from interface:EchoDetector
Test to see if a single click is an echo or not.- Specified by:
isEcho
in interfaceEchoDetector
- Parameters:
clickDetection
- a single click detection.- Returns:
- true if the click is an echo.
-