文件名称:ECG波形产生程序 for Matlab
文件大小:6KB
文件格式:NONE
更新时间:2013-04-05 05:29:48
ECG wave Matlab 产生
%[QRSwave]=ECGwaveGen(bpm,dur,fs,amp) generates an artificial ECG/EKG waveform % Heart rate (bpm) sets the qrs event frequency (RR interval). % Duration of the entire waveform (dur) is in units of seconds. % Sample frequency (fs) sets the sample frequency in Hertz. % Amplitude (amp) of the QRS event is measured in micro Volts. The % waveform consists of a QRS complex and a T-wave. No attempt to % represent a P-wave has been made.