SPC_DANM | R Documentation |
A single linear model with Minimization of difference between absolute area and net area
SPC_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 is to process phase error correction through a single linear model with minimization of difference between absolute area and net area, followed by polynomial baseline correction if 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")
spc_danm_phased1 <- SPC_DANM(fdat$frequency_domain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.