<div dir="ltr">Dear Fieldtrip community,<br><br>Happy new year!<br><br>I have a question about computing partial PLV-values using ft_connectivityanalysis: <br><br>When I try to compute PLV-values, and request that one channel be partialized, the resulting PLV-spectrum has the dimensionality 27 x 27 x 28 x 3, while dimord reports it to be: chan_chan_freq. Why this inconsistency, and how should I interpret the contents of this PLV-spectrum?<br><br>I provide information about my input and output structures below. <br><br>—<br>input structure (freq):<br>label: {'34'  '35'  '36'  '37'  '38'  '39'  '44'  '45'  '47'  '48'  '49'  '50'  '51'  '52'  '53'  '54'  '55'  '56'  '57'  '62'  '63'  '64'  '76'  '77'  '80'  '99' '100'  '101'}<br>dimord: 'rpttap_chan_freq'<br>freq: [2.0000 3.0000 4.0000]<br>fourierspctrm: [220x28x3 double]<br>cumsumcnt: [220x1 double]<br>cumtapcnt: [220x1 double]<br>trialinfo: [220x1 double]<br>cfg: [1x1 struct]<br><br>configuration structure (cfg):<br>method: 'plv'<br>partchannel: {'34'}<br><br>plv_struct = ft_connectivityanalysis(cfg,freq);<br><br>output structure (plv_struct):<br>label: {27x1 cell}<br>dimord: 'chan_chan_freq'<br>plvspctrm: [4-D double]<br>freq: [2.0000 3.0000 4.0000]<br>dof: 220<br>cfg: [1x1 struct]<br>—<br><br>Thank you very much for your help!<br><br>Best,<br>Kata</div>