Public Member Functions | |
abstract MusePreset | getPreset () |
abstract String | getHeadbandName () |
abstract String | getMicrocontrollerId () |
abstract int | getEegChannelCount () |
abstract int | getAfeGain () |
abstract int | getDownsampleRate () |
abstract int | getSeroutMode () |
abstract int | getOutputFrequency () |
abstract int | getAdcFrequency () |
abstract boolean | getNotchFilterEnabled () |
abstract NotchFrequency | getNotchFilter () |
abstract int | getAccelerometerSampleFrequency () |
abstract boolean | getBatteryDataEnabled () |
abstract boolean | getDrlRefEnabled () |
abstract int | getDrlRefFrequency () |
abstract double | getBatteryPercentRemaining () |
abstract String | getBluetoothMac () |
abstract String | getSerialNumber () |
abstract MuseModel | getModel () |
Encapsulates the configuration information of the Muse headband.
You must connect to the headband at least once to before this information is available. Once you have connected once the information will remain available, even after you disconnect.
|
abstract |
Returns accelerometer sample frequency in Hz.
|
abstract |
The sample frequency of EEG packets (ADC) in Hz. A value of -1 means "unknown".
|
abstract |
Gain to apply to incoming EEG samples.
|
abstract |
Provides information about battery data transmission state (on/off).
true
if the battery data transmission is enabled. false
if it is not.
|
abstract |
Returns battery charge remaining in percent.
|
abstract |
Bluetooth MAC address reported by device.
|
abstract |
EEG downsampling rate. A value of -1 means "unknown".
|
abstract |
Provides information about DRL/REF transmission state (on/off).
true
if the DRL/REF data transmission is enabled. false
if it is not.
|
abstract |
DRL/REF data output frequency in Hz. 0 if DRL/REF is not enabled.
|
abstract |
Number of channels currently active.
|
abstract |
The name of the headband. This is only available on Muse 2016 ( MU_02 ).
|
abstract |
Unique 96 bit ID identifying the microcontroller on the headband. This is only available on Muse 2016 ( MU_02 ).
|
abstract |
The headband model
|
abstract |
Provides information about notch filter frequency (50Hz/60Hz).
|
abstract |
Provides information about notch filter state (on/off).
true
if the notch filter is enabled. false
if it is not.
|
abstract |
The output frequency of EEG packets in Hz.
|
abstract |
Provides access to current preset.
|
abstract |
Serial number reported by device.
|
abstract |
Serial output mode. The relates to the size of the EEG packets transmitted from the headband. A value of 2 indicates that the packet data is compressed (10 bits). A value of 3 indicates that the packet data is uncompressed (16 bits). A value of -1 means "unknown".
2
if the data is compressed, 3
if the data is uncompressed or -1
if this value is unknown.