paulvangentcom / heartrate_analysis_python

Python Heart Rate Analysis Package, for both PPG and ECG signals
MIT License
930 stars 321 forks source link

heart rate from six leads ecg #92

Open talhaanwarch opened 2 years ago

talhaanwarch commented 2 years ago

I have data from 6 leads ['lead1','lead2','lead3','avr','avL','avf'], each lead has an array how can i pass it to the heartpy to calculate the heart rate. the example i found used single array instead of six arrays. thanks