C# 클래스 EKG_Project.Modules.ECG_Baseline.ECG_Baseline_Params

상속: ModuleParams, INotifyPropertyChanged
파일 보기 프로젝트 열기: Nefarin/DadmProject 1 사용 예제들

공개 메소드들

메소드 설명
CopyParametersFrom ( ECG_Baseline_Params parameters ) : void
ECG_Baseline_Params ( ) : System
ECG_Baseline_Params ( Filtr_Method method, Filtr_Type type, int order, double fc, string analysisName ) : System
ECG_Baseline_Params ( Filtr_Method method, Filtr_Type type, int orderLow, int orderHigh, double fcLow, double fcHigh, string analysisName ) : System
ECG_Baseline_Params ( Filtr_Method method, Filtr_Type type, int windowSizeLow, int windowSizeHigh, string analysisName ) : System
ECG_Baseline_Params ( Filtr_Method method, Filtr_Type type, int windowSize, string analysisName ) : System

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( [ propertyName = "" ) : void

메소드 상세

CopyParametersFrom() 공개 메소드

public CopyParametersFrom ( ECG_Baseline_Params parameters ) : void
parameters ECG_Baseline_Params
리턴 void

ECG_Baseline_Params() 공개 메소드

public ECG_Baseline_Params ( ) : System
리턴 System

ECG_Baseline_Params() 공개 메소드

public ECG_Baseline_Params ( Filtr_Method method, Filtr_Type type, int order, double fc, string analysisName ) : System
method Filtr_Method
type Filtr_Type
order int
fc double
analysisName string
리턴 System

ECG_Baseline_Params() 공개 메소드

public ECG_Baseline_Params ( Filtr_Method method, Filtr_Type type, int orderLow, int orderHigh, double fcLow, double fcHigh, string analysisName ) : System
method Filtr_Method
type Filtr_Type
orderLow int
orderHigh int
fcLow double
fcHigh double
analysisName string
리턴 System

ECG_Baseline_Params() 공개 메소드

public ECG_Baseline_Params ( Filtr_Method method, Filtr_Type type, int windowSizeLow, int windowSizeHigh, string analysisName ) : System
method Filtr_Method
type Filtr_Type
windowSizeLow int
windowSizeHigh int
analysisName string
리턴 System

ECG_Baseline_Params() 공개 메소드

public ECG_Baseline_Params ( Filtr_Method method, Filtr_Type type, int windowSize, string analysisName ) : System
method Filtr_Method
type Filtr_Type
windowSize int
analysisName string
리턴 System