Mercurial > hg > aimmat
annotate aim-mat/modules/sai/ti2003/parameters.m @ 4:537f939baef0 tip
various bug fixes and changed copyright message
author | Stefan Bleeck <bleeck@gmail.com> |
---|---|
date | Tue, 16 Aug 2011 14:37:17 +0100 |
parents | 20ada0af3d7d |
children |
rev | line source |
---|---|
tomwalters@0 | 1 % parameter file for 'aim-mat' |
tomwalters@0 | 2 % |
tomwalters@0 | 3 % |
tomwalters@0 | 4 % (c) 2011, University of Southampton |
bleeck@3 | 5 % Maintained by Stefan Bleeck (bleeck@gmail.com) |
bleeck@3 | 6 % download of current version is on the soundsoftware site: |
bleeck@3 | 7 % http://code.soundsoftware.ac.uk/projects/aimmat |
bleeck@3 | 8 % documentation and everything is on http://www.acousticscale.org |
bleeck@3 | 9 |
tomwalters@0 | 10 |
tomwalters@0 | 11 %%%%%%%%%%%%% |
tomwalters@0 | 12 % sai |
tomwalters@0 | 13 % hidden parameters |
tomwalters@0 | 14 ti2003.generatingfunction='gen_ti2003'; |
tomwalters@0 | 15 ti2003.displayname='time integration stabilized auditory image on several sources'; |
tomwalters@0 | 16 ti2003.revision='$Revision: 585 $'; |
tomwalters@0 | 17 |
tomwalters@0 | 18 % parameters relevant for the calculation of this module |
tomwalters@0 | 19 ti2003.criterion='change_weights'; % can be 'integrate_erbs','change_weights' |
tomwalters@0 | 20 % relevant for all criterions: |
tomwalters@0 | 21 ti2003.mindelay=0.0005; |
tomwalters@0 | 22 ti2003.maxdelay=0.035; |
tomwalters@0 | 23 ti2003.buffer_memory_decay=0.03; |
tomwalters@0 | 24 ti2003.frames_per_second=200; |
tomwalters@0 | 25 |
tomwalters@0 | 26 ti2003.weight_threshold=0.0; % when strobe weight drops under this threshold, forget it! |
tomwalters@0 | 27 ti2003.do_normalize=1; % yes, strobes are normalized to a weight of 1 |
tomwalters@0 | 28 ti2003.do_times_nap_height=0; % no, nap height is not multiplied per default |
tomwalters@0 | 29 ti2003.do_adjust_weights=1; % yep, the weights are changed by the following parameter |
tomwalters@0 | 30 ti2003.strobe_weight_alpha=0.5; % the factor by which the strobe weight decreases |
tomwalters@0 | 31 ti2003.delay_weight_change=0.5; % change the weights after this time |
tomwalters@0 | 32 |
tomwalters@0 | 33 |
tomwalters@0 | 34 ti2003.do_click_reduction=0; |
tomwalters@0 | 35 ti2003.click_reduction_sai='click_frame.mat'; |
tomwalters@0 | 36 |
tomwalters@0 | 37 ti2003.dual_output=0; |
tomwalters@0 | 38 |
tomwalters@0 | 39 |