Peak Fitting Tools: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Donal
No edit summary
No edit summary
Line 6: Line 6:
:[[peakstruct]]  - Makes an empty peak definition structure.
:[[peakstruct]]  - Makes an empty peak definition structure.
:[[peakfunction]] - Outputs the estimated peaks from parameters in PEAKDEF.
:[[peakfunction]] - Outputs the estimated peaks from parameters in PEAKDEF.
   
   
:[[localmaxima]]  - Automated identification of local maxima.
:[[localmaxima]]  - Automated identification of local maxima.
:[[peakidtext]]  - Writes peak ID information on present graph.
:[[peakidtext]]  - Writes peak ID information on present graph.
   
   
:[[peakexponential]] - Outputs an exponential function.
:[[peakdoublesigmoid]] - Outputs a double sigmoid function.
:[[peakgaussian]] - Outputs a Gaussian function.
:[[peaklorentzian]] - Outputs a Lorentzian function.
:[[peaksigmoid]] - Outputs a sigmoid function.
:[[peakvoigt1]] - Outputs a Pseudo-Voigt 1 (Gaussian with Lorentzian) function.
:[[peakvoigt2]] - Outputs a Pseudo-Voigt 2 (Gaussian with Lorentzian) function.
   
   
(Sub topic of [[PLS_Toolbox_Topics|PLS_Toolbox_Topics]])
(Sub topic of [[PLS_Toolbox_Topics|PLS_Toolbox_Topics]])

Revision as of 10:20, 23 May 2023

The following tools are part of the Peak Fitting tools in the PLS_Toolbox


fitpeaks - Peak fitting routine.
peakfind - Automated identification of peaks.
peakstruct - Makes an empty peak definition structure.
peakfunction - Outputs the estimated peaks from parameters in PEAKDEF.
localmaxima - Automated identification of local maxima.
peakidtext - Writes peak ID information on present graph.
peakexponential - Outputs an exponential function.
peakdoublesigmoid - Outputs a double sigmoid function.
peakgaussian - Outputs a Gaussian function.
peaklorentzian - Outputs a Lorentzian function.
peaksigmoid - Outputs a sigmoid function.
peakvoigt1 - Outputs a Pseudo-Voigt 1 (Gaussian with Lorentzian) function.
peakvoigt2 - Outputs a Pseudo-Voigt 2 (Gaussian with Lorentzian) function.

(Sub topic of PLS_Toolbox_Topics)