C# Class EKG_Project.Modules.Waves.Waves_Params

Inheritance: ModuleParams
Show file Open project: Nefarin/DadmProject Class Usage Examples

Public Methods

Method Description
CopyParametersFrom ( Waves_Params parameters ) : void
Waves_Params ( ) : System
Waves_Params ( Wavelet_Type waveType, int decompositionLevel, string analysisName, int rpeaksStep ) : System

Method Details

CopyParametersFrom() public method

public CopyParametersFrom ( Waves_Params parameters ) : void
parameters Waves_Params
return void

Waves_Params() public method

public Waves_Params ( ) : System
return System

Waves_Params() public method

public Waves_Params ( Wavelet_Type waveType, int decompositionLevel, string analysisName, int rpeaksStep ) : System
waveType Wavelet_Type
decompositionLevel int
analysisName string
rpeaksStep int
return System