Aura-healthcare / hrv-analysis

Package for Heart Rate Variability analysis in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculating rr-interval list

loneharoon opened this issue · comments

Hi Robin,

Do we need to compute the rr_intervals_list from the raw ecg signal or the rr_intervals_list refers to raw signal? I did not get it correctly?

Hi,

Thank you for your question.

It is a common practise to remove ectopic beats from the signal. Then you can extract features from those cleand RR-interval (which are also called NN-intervals in the litterature).
Here is a link to the API documentation with the reference papers.

Hope that helps :-)
Cheers,
Robin