Skip to content

Improved filtering methods for TimeSeries

Duncan Macleod requested to merge github/fork/duncanmmacleod/master into master

This PR fixes the TimeSeries band-pass-related filter functions to use Butterworth IIR filters, and updates the TimeSeries.filter method to use scipy's upcoming second-order-sections.

This PR will fix #29 (closed)

Merge request reports