SPC_EMP | R Documentation |
A single linear model with entropy minimization with negative peak penalty
SPC_EMP(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 entropy minimization with negative peak penalty, followed by polynomial baseline correction if necessary
A numeric vector of phase corrected absorption spectrum
Aixiang Jiang
Binczyk F, Tarnawski R, Polanska J (2015) Strategies for optimizing the phase correction algorithms in Nuclear Magnetic Resonance spectroscopy. Biomed Eng Online 14 Suppl 2:S5.
de Brouwer, H. (2009). Evaluation of algorithms for automated phase correction of NMR spectra. J Magn Reson, 201, 230-238.
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_emp_phased1 <- SPC_EMP(fdat$frequency_domain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.