Welcome Guest from United States
Sign In Change Country
  0 Items
Search:
Algorithms - Peak Characterizations, Mean

Algorithms

Peak Characterizations, Mean

Sum of the Y values divided by the number of points in the selected region. Values are determined both before and after subtracting the baseline.

Let
l = the point number (index) of the left limit of the integration range
r = the index of the right limit of the integration range
npr = the number of data points in the integration range
base(x) = the baseline

If the baseline is subtracted from the curve, then y = y - base(x) the Mean is then given by:

Back to top