poincare plot of heart sound

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 日

0 投票

X = RRI;
X(end)=[];
Y=RRI;
Y(1)=[];
plot(Y,X,'.');
Saifuddin Chowdhury
Saifuddin Chowdhury 2014 年 2 月 10 日
編集済み: Saifuddin Chowdhury 2014 年 2 月 11 日

0 投票

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.

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

カテゴリ

ヘルプ センター および File ExchangeAudio I/O and Waveform Generation についてさらに検索

タグ

質問済み:

2014 年 2 月 10 日

コメント済み:

2014 年 2 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by