C# Класс 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.
Наследование: DAQ.Analyze.PeakFitter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GaussianFitter ( ) : System
returncenter ( ) : double

Защищенные методы

Метод Описание
gaussian ( double parameters, double x, double &func, object obj ) : void

Описание методов

GaussianFitter() публичный Метод

public GaussianFitter ( ) : System
Результат System

gaussian() защищенный Метод

protected gaussian ( double parameters, double x, double &func, object obj ) : void
parameters double
x double
func double
obj object
Результат void

returncenter() публичный Метод

public returncenter ( ) : double
Результат double