C# 클래스 EKG_Project.Modules.HRV_DFA.HRV_DFA

상속: IModule
파일 보기 프로젝트 열기: Nefarin/DadmProject 1 사용 예제들

공개 메소드들

메소드 설명
Abort ( ) : void
Ended ( ) : bool
Init ( ModuleParams parameters ) : void
Integrate ( Vector signal_rr ) : Vector
Main ( string args ) : void
Ordering ( Vector signal_rr ) : Vector
ProcessData ( ) : void
Progress ( ) : double
Runnable ( ) : bool
TimeConvert ( uint samplFreq, double rRawSamples ) : Vector

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

Ended() 공개 메소드

public Ended ( ) : bool
리턴 bool

Init() 공개 메소드

public Init ( ModuleParams parameters ) : void
parameters ModuleParams
리턴 void

Integrate() 공개 메소드

public Integrate ( Vector signal_rr ) : Vector
signal_rr Vector
리턴 Vector

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

Ordering() 공개 메소드

public Ordering ( Vector signal_rr ) : Vector
signal_rr Vector
리턴 Vector

ProcessData() 공개 메소드

public ProcessData ( ) : void
리턴 void

Progress() 공개 메소드

public Progress ( ) : double
리턴 double

Runnable() 공개 메소드

public Runnable ( ) : bool
리턴 bool

TimeConvert() 공개 메소드

public TimeConvert ( uint samplFreq, double rRawSamples ) : Vector
samplFreq uint
rRawSamples double
리턴 Vector