Skip to content

wfdb-qrs-kit

wfdb-qrs-kit wraps WFDB-compatible QRS detector executables behind a small, typed Python API. The first supported detectors are wqrs and the EP Limited / Hamilton detector.

from wfdb_qrs_kit import detect_both

results = detect_both(signal, fs=125, leads=["II"])

The package writes temporary WFDB records, calls the detector executable, reads the annotation file back with wfdb, and returns per-lead sample indices.

The Python package is MIT licensed. The external detector source and binaries keep their upstream licenses.