mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-16 12:16:42 +02:00
|
||
---|---|---|
.. | ||
README.md |
scipy.signal -- Butterworth low, high and band-pass
Goal
Sometimes we need to remove of frequency range from a time series. For this we can use a Butterworth filter scipy.signal.butter and the scipy.signal.filtfilt command.
Questions to David Rotermund