Mercurial > hg > scatter_reeval
comparison reeval/features/set_filt2_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 |
---|---|
6 filt2_opt.J = T_to_J(8192*2, filt2_opt); | 6 filt2_opt.J = T_to_J(8192*2, filt2_opt); |
7 | 7 |
8 sc2_opt = options.sc1_opt; | 8 sc2_opt = options.sc1_opt; |
9 | 9 |
10 ffilt2_opt = options.ffilt1_opt; | 10 ffilt2_opt = options.ffilt1_opt; |
11 ffilts2_opt.J = 5; | 11 ffilt2_opt.J = 5; |
12 | 12 |
13 fsc2_opt = options.fsc1_opt; | 13 fsc2_opt = options.fsc1_opt; |
14 | 14 |
15 end | 15 end |
16 | 16 |