This program uses the butterworth filter from the scipy library to generate a bandpass filter.
lowcut = low end of filter
highcut = high end of filter
Based on the code at: http://scipy-cookbook.readthedocs.io/items/ButterworthBandpass.html
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This program uses the butterworth filter from the scipy library to generate a bandpass filter.
lowcut = low end of filter
highcut = high end of filter
Based on the code at: http://scipy-cookbook.readthedocs.io/items/ButterworthBandpass.html