C# Class DAQ.Analyze.SincFitter

A class to fit sinc-squareds. This sinc-squared has a peak height of 1. The w parameter that is returned is the FWHM.
Inheritance: DAQ.Analyze.PeakFitter
Show file Open project: ColdMatter/EDMSuite

Public Methods

Method Description
SincFitter ( ) : System

Private Methods

Method Description
sinc ( double parameters, double x, double &result, object obj ) : void

Method Details

SincFitter() public method

public SincFitter ( ) : System
return System