BP_annotate

Implementation of a feature detection algorithm for arterial blood pressure.

Download
Download

You are now following this Submission

Cite As

Alexandre Laurin (2026). BP_annotate (https://www.mathworks.com/matlabcentral/fileexchange/60172-bp_annotate), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
2.2.0

Updated description.

Download
2.1.0

minor bug fix for foot annotation when local minimum is needed

Download
2.0.0

The notch criteria was updated after meetings with Pr Denis Chemla, cardiologist at APHP-CHU de Bicêtre.

Download
1.3.0

Modified the criteria for systolic peak detection to fix certain problem cases.

Download
1.2.0

Fixed a little bug in FIxIndex sub-function which prevented it from doing anything when a single index was out of bounds.

Download
1.1.0

Includes example signals. To run:
load('exampleWaveform_1kHz.mat’)
[ footIndex, systolicIndex, notchIndex, dicroticIndex, time, bpwaveform ] = BP_annotate( waveform, 1000, 1 );

Download
1.0.0

Download