LSDeconv: LSDeconv

View source: R/deconvTools.R

LSDeconvR Documentation

LSDeconv

Description

Local Spectra Deconvolution: LSDeconv belongs to the low-level functions group for deconvolution.

Usage

LSDeconv(
  spec,
  ppmrange,
  params = NULL,
  filterset = c("daub8"),
  oblset = 0,
  verbose = 1
)

Arguments

spec

a 'spec' object

ppmrange

a ppm range as a list in order to apply the deconvolution

params

a list of specific parameters for deconvolution including or not (i.e equal to NULL) the matrix defining peaks, one peak by row, with columns defined as : pos, ppm, amp, sigma, eta

filterset

a set of filter type for filtering the noise and smoothing the signal (only if the matrix defining peaks not defined in order to find peaks)

oblset

a set of baseline order for fitting

verbose

level of debug information

Value

a model object


INRA/Rnmr1D documentation built on April 13, 2025, 10:54 p.m.