C# Class EKG_Project.Modules.HRV1.HRV1

Class for calculating frequency- and time-based prameters of RR tachogram
Inheritance: IModule
Mostra file Open project: Nefarin/DadmProject Class Usage Examples

Public Methods

Method Description
Abort ( ) : void
Ended ( ) : bool
Init ( ModuleParams parameters ) : void
Main ( ) : void
ProcessData ( ) : void
Progress ( ) : double
Runnable ( ) : bool
lombScargle ( Vector f, Vector t, Vector x ) : Vector

Private Methods

Method Description
calculateFreqBased ( ) : void
calculateTimeBased ( ) : void
gnerateFreqVector ( double fMin, double fMax, double step ) : Vector
instantsToIntervals ( ) : void
samplesToInstants ( ) : void

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

Main() public static method

public static Main ( ) : void
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

lombScargle() public static method

public static lombScargle ( Vector f, Vector t, Vector x ) : Vector
f Vector
t Vector
x Vector
return Vector