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

Commit

Permalink
General cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
msznajder committed Apr 7, 2017
1 parent e3783ae commit 173efbf
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions QRSDetectorOffline.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@


class QRSDetectorOffline(object):
"""
Offline ECG signal based Pan-Tomkins QRS detection algorithm.
"""x
Python offline QRS detector in ECG signal based on the Pan-Tomkins algorithm.
QRS complex corresponds to the depolarization of the right and left ventricles of the human heart.
It is the most most visually obvious part of the ECG signal.
Expand Down
3 changes: 1 addition & 2 deletions QRSDetectorOnline.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

class QRSDetectorOnline(object):
"""
Online ECG signal based Pan-Tomkins QRS detection algorithm.
Python online QRS detector in ECG signal based on the Pan-Tomkins algorithm.
QRS complex corresponds to the depolarization of the right and left ventricles of the human heart.
It is the most most visually obvious part of the ECG signal.
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 173efbf

Please sign in to comment.