This repository has been archived by the owner on Jun 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Python Online and Offline ECG QRS Detector based on the Pan-Tomkins algorithm | ||
|
||
## Authors | ||
* Michał Sznajder (Jagiellonian University) - technical contact ([email protected]) | ||
* Marta Łukowska (Jagiellonian University) | ||
|
||
## Intro | ||
|
||
The modules published in this repository are Python implementations of online and offline QRS complex detectors in ECG signal, based on the Pan-Tomkins algorithm (Pan J., Tompkins W. J., _A real-time QRS detection algorithm,_ IEEE Transactions on Biomedical Engineering, Vol. BME-32, No. 3, March 1985, pp. 230-236). | ||
|
@@ -154,11 +158,6 @@ ecg_measurements = ecg_data[:, 1] | |
``` | ||
The algorithm will work fine even if only measurement values without timestamps are available. | ||
|
||
## Authors | ||
* Michał Sznajder (Jagiellonian University) - technical contact ([email protected]) | ||
* Marta Łukowska (Jagiellonian University) | ||
|
||
|
||
## Citation information | ||
If you use these modules in a research project, please consider citing it: | ||
|
||
|