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

Commit

Permalink
Merge pull request #2 from Santihago/patch-1
Browse files Browse the repository at this point in the history
Update bandpass lowcut value
  • Loading branch information
msznajder authored Apr 30, 2018
2 parents cbd151b + e30a507 commit 1353045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QRSDetectorOnline.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(self, port, baud_rate):
self.number_of_samples_stored = 200 # Change proportionally when adjusting frequency (in samples).
self.possible_measurement_upper_limit = 10 # ECG device physiologically upper measurement limit.

self.filter_lowcut = 0.0
self.filter_lowcut = 0.1
self.filter_highcut = 15.0
self.filter_order = 1

Expand Down

0 comments on commit 1353045

Please sign in to comment.