C# Class EKG_Project.Modules.Sleep_Apnea.Sleep_Apnea

Inheritance: IModule
ファイルを表示 Open project: Nefarin/DadmProject

Public Methods

Method Description
Abort ( ) : void
Ended ( ) : bool
Init ( ModuleParams parameters ) : void
ProcessData ( ) : void
Progress ( ) : double
Runnable ( ) : bool

Private Methods

Method Description
HPLP ( List RR_res ) : List>
Main ( string args ) : void
apnea_detection ( List tab_amp, List tab_freq ) : ulong>>.List
averageFilter ( List RR ) : List>
findIntervals ( List R_detected, int freq ) : List>
freq_amp_filter ( List h_freq, List h_amp ) : void
hilbert ( List RR_HPLP, List &h_amp, List &h_freq ) : void
median_filter ( List h_freq, List h_amp ) : void
resampling ( List RR_average, int freq ) : List>

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

ProcessData() public method

public ProcessData ( ) : void
return void

Progress() public method

public Progress ( ) : double
return double

Runnable() public method

public Runnable ( ) : bool
return bool