C# Class EKG_Project.Modules.Sleep_Apnea.Sleep_Apnea

Inheritance: IModule
Afficher le fichier Open project: Nefarin/DadmProject

Méthodes publiques

Méthode Description
Abort ( ) : void
Ended ( ) : bool
Init ( ModuleParams parameters ) : void
ProcessData ( ) : void
Progress ( ) : double
Runnable ( ) : bool

Private Methods

Méthode 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 méthode

public Abort ( ) : void
Résultat void

Ended() public méthode

public Ended ( ) : bool
Résultat bool

Init() public méthode

public Init ( ModuleParams parameters ) : void
parameters ModuleParams
Résultat void

ProcessData() public méthode

public ProcessData ( ) : void
Résultat void

Progress() public méthode

public Progress ( ) : double
Résultat double

Runnable() public méthode

public Runnable ( ) : bool
Résultat bool