C# 클래스 MCAEmotiv.GUI.Configurations.ArtifactDetectionSettings

파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

ArtifactDetectionSettings() 공개 메소드

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

HasMotionArtifact() 공개 메소드

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