Package clickDetector.echoDetection
Class SimpleEchoDetector
java.lang.Object
clickDetector.echoDetection.SimpleEchoDetector
- All Implemented Interfaces:
EchoDetector
-
Constructor Summary
ConstructorDescriptionSimpleEchoDetector
(SimpleEchoDetectionSystem simpleEchoDetectionSystem, ClickControl clickControl, ClickDetector.ChannelGroupDetector channelGroupDetector, int channelBitmap) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Initialise the echo detectorboolean
isEcho
(ClickDetection clickDetection) Test to see if a single click is an echo or not.
-
Constructor Details
-
SimpleEchoDetector
public SimpleEchoDetector(SimpleEchoDetectionSystem simpleEchoDetectionSystem, ClickControl clickControl, ClickDetector.ChannelGroupDetector channelGroupDetector, int channelBitmap) - Parameters:
simpleEchoDetectionSystem
-clickControl
-channelGroupDetector
-channelBitmap
-
-
-
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.
-