ECG波形产生程序 for Matlab
%[QRSwave]=ECGwaveGen(bpm,dur,fs,amp)generatesanartificialECG/EKGwaveform%Heartrate(bpm)setstheqrseventfrequency(RRinterval).%Durationoftheentirewaveform(dur)isinunitsofseconds.%Samplefrequency(fs)setsthesamplefrequencyinHertz.%Amplitude(amp)oftheQRSeventismeasuredinmicr
下载地址
用户评论
程序有错无法运行。 >> ECGwaveGen Undefined function 'QRSpulse' for input arguments of type 'double'. Error in ECGwaveGen (line 61) PVCseg=[QRSpulse(d,60/((1-earlyfactor)*RR-0.4375*PVCwidth),fs,RandAmp(org_amp)) QRSpulse(PVCwidth,bpm*(1-earlyfactor),fs,PVCamp) QRSpulse(d,bpm,fs, RandAmp(org_amp))]; %PV
不错,可以使用
可以借鉴的代码
程序有错误
有函数未定义,我去啊。。
运行出错,还得再下另一个源文件!