diff reeval/features/set_filt2_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 a1f6a08f624c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/reeval/features/set_filt2_options.m	Wed Oct 28 16:15:47 2015 +0000
@@ -0,0 +1,16 @@
+function [filt2_opt, sc2_opt, ffilt2_opt, fsc2_opt] = ...
+    set_filt2_options(experiment, options)
+
+    filt2_opt = options.filt1_opt;
+    filt2_opt.Q = [1 1];
+    filt2_opt.J = T_to_J(8192*2, filt2_opt);
+
+    sc2_opt = options.sc1_opt;
+
+    ffilt2_opt = options.ffilt1_opt;
+    ffilts2_opt.J = 5;
+
+    fsc2_opt = options.fsc1_opt;
+
+end
+