Note that this reference documentation is identical to the help that is displayed in Matlab when you type “help ft_connectivity_wpli”.
FT_CONNECTIVITY_WPLI computes WPLI from a data-matrix containing a cross-spectral density Use as [wpi, v, n] = ft_connectivity_wpli(input, varargin) The input data input should be organized as: Repetitions x Channel x Channel (x Frequency) (x Time) or Repetitions x Channelcombination (x Frequency) (x Time) The first dimension should contain repetitions and should not contain an average already. Also, it should not consist of leave one out averages. Additional input arguments come as key-value pairs: feedback 'none', 'text', 'textbar' type of feedback showing progress of computation debias 1 (or true) or 0 (or false), we compute wpli or debiased wpli (Vinck et al., 2011) The output wpli contains the wpli, v is a leave-one-out variance estimate which is only computed if dojack = 1,and n is the number of repetitions in the input data. See also FT_CONNECTIVITYANALYSIS
Share this page: