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 1c624d4 commit 35f2240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ Usage::
Matched Filter
--------------

FIR matched filter using template of QRS complex. Template provided for 250Hz and 360Hz. Uses the Pan and Tompkins thresolding method. Usage::
FIR matched filter using template of QRS complex. Uses the Pan and Tompkins thresolding method. Usage::

r_peaks = detectors.matched_filter_detector(unfiltered_ecg)
r_peaks = detectors.matched_filter_detector(unfiltered_ecg,template_file)


Heartrate variability analysis
Expand Down

0 comments on commit 35f2240

Please sign in to comment.