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?

Respuestas (2)

Dishant Arora
Dishant Arora el 10 de Feb. de 2014

0 votos

X = RRI;
X(end)=[];
Y=RRI;
Y(1)=[];
plot(Y,X,'.');
Saifuddin Chowdhury
Saifuddin Chowdhury el 10 de Feb. de 2014
Editada: Saifuddin Chowdhury el 11 de Feb. de 2014

0 votos

how to calculate RR interval in second for given data?
I want to do it by autocorreltion.
x=xcorr(y);

1 comentario

Dishant Arora
Dishant Arora el 11 de Feb. de 2014
time between two successive RR samples will be simply 1/Fs.

Iniciar sesión para comentar.

Categorías

Más información sobre Audio I/O and Waveform Generation en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 10 de Feb. de 2014

Comentada:

el 11 de Feb. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by