Specify the raw signal file

Hellow Francois,

So what I should replace it, because I do not have this .bst file

RawFiles = {'C:\Users\arnd\Desktop\Martin\tempeltools\Arnd\raw.bst'}; %specify the raw signal file

sFiles = bst_process('CallProcess', 'process_import_data_time', sFiles, , ...
'subjectname', SubjectNames{1}, ...
'condition', '', ...
'datafile', {{RawFiles{1}}, 'BST-BIN'}, ... %specify the data type; here, it is .bst
'timewindow', , ...
'split', 0, ...
'ignoreshort', 1, ...
'channelalign', 1, ...
'usectfcomp', 1, ...
'usessp', 1, ...
'freq', , ...
'baseline', );

% Input filesa_PrepareSources.m (10.4 KB)
sFiles = {...
[SubjectName,'/raw/data_block001.mat']};
RawFiles = {...
chanFile};