필터 지우기
필터 지우기

poincare plot of heart sound

조회 수: 5 (최근 30일)
Saifuddin Chowdhury
Saifuddin Chowdhury 2014년 2월 10일
댓글: Dishant Arora 2014년 2월 11일
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월 10일
편집: 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);
  댓글 수: 1
Dishant Arora
Dishant Arora 2014년 2월 11일
time between two successive RR samples will be simply 1/Fs.

댓글을 달려면 로그인하십시오.

카테고리

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