filterSavGol | R Documentation |
filterSavGol
applies a Savitzky-Golay filter on a spectral signal.
filterSavGol(s, m, nl, nr)
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) |
a vector of the same dimension as the entry one
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.