Add events from file

Hi Dimitrios,

  1. What is the format of 'Array of times (mat;.)' and 'Array of samples (.mat;.)?

A simple array of times (in seconds), or time sample indices (times*sampling_freq).
Only one category of event supported per file (the name of the category is asked when you import the file).
If it is a .mat file, if has to contain only one variable (the name of the variable does not matter).

  1. Also, what is the format of importing EEG data with 'EEG: ASCII text(.)', and 'EEG: Matlab matrix (*.mat).

Any 2D matrix: [nChannels x nTime] or [nTime x nChannels].
A list of self-explanatory options is displayed when you select those file formats.
If it is a .mat file, if has to contain only one variable (the name of the variable does not matter).

Cheers,
Francois

1 Like