文件名称:心电特征提取r波-sgsdf.rar
文件大小:78KB
文件格式:RAR
更新时间:2022-09-01 16:07:24
matlab
心电特征提取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
【文件预览】:
Matlab中文论坛--助努力的人完成毕业设计.url
使用帮助:新手必看.htm
program
----rbotiqulei.m(3KB)
----M.mat(77KB)