[Eeglablist] How to run AMICA
Arnaud Delorme
arno at ucsd.edu
Wed Sep 8 16:21:07 PDT 2010
Dear Peter,
we are working on a conplex plugin for AMICA (AMICA is a new promising ICA algorithm programmed by Jason Palmer). For running it directly in Matlab, you may simply use Jason's Matlab function
http://sccn.ucsd.edu/~jason/amica/amica.m
then run the small script below after loading a dataset into EEGLAB
[EEG.icaweights EEG.icawinv] = amica(EEG.data(:,:));
EEG.icasphere = eye(size(EEG.icaweights));
[ALLEEG EEG CURRENTSET] = eeg_store(ALLEEG, EEG, CURRENTSET);
eeglab redraw;
Arno
On Sep 7, 2010, at 4:25 PM, Péter Soltész wrote:
> Dear eeglab members,
>
> I'm trying to figure out how to run amica from eeglab. Is there a way,
> or is it a detached function? I found that there are some traces in
> the pop_runica function (v9), however I'm not able to get it running.
>
> Thanks in advance...
>
> Péter
>
> _______________________________________________
> Eeglablist page: http://sccn.ucsd.edu/eeglab/eeglabmail.html
> To unsubscribe, send an empty email to eeglablist-unsubscribe at sccn.ucsd.edu
> For digest mode, send an email with the subject "set digest mime" to eeglablist-request at sccn.ucsd.edu
More information about the eeglablist
mailing list