MIMIC III 'Ethnicity' Subset
This subset contains ECG and PPG recordings of 10-minute duration, some of which were acquired from Black adults, and some of which were acquired from White adults.
Overview
| Item | Details |
|---|---|
| Links | Publication |
| Signals | PPG, ECG, respiration |
| No. Subjs | 200 (100 Black, 100 White) |
| Protocol | 200 critically-ill adults during routine clinical care. Data were measured using a bedside monitor at 125 Hz. Data were extracted from the MIMIC-III Waveform Database Matched Subset. |
Importing the data into MATLAB
- Use the following MATLAB script to import the data:
collate_mimic_perform_ethnicity_dataset. - Modify the MATLAB script by inserting the
up.paths.root_folderandup.paths.save_folderinto thesetup_upfunction. - Note: The duration of recordings provided by the script can be adjusted with the
up.settings.req_durnvariable within thesetup_upfunction. - Note: The number of subjects in each group can be adjusted with the
up.settings.no_subjs_per_ethnicityvariable within thesetup_upfunction. - Run the MATLAB script to download the required files from PhysioNet, import the data into MATLAB, and collate the data into a single MATLAB data file, ready for analysis.
- (optionally) convert the dataset into WFDB and/or CSV formats using this MATLAB script:
mimic_perform_dataset_converter