How can i detect cardiac axis from ECG signal?
2 次查看(过去 30 天)
显示 更早的评论
i have a project to develop an algorithm to detect cardiac axis from an ECG signal..can anyone help me with some idea or matlab code?i am a newbie in the field of matlab.it will be helpful for me if someone provide me matlab code about this.
0 个评论
回答(1 个)
Star Strider
2021-4-9
Use Standard Lead I for the x-axis, Augmented Lead for the y-axis, and go from there. Calculate the angles using atan2d and the magnitudes using hypot. The angle corresponding to the maximum of the hypot results is the cardiac axis. If you are doing this in 3D, use Precordial Lead for the transverse lead, and calculate that angle with respect to Standard Lead I as I already described.
4 个评论
Star Strider
2021-5-16
If you calculate the angles and hypotenuse values for every corresponding set of points (points for the same time value) in the two leads for the entire cardiac cycle, the angle corresponding to the maximum hypot value is the cardiac axis.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 ECG / EKG 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!