tomwalters@0: % parameter file for 'aim-mat' tomwalters@0: % tomwalters@0: % bleeck@3: % (c) 2011, University of Southampton bleeck@3: % Maintained by Stefan Bleeck (bleeck@gmail.com) bleeck@3: % download of current version is on the soundsoftware site: bleeck@3: % http://code.soundsoftware.ac.uk/projects/aimmat bleeck@3: % documentation and everything is on http://www.acousticscale.org bleeck@3: tomwalters@0: %%%%%%%%%%%%% tomwalters@0: % old strobe finding tomwalters@0: % hidden parameters tomwalters@0: sf1992.generatingfunction='gen_sf1992'; tomwalters@0: sf1992.displayname='strobe finding old ams version'; tomwalters@0: sf1992.revision='$Revision: 585 $'; tomwalters@0: tomwalters@0: % parameters relevant for the calculation of this module tomwalters@0: tomwalters@0: % can be 'peak','temporal_shadow','local_maximum','delta_gamma' tomwalters@0: sf1992.strobe_criterion='local_maximum'; tomwalters@0: % parameter for temporal_shadow tomwalters@0: sf1992.strobe_decay_time=0.02; tomwalters@0: tomwalters@0: tomwalters@0: % which unit is applied to the time measurements below tomwalters@0: % can be sec,ms,cycles: tomwalters@0: sf1992.unit='sec'; tomwalters@0: % parameter for local_maximum tomwalters@0: sf1992.strobe_lag=0.005; tomwalters@0: sf1992.timeout=0.01;