-
-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NeuroKit2 Analysis on Animal ECG Data #978
Comments
Hi, I'm also working with animals with higher heart rate. I had some success using the 'martinez2004' method for ecg_process (code below for sequentially testing all the methods with a chunk of my data). For the most part, this helps with peak detection, which I think is the main issue with the other methods. That being said, I'll hop on the animal-related-problems thread and say there are still some misses that produce crazy high rate values - does anyone have advice on how to handle these? (Image and code pasted below).
|
my subjects are mice, and their resting heart rates significantly differ from humans, typically ranging between 500–700 beats per minute (bpm) – a stark contrast to the human resting heart rate of 60–70 bpm. To accommodate this difference,
Firstly,
nk.ecg_simulate
cannot generate data for heart rates exceeding 200 bpm, which is applicable for humans. However, this does not work for my animal experiments.Subsequently, I used my own data, and I was able to visualize it in the charts.
Screenshots
System Specifications
OS: Darwin ( 64bit)
Python: 3.9.9
NeuroKit2: 0.2.7
NumPy: 1.21.5
Pandas: 1.4.0
SciPy: 1.8.1
sklearn: 1.1.1
matplotlib: 3.5.2
The text was updated successfully, but these errors were encountered: