Mercurial > hg > aimmat
view 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 |
line wrap: on
line source
% parameter file for 'aim-mat' % % % (c) 2011, University of Southampton % Maintained by Stefan Bleeck (bleeck@gmail.com) % download of current version is on the soundsoftware site: % http://code.soundsoftware.ac.uk/projects/aimmat % documentation and everything is on http://www.acousticscale.org %%%%%%%%%%%%% % sai % hidden parameters ti2003.generatingfunction='gen_ti2003'; ti2003.displayname='time integration stabilized auditory image on several sources'; ti2003.revision='$Revision: 585 $'; % parameters relevant for the calculation of this module ti2003.criterion='change_weights'; % can be 'integrate_erbs','change_weights' % relevant for all criterions: ti2003.mindelay=0.0005; ti2003.maxdelay=0.035; ti2003.buffer_memory_decay=0.03; ti2003.frames_per_second=200; ti2003.weight_threshold=0.0; % when strobe weight drops under this threshold, forget it! ti2003.do_normalize=1; % yes, strobes are normalized to a weight of 1 ti2003.do_times_nap_height=0; % no, nap height is not multiplied per default ti2003.do_adjust_weights=1; % yep, the weights are changed by the following parameter ti2003.strobe_weight_alpha=0.5; % the factor by which the strobe weight decreases ti2003.delay_weight_change=0.5; % change the weights after this time ti2003.do_click_reduction=0; ti2003.click_reduction_sai='click_frame.mat'; ti2003.dual_output=0;