ECG R wave amplitude calculation
6 views (last 30 days)
Show older comments
How can I calcualte the amplitude of R-waves in a ECG signal?
0 Comments
Answers (1)
Star Strider
on 7 Mar 2019
2 Comments
Star Strider
on 7 Mar 2019
My pleasure.
How easy that is to do depends on the lead you’re using. The ‘min’ values are the isoelectric baseline, generally taken to be defined by the end of the P wave and the beginning of the QRS complex (assuming no arrhythmias, no conduction delays, and no baseline wander from movement artefact that makes everything else difficult even for human EKG interpretation). In a normal EKG, the QRS complex is less than 120 ms in duration. So one estimate of the isoelectric potential would be at least 60 ms prior to the R wave peak, and probably between 70 and 90 ms.
If by ‘min’ you want the Q wave (that may not exist in a healthy EKG, although that also depends on the lead), that can be much more difficult to determine, both because of its relatively low voltage (less than 0.1 mV or 100 in a healthy heart, so it can get lost in ambient noise), and that it may not be identifiable at all.
In short, I would define the ‘min’ value as the isoelectric region, and be done with it.
See Also
Categories
Find more on Measurements and Feature Extraction in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!