Skip to content

qrs detector improvements #136

Open
Open
@cx1111

Description

@cx1111

This will be the single thread for discussing improvements for qrs detectors. I will probably only be working on the xqrs class in the near future.

Current thoughts:

  • The filter used to accentuate the qrs (we'll call this the moving wave integration filter) is currently an upright ricker with a fixed width: wavelet_filter = signal.ricker(self.qrs_width, 4). There are many things we could improve upon, such as:
    • Inverting it if we figure out the r wave is inverted
    • Designing a set of template beats for different ecg channels.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions