ECG波形产生程序 for Matlab 2

时间:2013-04-05 05:31:11
【文件属性】:
文件名称:ECG波形产生程序 for Matlab 2
文件大小:7KB
文件格式:NONE
更新时间:2013-04-05 05:31:11
ECG wave Matlab 产生 % [s, ipeaks] = ecgsyn(sfecg,N,Anoise,hrmean,hrstd,lfhfratio,sfint,ti,ai,bi) % Produces synthetic ECG with the following outputs: % s: ECG (mV) % ipeaks: labels for PQRST peaks: P(1), Q(2), R(3), S(4), T(5) % A zero lablel is output otherwise ... use R=find(ipeaks==3); % to find the R peaks s(R), etc.

网友评论

  • 是matlab程序,还没测试