BrainBit for developers Subscribe for updates Visit website

EegArtifactChannel

Package: com.neuromd.neurosdk

EEG signal data channel. Designed to detect signal sections that contain artifacts. Heir to the base channel class BaseChannel. The source of data for the channel is the EEG channels EegChannel.

Includes the following fields:

EegArtifactChannel

Constructor.

Options:

T3: EEG signal data channel from the T3 overlay area.

T4: EEG signal data channel from the T4 overlay area.

O1: Data channel of the EEG signal from the overlapping area O1.

O2: EEG signal data channel from the O2 overlay area.

 

T3, T4, O1, O2: Channel class instances EegChannel.

ReadData

A method that returns the requested amount of data. The resulting values contain information about the artifacts.

Options:

offset: Offset from the start of data

 

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

 

Return value:

data array ArtifactZone, size length.