C# Class DAQ.Analyze.GaussianFitter

A class to fit Gaussians. Note that the standard normalised definition of the Gaussian is not used, rather one that has a peak height of 1 is used. This makes the estimated amplitude parameter more meaningful (i.e. it's the height of the peak). The w parameter that is returned is the FWHM. Again, this is slightly different to the usual definition of the Gaussian.
Inheritance: DAQ.Analyze.PeakFitter
ファイルを表示 Open project: ColdMatter/EDMSuite Class Usage Examples

Public Methods

Method Description
GaussianFitter ( ) : System
returncenter ( ) : double

Protected Methods

Method Description
gaussian ( double parameters, double x, double &func, object obj ) : void

Method Details

GaussianFitter() public method

public GaussianFitter ( ) : System
return System

gaussian() protected method

protected gaussian ( double parameters, double x, double &func, object obj ) : void
parameters double
x double
func double
obj object
return void

returncenter() public method

public returncenter ( ) : double
return double