Closed DominiqueMakowski closed 4 years ago
To get us started with ECG processing I'm happy to add an ECG peak detection algorithm to the ecg
module. I recently benchmarked the algorithm on the Glasgow University Database (GUDB) (see 5. Changelog for details). Then the users could already get heart rate and -period out of their ECG data and we would have a basis for building HRV analyses. If this sounds like a good idea I'll get working on a PR soonish in the new year :)
On a related note, here's a nice overview of popular ECG peak detection algorithms and their performance on established benchmarks.
@JohnDoenut That's great 😍 Looking forward to your PR in the next decade 😁
@Tam-Pham It would be useful to get an overview of the existing pipelines for ECG cleaning (parameters of filters etc..). For instance, biosspy uses only simple filtering:
But there are more packages and surely some publications about it :wink:
See #65.
Closing this in favour of the more specialized issues.
Collection of resources to help us getting the ECG aspect right, feel free to add more:
R-peak detection & Segmentation
Artifacts
HRV
General
Complexity
Other