Skip to content

Commit f93fa3f

Browse files
committed
Add GQRS algorithm.
1 parent 2773cd1 commit f93fa3f

File tree

4 files changed

+865
-1
lines changed

4 files changed

+865
-1
lines changed

tests/test_processing.py

Lines changed: 11 additions & 0 deletions
Large diffs are not rendered by default.

wfdb/processing/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
from .basic import resample_ann, resample_sig, resample_singlechan, resample_multichan, normalize
2+
from .gqrs import gqrs_detect
23
from .peaks import find_peaks

0 commit comments

Comments
 (0)