Skip to content

Commit

Permalink
Fixed the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Dec 20, 2019
1 parent 35f2240 commit 6b0b724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ Usage::
Matched Filter
--------------

FIR matched filter using template of QRS complex. Uses the Pan and Tompkins thresolding method. Usage::
FIR matched filter using template of QRS complex. Uses the Pan and Tompkins thresolding method.
The ECG template is a text file where the samples are in a single column. See
the templates folder on github for examples. Usage::

r_peaks = detectors.matched_filter_detector(unfiltered_ecg,template_file)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='py-ecg-detectors',
version='1.0.1',
version='1.0.2',
description="Seven ECG heartbeat detection algorithms and heartrate variability analysis",
long_description=long_description,
author='Luis Howell, Bernd Porr',
Expand Down

0 comments on commit 6b0b724

Please sign in to comment.