Research Article

Designing an Optimum and Reduced Order Filter for Efficient ECG QRS Peak Detection and Classification of Arrhythmia Data

Algorithm 4

Using QRS + HRV.
(1)Standard QRS interval
(2)Compare the QRS intervals
(3)Compute regular and irregular heart beats
(4)Calculate regular and irregular distance
(6)
(7)
(8)Classify as
 if ((QRS_Interval(k) < and ( (k) < . (k)))
  Result(k) = 1;
   Else
    Result(k) = 0
 ]
 End of algorithm