NLS | R Documentation |
Non-linear shrinkage
NLS(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 non-linear shrinkage, 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")
nls_phased1 <- NLS(fdat$frequency_domain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.