C# Class EKG_Project.Modules.HRT.HRT

Inheritance: IModule
Datei anzeigen Open project: Nefarin/DadmProject Class Usage Examples

Public Methods

Method Description
Abort ( ) : void
Ended ( ) : bool
HRT ( Vector Tachogram ) : System
HRT ( Vector Tachogram, Vector RRTimes, Vector RRTimesVC ) : System
Init ( ModuleParams parameters ) : void
Main ( string args ) : void
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

HRT() public method

public HRT ( Vector Tachogram ) : System
Tachogram Vector
return System

HRT() public method

public HRT ( Vector Tachogram, Vector RRTimes, Vector RRTimesVC ) : System
Tachogram Vector
RRTimes Vector
RRTimesVC Vector
return System

Init() public method

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

Main() public static method

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

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