Research Article

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

Algorithm 5

Fuzzy QRS + HRV.
(1)Standard QRS interval
(2)Compare the QRS intervals
(3)Compare the RR intervals
(4)Compute heart rate e
(5)Compute regular and irregular heart beats
(6)Calculate regular and irregular distance
(7)
(8)
(9)Classify as
 if ((QRS_Interval(k) < and
   ( (k) < . (k)))
  If HR > 60 and HR < 90
   Result(k) = 1;
    Else
    Result(k) = 0
 End of algorithm