ECG Beat Calculation

Calculates ECG beats per minute

You are now following this Submission

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 (2026). ECG Beat Calculation (https://www.mathworks.com/matlabcentral/fileexchange/24628-ecg-beat-calculation), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired: ECG QRS Detection

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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