心电特征提取r波-sgsdf.rar
%--------------------------------------------------------------------------
% 利用小波变换检测R波,并给出模极大曲线
%--------------------------------------------------------------------------
clear all;
load M.mat
ecgdata=M';
plot
points=4000;%截取的点数
range=2:1:32;%尺度范围
sr=360;%抽样率
signal=ecgdata';
figure,subplot
plot,axis tight,grid on;
完整程序已经mat数据,都在附件里复制代码
心电图.JPG
2019-12-21 21:40:49
78KB
matlab
1