diff --git a/scipy.signal_butterworth/README.md b/scipy.signal_butterworth/README.md index 1668438..111708b 100644 --- a/scipy.signal_butterworth/README.md +++ b/scipy.signal_butterworth/README.md @@ -1,4 +1,9 @@ # [scipy.signal](https://docs.scipy.org/doc/scipy/reference/signal.html) -- Butterworth low, high and band-pass +{:.no_toc} + +* TOC +{:toc} + ## Goal Sometimes we need to remove of frequency range from a time series. For this we can use a Butterworth filter [scipy.signal.butter](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.butter.html) and the [scipy.signal.filtfilt](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.filtfilt.html) command.