<div dir="ltr">Hi community,


<p>Recently I am analyzing EEG dataset with only 20 channels and I am focusing on coherence between frontal and posterior electrodes in frequency domain.</p><p>I got two questions here:</p><p>1. I wanted to topoplot the coherence between each pair of electrodes that we're interested in, and I tried the following script:</p><p>cfg                    = [];<br>cfg.colorparam = 'plvspctrm';<br>cfg.layout         = 'biosemi64.lay';<br>cfg.foi =[4];<br>ft_topoplotCC(cfg, plv_avg_stim);</p><p>The electrode layout and coherence we wanted to see were in the plot, but the plot did not show coherence related to FP1, FP2, and FPz. Am I doing something wrong? </p><p><br></p><p>2. I would like to apply notch filter to remove 6 Hz and first I tried</p>cfg.dftfilter ='yes';     <br>cfg.dftfreq = [6] <br>but the 6Hz signal was still there.<p>Then I also tried</p><p>cfg.bsfilter ='yes';<br>cfg.bsfreq =[5 7];</p><p>This worked well to remove 6Hz signal, but it also affected 5Hz and 7Hz.</p><p>Is there any way to remove 6 Hz specificlly?<br></p><p>Any help would be appreciated. <br></p><p><br></p><p>Best,</p><p>Wanyu Hsu<br></p><p><br></p><p> <br></p><br></div>