<div dir="rtl"><br><div dir="ltr">Hi all,<br><pre>I am performing PCC beamforming on resting-state data.<br></pre><pre>Up till now I was using the function ft_sourcedescriptives, and received a structure containing the field avg.pow.<br></pre><pre>Recently I updated my fieldtrip version to the latest release (2015), and now no 'avg.pow is generated. I get mom, but this is a complex number.<br>Am I doing something wrong? Is there a simple way to compute pow, like abs(mom)? If so, should I do it before or after source descriptives?<br><br></pre><pre>Thanks in advance,<br></pre><pre>Noa<br></pre><pre><br></pre><pre>This is the script I’m using:<br></pre><pre><br>    %%% performs source analysis<br>    cfg            = [];<br>    cfg.method='pcc';<br>    cfg.frequency  = 10;<br>    cfg.lambda     = 0;  <br>    cfg.vol        = vol;<br>    cfg.grid       = grid;<br>    cfg.feedback   = 'textbar';<br>    cfg.keepfilter='yes';<br>    source1         = ft_sourceanalysis(cfg, freqClosed);<br><br><br>    %%% creates power value in each virtual sensor<br>    cfg             = [];<br>    cfg.projectmom  = 'yes';<br>    sd_close              = ft_sourcedescriptives(cfg, source1);% gives power to each VS<span class=""><font color="#888888"><br><br> <br clear="all"></font></span></pre></div><span class=""><font color="#888888"><div><div><br></div></div></font></span></div>