
Python
haibinw_2007
这个作者很懒,什么都没留下…
展开
-
Python 通过wfdb读取MIT数据库
直接上代码: import wfdb as wfdb import matplotlib.pyplot as plt import numpy as np # 画心电图 def draw_ecg(x): plt.plot(x) plt.title('Raw_ECG') plt.show() #画心电图及其R波位置 def draw_ecg_R(record,...原创 2019-09-03 14:47:06 · 4760 阅读 · 0 评论 -
pip install 安装使用清华镜像
以安装tensorflow-gpu 为例: pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow-gpu原创 2019-09-15 13:56:41 · 1869 阅读 · 0 评论