Skip to content

Commit 8917f12

Browse files
Update neurokit2/ecg/ecg_delineate.py
1 parent 271ba01 commit 8917f12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neurokit2/ecg/ecg_delineate.py

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def ecg_delineate(
5555
The ``"prominence"`` method might be useful to detect the waves, allowing to set individual physiological
5656
limits (see kwargs), while the ``"dwt"`` method might be more precise for detecting the onsets and offsets
5757
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.
5859
show : bool
5960
If ``True``, will return a plot to visualizing the delineated waves information.
6061
show_type: str

0 commit comments

Comments
 (0)