フィルターのクリア

poincare plot of heart sound

5 ビュー (過去 30 日間)
Saifuddin Chowdhury
Saifuddin Chowdhury 2014 年 2 月 10 日
コメント済み: Dishant Arora 2014 年 2 月 11 日
I have following data: Sample frequency=11025; numbers of bits=16; y(file size)=<47326x1 double>.
I need to make RRI[i](sec) vs RRI[i+1](sec) poincare plot, where RRI is R-R interval. How do it?

回答 (2 件)

Dishant Arora
Dishant Arora 2014 年 2 月 10 日
X = RRI;
X(end)=[];
Y=RRI;
Y(1)=[];
plot(Y,X,'.');

Saifuddin Chowdhury
Saifuddin Chowdhury 2014 年 2 月 10 日
編集済み: Saifuddin Chowdhury 2014 年 2 月 11 日
how to calculate RR interval in second for given data?
I want to do it by autocorreltion.
x=xcorr(y);
  1 件のコメント
Dishant Arora
Dishant Arora 2014 年 2 月 11 日
time between two successive RR samples will be simply 1/Fs.

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

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by