This directory should contain the ECG epoch data files needed to reproduce the paper's results.
Place the following .mat files in this directory:
SegmentScores_Artifact_*.mat— 50 patient files, one per subject
Each .mat file contains:
ECG0: MATLAB cell array of valid (clean) ECG epochs (240 Hz)ECG1: MATLAB cell array of artifact-containing ECG epochs (240 Hz)
The data consists of ECG recordings from 50 adult ICU patients with subarachnoid hemorrhage (SAH), collected at Massachusetts General Hospital between 2012-2015. ECGs were recorded at 240 Hz.
Contact the corresponding author (mwestover@mgh.harvard.edu) for data access.
These files are generated by the preprocessing pipeline and are not required if you run preprocess_data.py:
processed/features.pkl— Extracted RRI and adRRI features for all patients (generated byscripts/preprocess_data.py)