C# Class MCAEmotiv.GUI.Configurations.ArtifactDetectionSettings

Mostrar archivo Open project: madelson/Emotiv-Experimenter

Private Properties

Property Type Description

Public Methods

Method 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 method

Construct a settings object with the default parameter values
public ArtifactDetectionSettings ( ) : System
return System

HasMotionArtifact() public method

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