Description Usage Arguments Details Value Author(s) Examples
Applies a low-pass Butterworth filter recursively
1  | ButterworthFilter(x, tau = 200)
 | 
x | 
 A numeric vector giving the elements in the series  | 
tau | 
 A numeric that determines the time constant of the filter, in units of the steps in the input time series.  | 
See the description in"ProcessingAlgorithms.pdf". Do not use this function; it is for testing historical processing of RAF data files, but there is an error that causes an offset in the filtered values. Use signal::butter instead. Missing values are skipped in the recursive filter and are replicated in the output.
The filtered numeric series
William Cooper
1  | ## Not run: xf <- ButterworthFilter (x, tau)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.