lfilter | R Documentation |
Applies a FIR bandpass filter
lfilter(x, sr, lwr, upr, tw = 1, ripple = 0.02)
x |
a time series vector |
sr |
Sample rate of |
lwr |
Lower transition frequency |
upr |
Upper transition frequency |
a filtered version of x
This is a wrapper around the method implemented by the FILTER
command.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.