Apply a pass-band filter to time series data
bandpass(values, window_length, sampling_rate, frequency_range)
| values | Numeric vector. |
|---|---|
| window_length | The number of samples per window during filtering. |
| sampling_rate | Sampling rate of the values. |
| frequency_range | Bounds on frequency in Hz |
Filtered time series data