Code for calculating heart rate in Matlab
Afficher commentaires plus anciens
Code for calculating heart rate in Matlab?
Réponses (1)
Star Strider
le 23 Jan 2021
0 votes
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 commentaires
Abdulrahman Alhamdany
le 23 Jan 2021
Star Strider
le 23 Jan 2021
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.
Catégories
En savoir plus sur ECG / EKG dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!