Skip to content

What should I do to get ECG_Q_Peaks and ECG_S_Peaks? #458

Answered by Tam-Pham
sdujicun asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @sdujicun,

Currently nk.ecg_delineate() has a derivative method and two other wavelet-based methods. The default method is method="dwt" (discrete wavelet method) and unfortunately, the returns of this method only include P-peaks, T-peaks, P-onsets, P-offsets, T-onsets, T-offsets. For Q-peaks and S-peaks, you can use the derivative method instead (method="peak").

The detailed description of the outputs (returns) can be found in our documentation of the function here

hope that helps!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sdujicun
Comment options

Answer selected by DominiqueMakowski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants