Skip to content

Improvements to time-domain filtering

The current TimeSeries.filter time-domain filtering requires the user to give digital, Z-domain filter components. This PR implements a TimeSeries.zpk method which translates real zpk components in Hertz into S-domain then Z-domain and passes to TimeSeries.filter.

I have also included the relevant changes to documentation, and a new example for time-domain filtering.

Merge request reports