From 2f270b6e5f85c02ca01122449eb643de295cc8f5 Mon Sep 17 00:00:00 2001 From: Christophe Favergeon Date: Mon, 29 Jun 2020 07:02:36 +0200 Subject: [PATCH] CMSIS-DSP: Changed link in Python wrapper example --- PythonWrapper/example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonWrapper/example.py b/PythonWrapper/example.py index 80fd87aa..caa6db40 100644 --- a/PythonWrapper/example.py +++ b/PythonWrapper/example.py @@ -2,7 +2,7 @@ import cmsisdsp as dsp import numpy as np from scipy import signal from pylab import figure, clf, plot, xlabel, ylabel, xlim, ylim, title, grid, axes, show,semilogx, semilogy -# Data file from https://www.physionet.org/pn3/ecgiddb/Person_87/rec_2.dat +# Data file from https://physionet.org/content/ecgiddb/1.0.0/Person_87/rec_2.dat def q31sat(x): if x > 0x7FFFFFFF: