systole.correction.interpolate_rr# systole.correction.interpolate_rr(rr: ndarray, idx: ndarray) → ndarray[source]# Correct long or short beat(s) using linear interpolation. Parameters rrRR intervals (ms). idxint, np.ndarrayIndex of the RR interval that should be interpolated. Returns clean_rrThe corrected RR intervals.