C# Class EKG_Project.Modules.Waves.Waves

Class locates P-onsets, P-ends, QRS-onsets, QRS-end and T-ends in ECG
Inheritance: IModule
Afficher le fichier Open project: Nefarin/DadmProject

Méthodes publiques

Méthode Description
DetectQRS ( ) : void
FindMaxValue ( int begin_loc, int end_loc, int &max_loc, double &max_val ) : void
FindP ( ) : void
FindQRSEnd ( double dmiddleR, double dleftEnd, Vector dwt, int decompLevel ) : int
FindQRSOnset ( double drightEnd, double dmiddleR, Vector dwt, int decompLevel ) : int
FindT ( ) : void
HaarDWT ( Vector signal, int n ) : Vector
ListDWT ( Vector signal, int n, Wavelet_Type waveType ) : List>
ListHaarDWT ( Vector signal, int n ) : List>
analyzeSignalPart ( ) : void

Method Details

DetectQRS() public méthode

public DetectQRS ( ) : void
Résultat void

FindMaxValue() public méthode

public FindMaxValue ( int begin_loc, int end_loc, int &max_loc, double &max_val ) : void
begin_loc int
end_loc int
max_loc int
max_val double
Résultat void

FindP() public méthode

public FindP ( ) : void
Résultat void

FindQRSEnd() public méthode

public FindQRSEnd ( double dmiddleR, double dleftEnd, Vector dwt, int decompLevel ) : int
dmiddleR double
dleftEnd double
dwt Vector
decompLevel int
Résultat int

FindQRSOnset() public méthode

public FindQRSOnset ( double drightEnd, double dmiddleR, Vector dwt, int decompLevel ) : int
drightEnd double
dmiddleR double
dwt Vector
decompLevel int
Résultat int

FindT() public méthode

public FindT ( ) : void
Résultat void

HaarDWT() public méthode

public HaarDWT ( Vector signal, int n ) : Vector
signal Vector
n int
Résultat Vector

ListDWT() public méthode

public ListDWT ( Vector signal, int n, Wavelet_Type waveType ) : List>
signal Vector
n int
waveType Wavelet_Type
Résultat List>

ListHaarDWT() public méthode

public ListHaarDWT ( Vector signal, int n ) : List>
signal Vector
n int
Résultat List>

analyzeSignalPart() public méthode

public analyzeSignalPart ( ) : void
Résultat void