Find RR Interval in seconds

조회 수: 6 (최근 30일)
anjaly cherian
anjaly cherian 2017년 11월 22일
댓글: sonu kumar gupta 2018년 6월 9일
I have 10 minute ECG data saved in CSV file format (13900 data samples corresponds to 10 minute recording). My sampling frequency is 139HZ. I found the distance between RR peaks (RR interval) in terms of data samples between two peaks. I need to find the RR Interval in seconds. So how I will convert the RR distance in terms of data samples to seconds. I will be grateful if someone can help me to solve this issue.

채택된 답변

David J. Mack
David J. Mack 2017년 11월 22일
The obvious solution would be:
rrInSec = rrInSamples / samplingRateInHz
  댓글 수: 4
anjaly cherian
anjaly cherian 2017년 11월 23일
I will keep it in mind..Thank you.
sonu kumar gupta
sonu kumar gupta 2018년 6월 9일
can you please tell me that how do you find the samples(or distance) between 2 peaks...

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by