Mercurial > hg > scatter_reeval
view reeval/features/set_ffilt1_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 source
function [ffilt1_opt, fsc1_opt] = set_ffilt1_options(experiment) ffilt1_opt.filter_type = 'morlet_1d'; ffilt1_opt.J = 7; fsc1_opt.M = 1; end