How to find QRS Complex Slope of attached signal?

조회 수: 1 (최근 30일)
Explorer
Explorer 2016년 2월 2일
답변: Star Strider 2016년 2월 3일
I need to find QRS Complex Slope keeping in view the below mentioned lines.
There are two signal in 16265m.mat. I want to find the slope the stored in first row of 16265m.mat
16265m.mat is downloaded from website of PhysioNet.
(Actually, I want to code up above mentioned lines in MATLAB)
  댓글 수: 2
Explorer
Explorer 2016년 2월 2일
편집: Explorer 2016년 2월 2일
@ Star Strider
I guess, you know the answer :)
Explorer
Explorer 2016년 2월 3일
How do I use Thresholding Peaks in Signal for my case?

댓글을 달려면 로그인하십시오.

채택된 답변

Star Strider
Star Strider 2016년 2월 3일
I read the paper, and I am not satisfied that the authors described their methods in sufficient detail for you to use the methods in that particular conference proceeding. It is a conference paper, so is limited in the detail it presents. For example, they do not mention how they arrived at β, the value you want to determine. (I would use a full paper published in a regular issue of a journal, but even that does not mean you will be able to reproduce the authors’ results. I speak from experience, having spent an entire semester not being able to reproduce the results of a particularly promising radial basis function neural network designed to detect and isolate fetal EKG, a couple decades ago, because the authors left out some important details. Neither me nor my professor nor colleagues ever figured out how the authors got the results they published.)
That said, I would use the gradient function to determine the slopes of the QRS complex. Note that there is broadband noise that you may not be able to eliminate by conventional discrete filtering. You may need to use Savitzky-Golay filtering on the original EKG signal to get a smooth-enough signal to analyse using gradient.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by