Do the points from the result of ecg_delineate match to original ECG? #762
Unanswered
okovalchuk98
asked this question in
Q&A
Replies: 1 comment
-
You can feed a raw signal to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
My task is to detect amplitude and fragments of peaks in input ECG signal.
According to the documentation, the ecg_delineate method takes as parameter cleaned ECG signal by the ecg_clean method.
The ecg_clean method may modify input ECG signal and the ecg_delineate find features of ECG based on cleaned signal.
Do the points from the result of the ecg_delineate method that uses cleaned signal match the points in the original (input) signal?
May I take the results of the ecg_delineate method and apply it to the original input ECG signal and be sure that everything is correct?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions