ESP OpenBCI - An EEG Signal Processing Library for OpenBCI Hardware

com.github.mrstampy.esp.openbci
Class OpenBCIDSPValues

java.lang.Object
  extended by com.github.mrstampy.esp.dsp.AbstractDSPValues
      extended by com.github.mrstampy.esp.openbci.OpenBCIDSPValues

public class OpenBCIDSPValues
extends AbstractDSPValues

The Class OpenBCIDSPValues.


Field Summary
 
Fields inherited from class com.github.mrstampy.esp.dsp.AbstractDSPValues
ONE_BILLION, ONE_MILLION, ONE_THOUSAND
 
Method Summary
static OpenBCIDSPValues getInstance()
          Gets the single instance of OpenBCIDSPValues.
protected  void initialize()
          Initialize.
 
Methods inherited from class com.github.mrstampy.esp.dsp.AbstractDSPValues
addDSPValueListener, getSampleRate, getSampleRateSleepTime, getSampleRateUnits, getSampleSize, removeDSPValueListener, setSampleRate, setSampleSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static OpenBCIDSPValues getInstance()
Gets the single instance of OpenBCIDSPValues.

Returns:
single instance of OpenBCIDSPValues

initialize

protected void initialize()
Description copied from class: AbstractDSPValues
Initialize.

Specified by:
initialize in class AbstractDSPValues

brought to you by Mr. Stampy