BrainBit for developers Subscribe for updates Visit website

BrainbitSyncChannel

Package: com.neuromd.neurosdk

EEG signal synchronous data channel. Designed for synchronous data acquisition from four overlay locations (T3, T4, O1, O2). Heir to the base channel class BaseChannel. The receipt of new data in the channel is carried out only when the device is connected and the signal pickup is started (StartSignal).

Read more: Command

Includes the following fields:

BrainbitSyncChannel

Constructor

Options:

device: Device class instance

ReadData

A method that returns the requested amount of data. The resulting values contain information for four overlap locations.

Options:

offset: Offset from the start of data

 

length: The required number of values. If there is not enough data in the channel, then it will be filled with default values.

 

Return value:

data array BrainbitSyncData, size length.