[Eeglablist] Plotting "unmixed" component ERPs for channels

Dr. Ingmar Brilmayer ibrilmay at uni-koeln.de
Thu Dec 8 07:59:16 PST 2022


Hi Andreas, That is what I want. Thanks a lot!BestIngmar--Dr. Ingmar Brilmayer"Communication Electrified"Department of German Language and Literature IUniversity of CologneAlbertus Magnus Platz50923 Cologne, Germanyphone: +49(0)221 470 89910
-------- Ursprüngliche Nachricht --------Von: Andreas Widmann <widmann at uni-leipzig.de> Datum: 08.12.22  16:56  (GMT+01:00) An: "Dr. Ingmar Brilmayer" <ibrilmay at uni-koeln.de> Cc: Contact CuttingEEG via eeglablist <eeglablist at sccn.ucsd.edu> Betreff: Re: [Eeglablist] Plotting "unmixed" component ERPs for channels compidx = 4;EEG.icaact = reshape( EEG.icaact, size( EEG.icaact, 1 ), EEG.pnts * EEG.trials );EEG.data = EEG.icawinv( :, compidx ) * EEG.icaact( compidx, : );EEG.data = reshape( EEG.data, size( EEG.icawinv, 1 ), EEG.pnts, EEG.trials );… should achieve what you want (hoping that i have understood the question correctly; backprojecting a single component, here 4). You then may loop over components and save or plot.Hope this helps! Best,Andreas> Am 08.12.2022 um 16:26 schrieb Dr. Ingmar Brilmayer <ibrilmay at uni-koeln.de>:> > Hi list,> > I have a question: is there a straightforward way of plotting backprojected channel ERPs without mixing the component activations at that channel (for demonstration purposes)? In other words, what I want is a channel ERP with one line for each component ERP at that channel instead of one "average" line. I thought of removing all ICs but one from a dataset, plotting the backprojected channels, then removing all ICs except another IC and add its backprojected ERP to the channel plot constructed before and so on. This would probably work but it is a bit hacky and slow. Are there maybe a few lines that could be removed/commented from some functions or something? Or is there even an existing function that I missed?> > Best> Ingmar> _______________________________________________> 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