diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/reeval/features/set_ffilt1_options.m	Wed Oct 28 16:15:47 2015 +0000
@@ -0,0 +1,8 @@
+function [ffilt1_opt, fsc1_opt] = set_ffilt1_options(experiment)
+
+   ffilt1_opt.filter_type = 'morlet_1d';
+   ffilt1_opt.J = 7;
+
+   fsc1_opt.M = 1;
+
+end