C# Class MCAEmotiv.GUI.Configurations.ArtifactDetectionSettings

Afficher le fichier Open project: madelson/Emotiv-Experimenter

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ArtifactDetectionSettings ( ) : System

Construct a settings object with the default parameter values

HasMotionArtifact ( IEnumerable trial ) : bool

Checks the trial for artifacts based on the current settings

Method Details

ArtifactDetectionSettings() public méthode

Construct a settings object with the default parameter values
public ArtifactDetectionSettings ( ) : System
Résultat System

HasMotionArtifact() public méthode

Checks the trial for artifacts based on the current settings
public HasMotionArtifact ( IEnumerable trial ) : bool
trial IEnumerable
Résultat bool