How to avoid determining P wave in PVC beat ?

3 ビュー (過去 30 日間)
mona shabaan
mona shabaan 2023 年 1 月 21 日
コメント済み: Star Strider 2023 年 1 月 22 日
Hello
Please help..me.
i am use the code to detect p wave on ECG Signal.
%%%P Peak detection
a=Rloc(i,j)-90:Rloc(i,j)-10;
m=max(y1(a));
b=find(y1(a)==m);
b=b(1);
b=a(b);
Ploc(i,j)=round(b);
Pamp(i,j)=round(m);
when pvc beat in signal the p wave you take location , how can be avoid that please? and thanks.

採用された回答

Star Strider
Star Strider 2023 年 1 月 21 日
There is no true P-deflection preceding a PVC.
That is essentially the definition of a Premature Ventricular Contraction or Premature Ventricular Complex (PVC), in which the ventricular contraction is initiated by the Prukinje fibers rather than the SA node. That a P-deflection appears just prior to the following ectopic deflection does not mean that the P-deflection initiated the ectopic contraction. Here, it appears simply to be a chance occurrence. The PVC has an associated compensatory pause following it, in which the A-V node is depolarised and suppressed. See Braunwald's Heart Disease, Single Volume, 12th Edition for a thorough discussion.
.
  4 件のコメント
mona shabaan
mona shabaan 2023 年 1 月 22 日
thank you.
Star Strider
Star Strider 2023 年 1 月 22 日
My pleasure!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeECG / EKG についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by