mit-bih,ecg,wfdb工具箱

1、WFDB工具箱安装

在去读数据之前需要安装 ‘the wFDB Toolbox for Matlab’,安装教程为https://physionet.org/physiotools/matlab/wfdb-app-matlab/

更直接的,在matlab中运行如下代码,可完成安装:


2.

>> wfdbdemo
Reading samples ECG signal from MIT-BIH Arrhythmia Database
[tm,sig]=rdsamp('mitdb/100',1);
plot(tm,sig);
Reading and plotting annotations (human labels) of QRS complexes performend on the signals
Ploting 3D version of signal and labels
**Querying PhysioNet for available databases...
    You currently have access to 126 databases for download in PhysioNet (type 'help physionetdb' for more info)!
Demoing finished !!

For more information about the toolbox, type 'wfdb' at the command prompt.

结果:



猜你喜欢

转载自blog.csdn.net/qq_40516725/article/details/80263983
今日推荐