<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><p class="MsoNormal" style="margin:0cm 0cm 10pt;text-align:justify;line-height:16.8667px;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-family:Arial,sans-serif">Dear community,</span></p><p class="MsoNormal" style="margin:0cm 0cm 10pt;text-align:justify;line-height:16.8667px;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-family:Arial,sans-serif">I’m trying to perform connectivity analysis (<b>Matlab 2018b, FieldTrip 2018-12-11</b>), in order to obtain the absolute part of the imaginary coherence. Here are the steps that I’ve used in order to perform it.</span></p><p class="MsoNormal" style="margin:0cm 0cm 10pt;text-align:justify;line-height:16.8667px;font-size:11pt;font-family:Calibri,sans-serif"><b style="font-size:11pt"><span lang="EN-US" style="font-family:Arial,sans-serif">1-<span style="font-variant-numeric:normal;font-variant-east-asian:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:"Times New Roman"">     </span></span></b><b style="font-size:11pt"><span lang="EN-US" style="font-family:Arial,sans-serif">First I performed the frequency analysis, on the single condition (not showed), and on all the conditions together</span></b></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg = [];</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.channel    = chn;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.method     = </span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:rgb(160,32,240)">'mtmfft'</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.output     = </span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:rgb(160,32,240)">'powandcsd'</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.taper      = </span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:rgb(160,32,240)">'dpss'</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.keeptrials =</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:rgb(160,32,240)">'no'</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.keeptapers =</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:rgb(160,32,240)">'no'</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.tapsmofrq  = 3;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.foi        = </span><span style="font-size:13pt;font-family:"Courier New";color:black">[6; 11; 16; 21; 26; 40];</span><span style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">data_freq_all  = ft_freqanalysis(cfg, data_reject_all);</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 10pt;line-height:16.8667px;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US"> </span></p><p class="MsoNormal" style="margin:0cm 0cm 10pt;line-height:16.8667px;font-size:11pt;font-family:Calibri,sans-serif"><b style="font-size:11pt"><span lang="EN-US" style="font-family:Arial,sans-serif">2-<span style="font-variant-numeric:normal;font-variant-east-asian:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:"Times New Roman"">    </span></span></b><b style="font-size:11pt"><span lang="EN-US" style="font-family:Arial,sans-serif"> I computed the beamformer filters based on the entire data</span></b></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg=[];</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.method=</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:rgb(160,32,240)">'dics'</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.frequency=6;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.grid=lf;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.grid.pos=pos;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.grid.tri=tri;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.headmodel=hdm;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.senstype     = </span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:rgb(160,32,240)">'meg'</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.dics.projectnoise = </span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:rgb(160,32,240)">'yes'</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.dics.lambda       = </span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:rgb(160,32,240)">'5%'</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.dics.keepfilter   = </span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:rgb(160,32,240)">'yes'</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.dics.realfilter   = </span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:rgb(160,32,240)">'yes'</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.dics.keepcsd       = </span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:rgb(160,32,240)">'yes'</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.dics.keepmom       = </span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:rgb(160,32,240)">'yes'</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.dics.fixedori     = </span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:rgb(160,32,240)">'yes'</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">sourceAll = ft_sourceanalysis(cfg,data_all);</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 10pt;line-height:16.8667px;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US"> </span></p><p class="MsoNormal" style="margin:0cm 0cm 10pt;line-height:16.8667px;font-size:11pt;font-family:Calibri,sans-serif"><b style="font-size:11pt"><span lang="EN-US" style="font-family:Arial,sans-serif">3-<span style="font-variant-numeric:normal;font-variant-east-asian:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:"Times New Roman"">     </span></span></b><b style="font-size:11pt"><span lang="EN-US" style="font-family:Arial,sans-serif">I've then performed the source analysis on each of the four conditions, using the precomputed filter</span></b></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.grid.filter=sourceAll.avg.filter;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black"> </span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">source_pre_incl=ft_sourceanalysis(cfg,data_pre_incl);</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">source_pre_excl=ft_sourceanalysis(cfg,data_pre_excl);</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">source_post_incl=ft_sourceanalysis(cfg,data_post_incl);</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">source_post_excl=ft_sourceanalysis(cfg,data_post_excl);</span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black"> </span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><b style="font-size:11pt"><span lang="EN-US" style="font-family:Arial,sans-serif">4-<span style="font-variant-numeric:normal;font-variant-east-asian:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:"Times New Roman"">     </span></span></b><b style="font-size:11pt"><span lang="EN-US" style="font-family:Arial,sans-serif">Finally I’ve performed the connectivity analysis</span></b></p><p class="gmail-m_6791714058241505526gmail-MsoListParagraphCxSpMiddle" style="margin:0cm 0cm 0.0001pt 36pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US"> </span></p><p class="gmail-m_6791714058241505526gmail-MsoListParagraphCxSpLast" style="margin:0cm 0cm 0.0001pt 36pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black"> </span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg=[];</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.method  =</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:rgb(160,32,240)">'coh'</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">cfg.complex = </span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:rgb(160,32,240)">'absimag'</span><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">;</span><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black">source_conn = ft_connectivityanalysis(cfg, source_pre_incl);</span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black"> </span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-family:Arial,sans-serif;color:black"><b>When I try to run the connectivity analysis I get this error, and I cannot go further in the analysis.</b></span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;text-align:justify;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:13pt;font-family:"Courier New";color:black"> </span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;text-align:justify;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:12pt;font-family:"Courier New"">Reference to non-existent field 'mom'.</span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;text-align:justify;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""> </span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;text-align:justify;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:12pt;font-family:"Courier New"">Error in univariate2bivariate (line 225)</span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;text-align:justify;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:12pt;font-family:"Courier New"">      sizmom = size(data.mom{data.inside(1)});</span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;text-align:justify;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""> </span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;text-align:justify;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:12pt;font-family:"Courier New"">Error in ft_connectivityanalysis (line 449)</span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;text-align:justify;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:12pt;font-family:"Courier New"">        [data, powindx, hasrpt] = univariate2bivariate(data, 'mom', 'crsspctrm', dtype, 'cmb', cfg.refindx, 'keeprpt', 0);</span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;text-align:justify;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-size:12pt;font-family:"Courier New""> </span></p><p class="MsoNormal" style="margin:0cm 0cm 10pt;text-align:justify;line-height:16.8667px;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US"> </span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;text-align:justify;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-family:Arial,sans-serif">I’ve tried different solution, changing output for the frequency analysis and method for the beamforming, like follow:</span></p><p class="MsoNormal" style="margin:0cm 0cm 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-family:Arial,sans-serif"> </span></p><p class="MsoNormal" style="margin:0cm 0cm 10pt;line-height:16.8667px;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-family:Arial,sans-serif;color:rgb(160,32,240)">'fourier' - 'pcc'</span></p><p class="MsoNormal" style="margin:0cm 0cm 10pt;line-height:16.8667px;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-family:Arial,sans-serif;color:rgb(160,32,240)">'powandcsd' - 'pcc'</span></p><p class="MsoNormal" style="margin:0cm 0cm 10pt;line-height:16.8667px;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-family:Arial,sans-serif;color:rgb(160,32,240)">'fourier' - 'dics'</span></p><p class="MsoNormal" style="margin:0cm 0cm 10pt;text-align:justify;line-height:16.8667px;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-family:Arial,sans-serif">The combination fourier and pcc was the only one that worked, among the 4, the others always gave me the same error, as above. I’m wondering why even if I’ve specified cfg.keepmom=’yes’, this one is not present in the structure after the source analysis.</span></p><p class="MsoNormal" style="margin:0cm 0cm 10pt;text-align:justify;line-height:16.8667px;font-size:11pt;font-family:Calibri,sans-serif"><span lang="EN-US" style="font-family:Arial,sans-serif">Anyone that could help me?</span></p><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Davide S.</div></div></div></div>