annotate reeval/features/set_ffilt1_options.m @ 2:b1cd83874633

Major structural revision. Modular organization of functionalities
author Francisco Rodriguez Algarra <f.rodriguezalgarra@qmul.ac.uk>
date Wed, 28 Oct 2015 16:15:47 +0000
parents
children
rev   line source
f@2 1 function [ffilt1_opt, fsc1_opt] = set_ffilt1_options(experiment)
f@2 2
f@2 3 ffilt1_opt.filter_type = 'morlet_1d';
f@2 4 ffilt1_opt.J = 7;
f@2 5
f@2 6 fsc1_opt.M = 1;
f@2 7
f@2 8 end