Filtering Complex Data with R
Filtering
Base R has a function filter that can perform moving average (MA) or filters (AR). But it cannot do both at the same time; it cannot do an autoregresive ARMA filter. It also only works on real data. The filter function in the signal package can perform ARMA filters, ...
![](https://1.bp.blogspot.com/-EOBqlz5PiVY/X0cQm7BmkrI/AAAAAAAAJwU/QqCqGCTRT6A1cFWVE0npyistdYD-G9tnQCLcBGAsYHQ/s400/rComplexIm.png)