Skip to content
This repository has been archived by the owner on Jun 9, 2019. It is now read-only.

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
msznajder committed Oct 8, 2017
1 parent 62eea83 commit cbd151b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
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).
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit cbd151b

Please sign in to comment.