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
파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 메소드들

메소드 설명
LorentzianFitter ( ) : System

비공개 메소드들

메소드 설명
lorentzian ( double parameters, double x, double &result, object obj ) : void

메소드 상세

LorentzianFitter() 공개 메소드

public LorentzianFitter ( ) : System
리턴 System