Butterworth filter
Summary
Butterworth filter
Implementation sketch
Basically a wrapper for https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.butter.html. But butter() is a constructor for a filter, which needs to be passed through signal.sosfilt() to actually do the filtering.
Edited by Arin Wongprommoon