| lpfilter | R Documentation |
Causal lowpass filtering with decimation
lpfilter(y, wgts, ndec = 1)
lpfilter.dec(y, frq = 1, ndecs = c(2, 5), plt = FALSE, ...)
y |
numeric |
wgts |
numeric; convolution filter weights |
ndec |
integer; the decimation factors to use |
frq |
integer; the sampling frequency of |
plt |
logical; should the decimation stages be plotted? |
... |
additional parameters to |
Applies a single-sided convolution filter with the filter
weights (wgts) to the data (y). The decimation factor
is set with ndec but is only applied when ndec>1.
straight_decimate, filter, strain-filtering
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.