BrainBit for developers Subscribe for updates Visit website

NTEegArtifactChannel

EEG signal data channel class. Designed to detect signal sections that contain artifacts. It inherits from the base channel class NTBaseChannel.

Description

NTEegArtifactChannel

Constructor. Creation of a channel of synchronous data of an EEG signal.

Creates a channel of synchronous EEG signal data.

Parameters:

t3

Description: EEG signal data channel from the overlay area T3

Data type: NTBaseChannel

t4

Description: EEG signal data channel from the overlay area T4

Data type: NTBaseChannel

o1

Description: EEG signal data channel from the overlay area O1

Data type: NTBaseChannel

o2

Description: EEG signal data channel from the overlay area O2

Data type: NTBaseChannel

Return value:

Description: EEG signal artifact tracking channel

Data type: NTEegArtifactChannel.

readData

Function. Request for channel data.

Method that returns the requested amount of data.

Parameters:

offset

Description: Offset from the start of the data

Data type: UInt

length

Description: Required number of signal samples.

Data type: UInt

Return value:

Description: array of requested reports

Data type: [NTArtifactZone].