Package clickDetector.echoDetection
Class JamieEchoDetector
java.lang.Object
clickDetector.echoDetection.JamieEchoDetector
- All Implemented Interfaces:
 EchoDetector
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionJamieEchoDetector(JamieEchoDetectionSystem jamieEchoDetectionSystem, ClickControl clickControl, ClickDetector.ChannelGroupDetector channelGroupDetector, int channelBitmap) Construct an Echo detector - 
Method Summary
Modifier and TypeMethodDescriptionvoidInitialise the echo detectorbooleanisEcho(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:EchoDetectorInitialise the echo detector- Specified by:
 initialisein interfaceEchoDetector
 - 
isEcho
Description copied from interface:EchoDetectorTest to see if a single click is an echo or not.- Specified by:
 isEchoin interfaceEchoDetector- Parameters:
 clickDetection- a single click detection.- Returns:
 - true if the click is an echo.
 
 
 -