Replies: 1 comment
-
The data look like a semi-colon separated file, which you can probably read with pandas (read_csv). I am not sure about the scale (but to be fair it is pretty irrelevant as far as I am concerned - and neurokit functions are typically scale independent) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a bunch of Polar H10 ECG data, and the data files look like this:
If I try the NeuroKit sample data, or I simulate an ECG signal, the format looks like this:
array([ 0.25706941, 0.25931073, 0.26620755, ..., -0.00104164, -0.00052164, -0.00034893])
I want to use hrv() to compute features of my Polar data. Therefore, 2 questions:
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions