Explorar el Código

CMSIS-DSP: Changed link in Python wrapper example

Christophe Favergeon hace 5 años
padre
commit
9aba007ce7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CMSIS/DSP/PythonWrapper/example.py

+ 1 - 1
CMSIS/DSP/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: