Find RR Interval in seconds
9 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
David J. Mack
2017-11-22
The obvious solution would be:
rrInSec = rrInSamples / samplingRateInHz
4 个评论
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 Center 和 File Exchange 中查找有关 Data Import and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!