Each folder contains participants' data, including 1) psychtoolbox log files. es: S0X_(block)_(data_of_acquisition).mat the variable final_design contains the features of each trial 2) EMG raw_data: raw EMG recordings from each participant ex: TMSSession_(date)_(hour)_(segment).mat each file contains variables SR (sampling rate) and y (data + matadata) y(3,:) corresponds to ECU recordings y(5,:) corresponds to FDS recordings 3) MEP_range: time range where MEP peaks appeared for each participant EMG raw data within participants folders might be have been split after 1GB acquisition. For convenience we uploaded also the fixed file and renamed the original split files as "concatenated_....mat" Es. of original split files concatenated_TMSSession_25_05_2021_11_00_23_0000.mat # first piece concatenated_TMSSession_25_05_2021_11_00_23_0001.mat # second piece --> the name of the fixed file is exactly as the first original one TMSSession_25_05_2021_11_00_23_0000.mat # in the same folder the file with the correspondent date is the fixed file resulting from the concatenation of the two. Similarly, typos or errors within the naming/saving phase have been corrected and marked on the files. Example # metadata were missing (due to a saving bug) and have been added offline TMSSession_29_04_2021_16_00_56_METAADDED_0000.mat # block category was erroneously saved with a different name. This has been fixed and the fixing marked at the end of the file name TMSSession_29_04_2021_16_33_06_JOINT_0000.mat TMSSession_29_04_2021_16_51_38_MOTORIMAGERY_0000.mat # original files were kept as well. these file names start with a string different from TMSSession # in order not to be picked up by the analysis script changed_TMSSession_29_04_2021_16_33_06_0000.mat changed_TMSSession_29_04_2021_16_51_38_0000.mat