|
ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.github.mrstampy.esp.dsp.RawSignalAggregator
com.github.mrstampy.esp.openbci.dsp.OpenBCISignalAggregator
public final class OpenBCISignalAggregator
The Class OpenBCISignalAggregator.
| Field Summary |
|---|
| Fields inherited from class com.github.mrstampy.esp.dsp.RawSignalAggregator |
|---|
queue |
| Constructor Summary | |
|---|---|
OpenBCISignalAggregator(int channelNumber)
Instantiates a new open bci signal aggregator. |
|
| Method Summary | |
|---|---|
void |
dataEventPerformed(OpenBCIEvent event)
Data event performed. |
int |
getChannelNumber()
Gets the channel number. |
| Methods inherited from class com.github.mrstampy.esp.dsp.RawSignalAggregator |
|---|
addSample, clear, getCurrentSecondOfSampledData, getCurrentSecondOfSampledData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpenBCISignalAggregator(int channelNumber)
channelNumber - the channel number| Method Detail |
|---|
public void dataEventPerformed(OpenBCIEvent event)
OpenBCIEventListener
dataEventPerformed in interface OpenBCIEventListenerevent - the eventpublic int getChannelNumber()
|
brought to you by Mr. Stampy | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||