ECG Beat Calculation

Calculates ECG beats per minute
9.9K Downloads
Updated 27 Jan 2014

View License

This program calculates the beats per minute of of an ECG signal. The data file can be any text format. The output will be an averaged value, since normal ecg of a person is not always constant. There maybe drifts and variations. The percentage error for six seconds of the ecg will be 60/sampling frequency.

Cite As

Arun Aniyan (2024). ECG Beat Calculation (https://www.mathworks.com/matlabcentral/fileexchange/24628-ecg-beat-calculation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired: ECG QRS Detection

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Now the code can read data in any text format. There was a drift error in the calculation which has been corrected to obtain more accurate beat value.

1.0.0.0