[Eeglablist] Combining Experiments with different Electrode numbers

Andreas Widmann widmann at uni-leipzig.de
Thu Jun 4 03:16:44 PDT 2020


Hi Marc,

> I would like to combine datasets of two experiments that used caps with different numbers of electrodes (96 and 64). I want to reduce the number of electrodes from the sets with 96 electrodes to 64. What do you think is the best way to do so? Is there are an eeglab function which can do this?
EEG = pop_select( EEG, 'channel', channel list ) 
where channel list is a vector of channel indices or a cell array of channel names to retain in the new dataset.

or

EEG = pop_select( EEG, 'nochannel', channel list ) 
where channel list is a vector of channel indices or a  cell array of channel names to exclude from the new dataset. 

or

„Select data“ in the GUI.

Best,
Andreas

> 
> Thanks,
> Marc
> 
> _______________________________________________
> 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