XPSFilter: XPSFilter smoothing functions to remove noise from spectra.

View source: R/XPSFilterGUI.r

XPSFilterR Documentation

XPSFilter smoothing functions to remove noise from spectra.

Description

XPSFilter contains a list of different filters to remove noise from spectra. - In Sawitzy Golay filter at point i is a weighted average of data i-n... i ... i+n - In Autoregressive filters the output variable depends linearly on its own previous values. - In the Moving Average filters the output at point i is the average of data i-n ... i ... i+n . - The FFT filter applys the FFT transform to perform filtering. - The Wavelets fileter uses the wavelets to perform filtering. - The FIRfilter is a Finite Impulse Response with a zero distortion. - The Butterworth is an Infinite Impulse Response filter.

Usage

XPSFilter()

Examples

## Not run: 
  XPSFilter()

## End(Not run)

GSperanza/RxpsG_2.3-1 documentation built on Feb. 11, 2024, 5:09 p.m.