MATLAB: I want to simulate ECG signal using loop on MATLAB.

arrthmiya ecg signalecg signalloopMATLAB

i want to simulate ecg signal on matlab, we want that it counts 1 when R peaks are comes otherwise count 0 in one min. we want to design it using loop.plz tell me the programming.

Best Answer

hi,
I propose you use this function (Author : Floyd Harriott 2002) : http://www.physionet.org/physiotools/matlab/ECGwaveGen/ECGwaveGen.m
Related Question