Mercurial > hg > scatter_reeval
comparison 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 |
comparison
equal
deleted
inserted
replaced
3:06a2a18a3960 | 4:a1f6a08f624c |
---|---|
5 case 'mfcc_740ms' | 5 case 'mfcc_740ms' |
6 filt1_opt.wavelet_type = {'gabor', 'morlet'}; | 6 filt1_opt.wavelet_type = {'gabor', 'morlet'}; |
7 filt1_opt.Q = [8 2]; | 7 filt1_opt.Q = [8 2]; |
8 filt1_opt.boundary = 'symm'; | 8 filt1_opt.boundary = 'symm'; |
9 case {'time_scat_l1', 'time_scat_l2'} | 9 case {'time_scat_l1', 'time_scat_l2'} |
10 filt1_opt.wavelet_type = {'gabor_1d', 'morlet_1d'}; | 10 filt1_opt.filter_type = {'gabor_1d', 'morlet_1d'}; |
11 filt1_opt.Q = [8 2]; | 11 filt1_opt.Q = [8 2]; |
12 case {'time_freq_scat_l2', 'time_freq_scat_l2_adap_q1'} | 12 case {'time_freq_scat_l2', 'time_freq_scat_l2_adap_q1'} |
13 filt1_opt.wavelet_type = {'gabor_1d', 'morlet_1d'}; | 13 filt1_opt.filter_type = {'gabor_1d', 'morlet_1d'}; |
14 filt1_opt.Q = [8 1]; | 14 filt1_opt.Q = [8 1]; |
15 case 'time_scat_l3' | 15 case 'time_scat_l3' |
16 filt1_opt.wavelet_type = {'gabor_1d', 'morlet_1d', 'morlet_1d'}; | 16 filt1_opt.filter_type = {'gabor_1d', 'morlet_1d', 'morlet_1d'}; |
17 filt1_opt.Q = [8 2 1]; | 17 filt1_opt.Q = [8 2 1]; |
18 otherwise | 18 otherwise |
19 error(['Unknown experiment ', experiment, '. Aborting']); | 19 error(['Unknown experiment ', experiment, '. Aborting']); |
20 end | 20 end |
21 | 21 |