Code for calculating heart rate in Matlab
古いコメントを表示
回答 (1 件)
Star Strider
2021 年 1 月 23 日
0 投票
Using what data?
For an EKG, use findpeaks to find the R-deflections, then make appropriate use of the ‘locs’ output to calculate the time between R-deflections, and from that, heart rate.
I leave the details to you.
2 件のコメント
Abdulrahman Alhamdany
2021 年 1 月 23 日
Star Strider
2021 年 1 月 23 日
In that situation, it will be necessary to use an appropriate filter, and likely the envelope function, with findpeaks or islocalmax to determine the peaks. The loudest and most distinctive will be the first heart sound (generally mitral valve closure) and then the second heart sound (pulmonary and aortic valve closure, that will almost always be slightly different in time, even in a healthy heart, known as ‘physiological splitting’). These are generally relatively high frequency, so choose the appropriate bandpass filter design.
カテゴリ
ヘルプ センター および File Exchange で ECG / EKG についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!