SmoothSpectra: SmoothSpectra

Description Usage Arguments Value

View source: R/Smoothing.R

Description

Smooths the data contained in a rCRSIObj using the discrete wavelets transform (DWT).

Usage

1
2
SmoothSpectra(rCRSIObj, method = "normal", OddfiltLength = 7,
  NtoZ = TRUE, BackgroundSubs = TRUE, window = 32)

Arguments

rCRSIObj

a rCRSIObj.

OddfiltLength

Integer. Length of the Savitzky-Golay filter.

NtoZ

Boolean. Apply negative-to-zero thresholding during the wavelets preprocessing.

BackgroundSubs

Boolean. Apply background substraction using a low frequency filter wavelets processing.

window

Integer. Number of added points at the begining and ending of the signal to reduce artifacts from the wavelets transform.

Value

a rCRSIObj object.


LlucSF/rCRMI documentation built on Nov. 19, 2019, 3:42 p.m.