Mercurial > hg > aimmat
annotate aim-mat/modules/strobes/sf2003/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 % strobes |
tomwalters@0 | 13 % hidden parameters |
tomwalters@0 | 14 sf2003.generatingfunction='gen_sf2003'; |
tomwalters@0 | 15 sf2003.displayname='strobe finding'; |
tomwalters@0 | 16 sf2003.revision='$Revision: 585 $'; |
tomwalters@0 | 17 |
tomwalters@0 | 18 % parameters relevant for the calculation of this module |
tomwalters@0 | 19 sf2003.strobe_criterion='interparabola'; % can be 'parabola', 'bunt','adaptive' |
tomwalters@0 | 20 % sf2003.unit='sec'; % which unit all the other parameters have |
tomwalters@0 | 21 |
tomwalters@0 | 22 sf2003.strobe_decay_time=0.02; |
tomwalters@0 | 23 % parameters for parabola: |
tomwalters@0 | 24 sf2003.parabel_heigth=1.2; |
tomwalters@0 | 25 sf2003.parabel_width_in_cycles=1.5; |
tomwalters@0 | 26 % parameters for bunt: |
tomwalters@0 | 27 sf2003.bunt=1.02; |
tomwalters@0 | 28 sf2003.wait_cycles=1.5; % the time, that no new strobe is accepted |
tomwalters@0 | 29 sf2003.wait_timeout_ms=20; |
tomwalters@0 | 30 |
tomwalters@0 | 31 % parameters for 'adaptive': |
tomwalters@0 | 32 sf2003.slope_coefficient=1; |
tomwalters@0 | 33 |