poincare plot of heart sound

5 次查看(过去 30 天)
Saifuddin Chowdhury
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-11
how to calculate RR interval in second for given data?
I want to do it by autocorreltion.
x=xcorr(y);

类别

Help CenterFile Exchange 中查找有关 2-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