From 038f2a933eb3752053727dbf4943d9f758a00066 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 2 Dec 2023 20:25:43 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- scipy.signal_butterworth/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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.