PPG-DaLiA Dataset Table of contents Overview Importing the data into MATLAB Overview Item Details Links Dataset , Publication Signals PPG, ECG, resp, accel, others No. Subjs 15 Protocol Recordings during activities of daily living (car driving, cycling, in a lunch break, sitting, stair climbing, playing table soccer, walking and working)
Importing the data into MATLAB Download from here or here , and unzip. Download the convert_subject_pickle_files_to_mat.py
python script . Copy the subject’s .pkl file to the same folder as this python script. Run the python script to convert the .pkl file into a MATLAB file. (I used Spyder - a Python program - through Anaconda-Navigator.) Copy this MATLAB file back to the same folder as the .pkl file was obtained from. Download collate_wesad_dataset.m
MATLAB script . Modify the MATLAB script by inserting the up.paths.root_folder
and up.paths.save_folder
into the setup_up
function. Run the MATLAB script to collate all the individual MATLAB files into a single MATLAB data file, ready for analysis.