Skip to content

Draft: Adding custom highpass filter

I had a first attempt at fixing Issue #61. Now, any user can add their own custom highpass filter. However, they have to add either the 'zpk', pole-zero, or the 'sos', second-order sections in a json, pickle or npz file. Json files are unavailable for zpk, because those are complex and JSON cannot handle that. Please discuss and let me know any upgrades and/or improvements you want.

Let me know if I have to add testing too.

Edited by Max Lalleman

Merge request reports