解读MIT-BIH数据的MATLAB代码我要分享

Interpreting matlab code of MIT-BIH data

关注次数: 272

下载次数: 2

文件大小: 1.54 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:MATLAB解读MIT-BIH数据库中心电数据的源代码,个人编写,内涵详细注释。解读代码封装为函数ReadMITData,输入为MIT文件路径及编号(比如100),输出2导联心电波形数据、每个QRS波位置、心搏注释结果。可解析全部48组心电数据,包括头文件.hea、数据文件.dat和注释文件.atr。


English Description:

Matlab interpretation MIT-BIH database center electrical data source code, personal preparation, connotation detailed notes. The interpretation code is packaged as a function readmitdata, input as MIT file path and number (such as 100), output 2-lead ECG shape data, each QRS wave position, and heart beat annotation result. All 48 groups of ECG data can be parsed, including header file. Hea, data file. DAT and annotation file. ATR.


代码预览

相关推荐