comparison 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
comparison
equal deleted inserted replaced
1:9a37f107f089 2:b1cd83874633
1 function [ffilt1_opt, fsc1_opt] = set_ffilt1_options(experiment)
2
3 ffilt1_opt.filter_type = 'morlet_1d';
4 ffilt1_opt.J = 7;
5
6 fsc1_opt.M = 1;
7
8 end