tomwalters@0: % parameter file for 'aim-mat' 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: % hcl tomwalters@0: % hidden parameters tomwalters@0: hcl.generatingfunction='gen_hcl'; tomwalters@0: hcl.displayname='halfwave rectification, compression and lowpass filtering'; tomwalters@0: hcl.revision='$Revision: 585 $'; tomwalters@0: tomwalters@0: % parameters relevant for the calculation of this module tomwalters@0: hcl.compression='log'; tomwalters@0: hcl.do_lowpassfiltering=1; tomwalters@0: hcl.lowpass_cutoff_frequency=1200; tomwalters@0: hcl.lowpass_order=2;