diff reeval/features/set_filt1_options.m @ 4:a1f6a08f624c tip

Completed version 0.0.2
author Francisco Rodriguez Algarra <f.rodriguezalgarra@qmul.ac.uk>
date Tue, 03 Nov 2015 21:24:41 +0000
parents b1cd83874633
children
line wrap: on
line diff
--- a/reeval/features/set_filt1_options.m	Wed Oct 28 16:19:45 2015 +0000
+++ b/reeval/features/set_filt1_options.m	Tue Nov 03 21:24:41 2015 +0000
@@ -7,13 +7,13 @@
         filt1_opt.Q = [8 2];
         filt1_opt.boundary = 'symm';
     case {'time_scat_l1', 'time_scat_l2'}
-        filt1_opt.wavelet_type = {'gabor_1d', 'morlet_1d'};
+        filt1_opt.filter_type = {'gabor_1d', 'morlet_1d'};
         filt1_opt.Q = [8 2];
     case {'time_freq_scat_l2', 'time_freq_scat_l2_adap_q1'}
-        filt1_opt.wavelet_type = {'gabor_1d', 'morlet_1d'};
+        filt1_opt.filter_type = {'gabor_1d', 'morlet_1d'};
         filt1_opt.Q = [8 1];
     case 'time_scat_l3'
-        filt1_opt.wavelet_type = {'gabor_1d', 'morlet_1d', 'morlet_1d'};
+        filt1_opt.filter_type = {'gabor_1d', 'morlet_1d', 'morlet_1d'};
         filt1_opt.Q = [8 2 1];
     otherwise
         error(['Unknown experiment ', experiment, '. Aborting']);