Performance Assessment

The tutorials on this page demonstrate how to assess the performance of PPG beat detectors using publicly available datasets.

Assessing performance on a single dataset

This tutorial demonstrates how to assess the performance of beat detectors on a single dataset.

options.dataset_file = 'filepath'; % NB: Here, instead of 'filepath' insert the path of the `MIMIC_PERform_truncated_train_all_data.mat` file on your computer, _e.g._ `/Users/petercharlton/Downloads/MIMIC_PERform_truncated_train_all_data.mat`
assess_beat_detectors('MIMIC_PERform_truncated_train_all_data', options)

This tutorial is demonstrated in the following video:

Assessing performance on multiple datasets

This tutorial demonstrates how to assess the performance of beat detectors across multiple datasets.

This tutorial is demonstrated in the following video: