XPSFilter | R Documentation |
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.
XPSFilter()
## Not run:
XPSFilter()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.