com.webkitchen.eeg.analysis
Interface IDualBandSampleListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- RatioMonitor
public interface IDualBandSampleListener
- extends java.util.EventListener
Listener interface for receiving two filtered frequency band values
- See Also:
IDualBandSampleGenerator
|
Method Summary |
void |
receiveBand(double sampleOneValue,
double sampleTwoValue)
Receive and process the latest filtered frequency band values |
receiveBand
void receiveBand(double sampleOneValue,
double sampleTwoValue)
- Receive and process the latest filtered frequency band values
- Parameters:
sampleOneValue - one filtered frequency band valuesampleTwoValue - the other filtered frequency band value