How to find QRS Complex Slope of attached signal?

2 Ansichten (letzte 30 Tage)
Explorer
Explorer am 2 Feb. 2016
Beantwortet: Star Strider am 3 Feb. 2016
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 Kommentare
Explorer
Explorer am 2 Feb. 2016
Bearbeitet: Explorer am 2 Feb. 2016
@ Star Strider
I guess, you know the answer :)
Explorer
Explorer am 3 Feb. 2016
How do I use Thresholding Peaks in Signal for my case?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Star Strider
Star Strider am 3 Feb. 2016
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.

Weitere Antworten (0)

Kategorien

Mehr zu Measurements and Feature Extraction finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by