diff --git a/contrib/misc/ft_laggedcoherence.m b/contrib/misc/ft_laggedcoherence.m index b6909074a9..799093261a 100644 --- a/contrib/misc/ft_laggedcoherence.m +++ b/contrib/misc/ft_laggedcoherence.m @@ -194,7 +194,7 @@ freqout{freqindx} = ft_freqanalysis(cfg_freq,datain); -fr cfg_lcoh.laggedcoherence.lags = cfg.numcycles.*cfg.loi./freqout{freqindx}.freq; + cfg_lcoh.laggedcoherence.lags = cfg.numcycles.*cfg.loi./freqout{freqindx}.freq; cohout{freqindx} = ft_connectivityanalysis(cfg_lcoh,freqout{freqindx}); if freqindx == 1 labelcmb = cohout{1}.labelcmb;