C# Class EKG_Project.Modules.HRV_DFA.HRV_DFA

Inheritance: IModule
Show file Open project: Nefarin/DadmProject Class Usage Examples

Public Methods

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

Method Details

Abort() public method

public Abort ( ) : void
return void

Ended() public method

public Ended ( ) : bool
return bool

Init() public method

public Init ( ModuleParams parameters ) : void
parameters ModuleParams
return void

Integrate() public method

public Integrate ( Vector signal_rr ) : Vector
signal_rr Vector
return Vector

Main() public static method

public static Main ( string args ) : void
args string
return void

Ordering() public method

public Ordering ( Vector signal_rr ) : Vector
signal_rr Vector
return Vector

ProcessData() public method

public ProcessData ( ) : void
return void

Progress() public method

public Progress ( ) : double
return double

Runnable() public method

public Runnable ( ) : bool
return bool

TimeConvert() public method

public TimeConvert ( uint samplFreq, double rRawSamples ) : Vector
samplFreq uint
rRawSamples double
return Vector