Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.09 KB

ecg2rr

Repository will contain code used in the upcoming publication:

Juho Laitala, Mingzhe Jiang, Elise Syrjälä, Emad Kasaeyan Naeini, Antti Airola, Amir M. Rahmani, Nikil D. Dutt, and Pasi Liljeberg. 2020. Robust ECG R-peak Detection Using LSTM. In The 35th ACM/SIGAPP Symposium on Applied Computing (SAC ’20), March 30-April 3, 2020, Brno, Czech Republic. (accepted)

More functionality regarding RR intervals will be added in future, hence the name ecg2rr.

Dependencies

Package requires python version 3.7 or higher and it has following dependecies:

Installation

Latest version of the package and its dependencies can be installed from github with pip:

pip install git+https://github.com/jtlait/ecg2rr.git#egg=ecg2rr

Version that was used in the upcoming publication can be installed in similar fashion:

pip install git+https://github.com/jtlait/ecg2rr.git@v0.1.0#egg=ecg2rr

Usage

See usage_example.ipynb from the notebooks directory.