11 November 2015 7 6K Report

i work on ECG signal , i detect QRS complex , P wave and T wave 

i need to know that heart rate equation :

heart_rate = length(Rloc)/(time_scale/60); true or false ??

and 

R_R interval =(60/heart_rate);  ??

and ST_Segment = (S_point - R_point)*140msec ???

if ST true how can i get S_point and R_point

Similar questions and discussions