BrainBit for developers Subscribe for updates Visit website

SourceChannel

 

#include “c_eeg_channels.h

 

An enumeration that is used to define a data source. In particular, to determine the place of overlap, the signal from which is identified as an artifact (​ArtifactType)​.

Description

ArtifactChannelT3

Signal source from channel T3. The value is 0b00000001.

ArtifactChannelT4

Signal source from channel T4. The value is 0b00000010.

ArtifactChannelO1

Signal source from channel O1. The value is 0b00000100.

ArtifactChannelO2

Signal source from channel O2. The value is 0b00001000.

delete_SourceChannel

Function. Removing a list of data sources.

Removes a list of data sources.

Options:

channels

Description: enumeration instance SourceChannel

Data type: SourceChannel*

Return value:

Description: An indication of an error. More details sdk_error

Data type: int.