Aligns 1D \(^1\)H NMR spectra to a reference signal on the existing ppm grid. Supports singlet (e.g. TSP or custom range) and predefined doublet references (glucose, alanine).
Details
In addition to predefined references, custom calibration targets can be supplied as a list with elements:
mode:"singlet"or"doublet"window: numeric vector of length 2 defining the ppm search regioncentre: target ppm position (optional; defaults to mean(window))j: numeric vector of length 2 specifying expected J-coupling (required for doublet calibration)
Custom doublet calibration requires the expected J-coupling range (j)
in ppm to distinguish the two peaks of the multiplet.
For example:
See also
Other preprocessing:
align_segment(),
align_spectra(),
binning(),
correct_baseline(),
correct_lw(),
pqn(),
print_preprocessing()