<div dir="ltr">Hi all,<div><br></div><div>I would like to use AMICA (an ICA algorithm ) on my data. Unfortunatelly, FieldTrip doe not support AMICA (as far as I know ) and I would like to use EEGLAB for that. </div><div><br></div><div>I'm using fieldtrip2eeglab function to convert my data to EEGLAB, however, I get multiple errors. </div><div><br></div><div>my fieldtrip data is a structure with :</div><div><br></div><div>struct with fields:<br><br>           hdr: [1×1 struct]<br>         trial: {[163×85724 double]}<br>       fsample: 2048<br>    sampleinfo: [1 85724]<br>          time: {[1×85724 double]}<br>         label: {163×1 cell}<br>          elec: [1×1 struct]<br></div><div><br></div><div>I used the function as => fieldtrip2eeglab(data{1, 1}.hdr , data{1, 1} ) </div><div>and tried also fieldtrip2eeglab(data{1, 1}.hdr , data{1, 1}.trial ) </div><div>I get an error </div><div>Reference to non-existent field 'Fs'.</div><div>Error in pop_fileio (line 199)<br>EEG.srate           = dat.Fs;<br></div><div><br></div><div>I would appreciate if you can help me with that.</div><div><br></div><div>Philip</div><div><br></div><div><br></div></div>