Find RR Interval in seconds
6 ビュー (過去 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!