Research Article

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

Algorithm 3

Using QRS Interval.
(1)Standard QRS interval
(2)Compare the QRS intervals
(3)Classify as
(4)If QRS_Interval(k) <
  Result(k) = 1;
  Else
   Result(k) = 0
 End of algorithm.