MPC_AAM | R Documentation |
Multiple single linear models that minimize absolute area.
MPC_AAM(specdat, withBC = TRUE)
specdat |
A complex number vector of observed frequency domain data. |
withBC |
A logical parameter that enables/disables baseline correction after baseline correction |
This function is used to process phase error correction through multiple single linear models that minimize absolute area, followed by polynomial baseline correction when necessary.
A numeric vector of phase corrected absorption spectrum
Aixiang Jiang
de Brouwer, H. (2009). Evaluation of algorithms for automated phase correction of NMR spectra. J Magn Reson, 201, 230-238.
Dzakula, Z. (2000). Phase angle measurement from peak areas (PAMPAS). J Magn Reson, 146, 20-32.
Liland KH, Almøy T, Mevik B (2010), Optimal Choice of Baseline Correction for Multivariate Calibration of Spectra, Applied Spectroscopy 64, pp. 1007-1016.
data("fdat")
mpc_aam_phased1 <- MPC_AAM(fdat$frequency_domain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.