Mercurial > hg > aimmat
view aim-mat/modules/nap/hl/parameters.m @ 0:74dedb26614d
Initial checkin of AIM-MAT version 1.5 (6.4.2011).
author | tomwalters |
---|---|
date | Fri, 20 May 2011 12:32:31 +0100 |
parents | |
children | 20ada0af3d7d |
line wrap: on
line source
% parameter file for 'aim-mat' % % % (c) 2011, University of Southampton % Maintained and written by Stefan Bleeck (bleec@gmail.com) % http://www.soton.ac.uk/aim %%%%%%%%%%%%% % hl % hidden parameters hl.generatingfunction='gen_hl'; hl.displayname='halfwave rectification and lowpass filtering'; hl.revision='$Revision: 585 $'; % parameters relevant for the calculation of this module hl.do_lowpassfiltering=1; hl.lowpass_cutoff_frequency=1200; hl.lowpass_order=2;