BrainBit for developers Subscribe for updates Visit website

ArtifactZone

 

#include “c_eeg_channels.h

 

An enumeration used to describe an EEG signal artifact. It is a data structure of the EegArtifactChannel.​ channel, designed to determine the timestamp of an EEG signal artifact, as well as the type of artifact(​ArtifactType)​ and the place where the electrodes are placed, the signal from which is classified as an artifact.

Description

time

Description: The time at which the artifact occurred, expressed in seconds

Data type: double

duration

Description: Artifact duration expressed in seconds

Data type: double

type

Description: Artifact type

Data type: ​ArtifactType

source_channels_flags

Description: List of channel flags for which the artifact was detected

Data type: SourceChannel