Open
Description
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.