Normalization by Peak
Table of contents
Introduction
Normalization by Peak rescales each spectrum so its maximum intensity equals 1.
How to use
To normalize your data by peak:
- Upload data and select the spectra to be processed.
- Navigate to the sidebar and turn on the “Normalization” toggle.
- Select “Normalize by peak” from the drop-down menu.
- Click “Process” to update the display.
Behavior
Normalizing by peak is good for understanding and comparing peak structure. This method rescales each data point so that the highest peak has an intensity of 1. Mathematically, the normalized intensity is calculated as follows:
where $I_{\text{max}}$ is the peak intensity for a given spectrum.
Method
The implementation rescales each selected spectrum by its maximum intensity:
\[I_{\text{norm}}(x)=\frac{I(x)}{\max(I)}\]| Parameter | Tunable or fixed | Implementation |
|---|---|---|
| Method choice | Tunable | Selected as Normalize by peak |
| Peak value | Fixed | Per-spectrum maximum intensity |
References
- SpectraGuru implementation, self-implemented peak normalization.