tomwalters@0: % parameter file for 'aim-mat' tomwalters@0: % tomwalters@0: % tomwalters@0: % (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: %%%%%%%%%%%%% tomwalters@0: % strobes tomwalters@0: % hidden parameters tomwalters@0: sf2003.generatingfunction='gen_sf2003'; tomwalters@0: sf2003.displayname='strobe finding'; tomwalters@0: sf2003.revision='$Revision: 585 $'; tomwalters@0: tomwalters@0: % parameters relevant for the calculation of this module tomwalters@0: sf2003.strobe_criterion='interparabola'; % can be 'parabola', 'bunt','adaptive' tomwalters@0: % sf2003.unit='sec'; % which unit all the other parameters have tomwalters@0: tomwalters@0: sf2003.strobe_decay_time=0.02; tomwalters@0: % parameters for parabola: tomwalters@0: sf2003.parabel_heigth=1.2; tomwalters@0: sf2003.parabel_width_in_cycles=1.5; tomwalters@0: % parameters for bunt: tomwalters@0: sf2003.bunt=1.02; tomwalters@0: sf2003.wait_cycles=1.5; % the time, that no new strobe is accepted tomwalters@0: sf2003.wait_timeout_ms=20; tomwalters@0: tomwalters@0: % parameters for 'adaptive': tomwalters@0: sf2003.slope_coefficient=1; tomwalters@0: