MPC_DANM | R Documentation |
Multiple linear models that minimize the difference between absolute area and net area.
MPC_DANM(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 processes phase error correction through multiple linear models that minimize the difference between absolute area and net area, followed by polynomial baseline correction when necessary.
A numeric vector of phase corrected absorption spectrum
Aixiang Jiang
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_danm_phased1 <- MPC_DANM(fdat$frequency_domain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.