MIT ecg data 读取我要分享

读取

关注次数: 155

下载次数: 0

文件大小: 2.13 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:% This programm reads ECG data which are saved in format 212. % (e.g., 100.dat from MIT-BIH-DB, cu01.dat from CU-DB,...) % The data are displayed in a figure together with the annotations. % The annotations are saved in the vector ANNOT, the corresponding % times (in seconds) are saved in the vector ATRTIME. % The annotations are saved as numbers, the meaning of the numbers can % be found in the codetable "ecgcodes.h" available at www.physionet.org. % % ANNOT only contains the most important information, which is displayed % with the program rdann (available on www.physionet.org) in the 3rd row. % The 4th to 6th row are not saved in ANNOT.


English Description:


代码预览