From 1f185a28a11b08d27d3ee7f835cc2e442dc9f01a Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:11:30 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8335d0f..d268a3a 100644 --- a/README.md +++ b/README.md @@ -104,9 +104,10 @@ In the case you know Matlab check here: ## SciPy * [Remove a common signal from your data](scipy/SVD_data_cleaning/README.md) +* [scipy.signal: Butterworth low, high and band-pass](scipy/scipy.signal_butterworth/README.md) + ## Python: Questions of spectral nature -* [scipy.signal: Butterworth low, high and band-pass](scipy.signal_butterworth/README.md) * [PyWavelets: Wavelet Transforms in Python](pywavelet/README.md)