Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LNDG
mMSE
Commits
311b2d76
Commit
311b2d76
authored
Nov 13, 2019
by
Niels Kloosterman
Browse files
added basic cfg for entropy analysis
parent
446a993b
Changes
1
Hide whitespace changes
Inline
Side-by-side
mMSE_basic_cfg.m
0 → 100644
View file @
311b2d76
cfg = [];
cfg.timwin = 0.5; % sliding window size
cfg.m = 2; % pattern length
cfg.r = 0.5; % similarity criterion 0.5
cfg.timescales = 1:42; %1:40; % scale list
cfg.recompute_r = 'perscale_toi_sp';
cfg.coarsegrainmethod = 'filtskip'; % pointavg filtskip
cfg.filtmethod = 'lp'; % low pass filter for pointskip
cfg.mem_available = 16e9; % in bytes, 8e9 default
cfg.allowgpu = true;
cfg.toi = -0.5:0.05:1; % set this according to your trial length
ft_entropyanalysis(cfg, data); % 256 Hz data from the ft_preprocessing function
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment