Forum: help


RE: Output Clean RR [ Reply ] By: Abraham Otero on 2019-12-13 17:49 | [forum:47280] |
You could use RHRV to generate the filtered uninterpolated heart rate series (it is stored in the niHR field of the data structure, see page 66 http://rhrv.r-forge.r-project.org/tutorial/tutorial.pdf), and from that series recalculate the filtered RR. I'm afraid that the last calculation would have to be manual since the library doesn't support it directly. |
RE: Output Clean RR [ Reply ] By: Alyssa Palmer on 2019-12-13 17:32 | [forum:47279] |
Yes I am looking to use the FilterNIHR function to eliminate spurious or outlier points. Including too long, too short, or physiological unacceptable values. From there I would like to output a continuous RR-I data stream of the filtered/cleaned data. |
RE: Output Clean RR [ Reply ] By: Abraham Otero on 2019-12-13 17:26 | [forum:47277] |
What you want to do is filter the RR intervals corresponding with ventricular beats and outliers and save them? |
Output Clean RR [ Reply ] By: Alyssa Palmer on 2019-12-10 12:55 | [forum:47264] |
Hey There, I have been banging my head against the wall on how to use RHRV to cleaned RR-I data and then output the cleaned RR-I data (Not HR!). Any code or suggestions on how to get this? - Alyssa |