C# Class EKG_Project.Modules.ECG_Baseline.ECG_Baseline.Filter

Afficher le fichier Open project: Nefarin/DadmProject

Méthodes publiques

Méthode Description
butterworth ( Vector signal, double fs, double fc, int order, Filtr_Type type ) : Vector
lms ( Vector signal, Vector filtered_signal, int window_size ) : Vector
moving_average ( Vector signal, int window_size, Filtr_Type type ) : Vector
savitzky_golay ( Vector signal, int window_size, Filtr_Type type ) : Vector

Method Details

butterworth() public méthode

public butterworth ( Vector signal, double fs, double fc, int order, Filtr_Type type ) : Vector
signal Vector
fs double
fc double
order int
type Filtr_Type
Résultat Vector

lms() public méthode

public lms ( Vector signal, Vector filtered_signal, int window_size ) : Vector
signal Vector
filtered_signal Vector
window_size int
Résultat Vector

moving_average() public méthode

public moving_average ( Vector signal, int window_size, Filtr_Type type ) : Vector
signal Vector
window_size int
type Filtr_Type
Résultat Vector

savitzky_golay() public méthode

public savitzky_golay ( Vector signal, int window_size, Filtr_Type type ) : Vector
signal Vector
window_size int
type Filtr_Type
Résultat Vector