matlab_ades
MATLAB functions to read/write ADES file format.
Read ADES file: infos = aw_read_ades(filePath);
infos.labels : cell array of strings => electrodes labels.
infos.types : corresponding channel types.
infos.units : correspinding amplitude units.
infos.srate : sampling rate of data (Hz)
infos.n_samples : number of samples per channel.
infos.date : acquisition date. (optional)
infos.time : acquisition time. (optional)
infos.data : the data (nchannels x nsamples).