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
2014 年 2 月 10 日
X = RRI;
X(end)=[];
Y=RRI;
Y(1)=[];
plot(Y,X,'.');
Saifuddin Chowdhury
2014 年 2 月 10 日
編集済み: Saifuddin Chowdhury
2014 年 2 月 11 日
1 件のコメント
Dishant Arora
2014 年 2 月 11 日
time between two successive RR samples will be simply 1/Fs.
カテゴリ
ヘルプ センター および File Exchange で Audio I/O and Waveform Generation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!