C# Класс DAQ.Analyze.LorentzianFitter

A class to fit Lorentzians. Note that the standard normalised definition of the Lorentzian 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.
Наследование: DAQ.Analyze.PeakFitter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
LorentzianFitter ( ) : System

Приватные методы

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

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

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

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