Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
FIX - typo
  • Loading branch information
schoffelen committed Dec 6, 2019
1 parent 8c261df commit 33db52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/misc/ft_laggedcoherence.m
Expand Up @@ -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;
Expand Down

0 comments on commit 33db52e

Please sign in to comment.