Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 532 Bytes

GeneralFunctions.md

File metadata and controls

33 lines (23 loc) · 532 Bytes

General Functions

Peak shapes

The following functions are useful when generating peaks with various shapes. See the examples for using them during peak fitting for instance.

gaussiennes
lorentziennes
pearson7
pseudovoigts

Peak measurement

peakmeas

Integration

Spectra.jl provides functions that allow one to integrate the area under a region of a spectrum, or to calculate the area under Gaussian, Lorentzian or other bands.

trapz
bandarea

Polynomial

poly