We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271ba01 commit 8917f12Copy full SHA for 8917f12
neurokit2/ecg/ecg_delineate.py
@@ -55,6 +55,7 @@ def ecg_delineate(
55
The ``"prominence"`` method might be useful to detect the waves, allowing to set individual physiological
56
limits (see kwargs), while the ``"dwt"`` method might be more precise for detecting the onsets and offsets
57
of the waves (but might exhibit lower accuracy when there is significant variation in wave morphology).
58
+ The ``"peak"`` method, which uses the zero-crossings of the signal derivatives, works best with very clean signals.
59
show : bool
60
If ``True``, will return a plot to visualizing the delineated waves information.
61
show_type: str
0 commit comments