Closed oskar-j closed 5 years ago
Hi Oskar,
Thanks for your message, apologies it took me until now to reply, I missed the notification.
It seems you're trying to feed instantaneous heart rate (BPM) data into HeartPy. HeartPy is meant to analyse raw heart rate data.
Beat-beat intervals are required to compute many of the measures HeartPy usually does. It is not straightforward to go from bpm measurements back to beat-beat intervals without knowing how the BPM was derived (most notably how many beats are used to compute it with 2 Hz).
Cheers Paul
Hello!
I'm trying to use your tool for the first time.
I took the data from here: http://ecg.mit.edu/time-series/ ("series 2") Direct link for downloading data: http://ecg.mit.edu/time-series/hr.7275
From the description:
I'm trying to use this code to load the data:
The sample rate is
2.0 Hz
, but I get the BadSignalWarning. What I am doing wrong? Thanks for help!Best regards, Oskar