filterSavGol: filterSavGol

View source: R/deconvTools.R

filterSavGolR Documentation

filterSavGol

Description

filterSavGol applies a Savitzky-Golay filter on a spectral signal.

Usage

filterSavGol(s, m, nl, nr)

Arguments

s

the spectral signal as a numerical vector

m

the degree of the polynomial filter (integer)

nl

width of the sliding window on the left (integer)

nr

width of the sliding window on the rigth (integer)

Value

a vector of the same dimension as the entry one


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