<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Dear Fieldtripers,<div><br></div><div>I am trying to select a time-frequency tile for the performance of the Bermforming using DICS recostruction.</div><div><br></div><div>First, usng freq analysis I have chosen the time-frequency range I want, you can see it in the next code:</div><div><br></div><div><div>cfg              = [];</div><div>cfg.continuous   = 'yes';</div><div>cfg.output       = 'fourier';</div><div>cfg.channel      = 'all';      </div><div>cfg.keeptrials   = 'yes';</div><div>cfg.method       = 'mtmfft';   </div><div>cfg.taper        = 'hanning'; </div><div>cfg.foilim       = [8 12];<br></div><div>cfg.t_ftimwin     =[160:0.0039063:175];<br></div></div><div>data_Fourier      = ft_freqanalysis(cfg, data1);<br></div><div><br></div><div>If I look in the data_Fourier the frequency is define like a range, but when I do the beamforming it choses only one frequency (the middle of the range), I have not configured anything in cfg.frequency since I want to take the full range and not a single number in Hz, but still takes only one (in my case 10Hz).</div><div><br></div><div>Error:</div><div> Warning: could not determine dimord of "freq" in:</div><div><br></div><div>            label: {128×1 cell}</div><div>             freq: 10.0000</div><div>    fourierspctrm: [1×128 double]</div><div>        cumsumcnt: 94464</div><div>        cumtapcnt: 1</div><div>             elec: [1×1 struct]</div><div>              cfg: [1×1 struct]</div><div>           dimord: 'rpttap_chan_freq'</div><div><br></div><div> </div><div>Warning: the selected value 10 should be within the range of the array from 10 to 10 </div><div><br></div><div>Is there anyway to consider all the rage? Is it necessary to set other parameters in the cfg of the ft_freqanalysis/ft_sourceanalysis?</div><div><br></div><div>Thank you in advanced,</div><div><br></div><div>Elene.</div><div><br></div><div><br></div><div><br></div></div></div></div></div></div>