Hi,
What that tool does is to fit the data with a combination/sum of multiple peak functions, each with its own width, center and amplitude, but with a shared y offset.
So for two peaks, with function set to gauss, the equation would be: y = y0 + (A1/(w1*sqrt(PI/2)))*exp(-2*((x-xc1)/w1)^2) + (A2/(w2*sqrt(PI/2)))*exp(-2*((x-xc2)/w2)^2)
Easwar OriginLab |