Filter löschen
Filter löschen

poincare plot of heart sound

5 Ansichten (letzte 30 Tage)
Saifuddin Chowdhury
Saifuddin Chowdhury am 10 Feb. 2014
Kommentiert: Dishant Arora am 11 Feb. 2014
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?

Antworten (2)

Dishant Arora
Dishant Arora am 10 Feb. 2014
X = RRI;
X(end)=[];
Y=RRI;
Y(1)=[];
plot(Y,X,'.');

Saifuddin Chowdhury
Saifuddin Chowdhury am 10 Feb. 2014
Bearbeitet: Saifuddin Chowdhury am 11 Feb. 2014
how to calculate RR interval in second for given data?
I want to do it by autocorreltion.
x=xcorr(y);
  1 Kommentar
Dishant Arora
Dishant Arora am 11 Feb. 2014
time between two successive RR samples will be simply 1/Fs.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by