How can i detect cardiac axis from ECG signal?

조회 수: 9 (최근 30일)
Shikat Bhattacharjee
Shikat Bhattacharjee 2021년 4월 9일
댓글: Star Strider 2021년 5월 16일
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.

답변 (1개)

Star Strider
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
Shikat Bhattacharjee
Shikat Bhattacharjee 2021년 5월 16일
Thank you sir for your reply....
'The angle corresponding to the maximum of the hypot results is the cardiac axis.' - what do you mean by that?i understood that i have to plot hypot values in y axis and atan2d values in the x axis.then the maximum value of y axis determine (hypot max value) the angle in the x axis......is it the right way?? or i have missing something?
thank you again sir.
Star Strider
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 CenterFile Exchange에서 Sparse Matrices에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by