<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear all,<div><br></div><div>I am trying to beam single trials into source space using a DICS filter and the following code.</div><div><br></div><div>cfg=[];</div><div>cfg.method='dics';</div><div>cfg.grid=grid_ind;</div><div>cfg.vol=hdm;</div><div>cfg.grid.filter=alldics.avg.filter;% common filter</div><div>cfg.dics.lambda='5%';</div><div>cfg.channel=channs;</div><div>cfg.frequency=13;</div><div>cfg.grad=data.grad;</div><div>cfg.keeptrials='yes';</div><div>cfg.rawtrial='yes';</div><div>dics=ft_sourceanalysis(cfg,pow);%pow contains csd of singletrials (only one condition)</div><div><br></div><div>I would suppose that the average of the rawtrials (obtained by ft_soucredescriptives([],dics) or by averaging power of single trials myselves) should be comparable to the output of dics with rawtrials='no' (and also keeptrials='no').</div><div><br></div><div>However this is not the case (the averaged raw trials have a 30-60% bigger amplitude compared to the average values obtained from dics without rawtrial='yes'). Am I misunderstanding something here? Or could it be that I use wrong parameters for beaming single trials?</div><div><br></div><div>Thanks for any advice!</div><div><br></div><div>Best,</div><div>Nadia</div><div><br></div><div>Dr. Nadia Müller<br>CIMeC - Center for Mind/Brain Sciences<br>Università degli Studi di Trento<br>via delle Regole, 101<br>Mattarello (TN) - ITALY<br>e-mail <a href="mailto:nathan.weisz@unitn.it">nadia.muller@unitn.it</a><br><a href="http://sites.google.com/site/obobcimec">http://sites.google.com/site/obobcimec</a></div></body></html>