view aim-mat/modules/bmm/dcgc/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


%%%%%%%%%%%%%
% bmm
% hidden parameters

dcgc.generatingfunction = 'gen_dcgc';
dcgc.displayname = 'dynamic compressive gammachirp';
dcgc.revision='$Revision: 585 $';

dcgc.default_nextmodule='hl';

% parameters relevant for the calculation of this module

dcgc.nr_channels = 50;
dcgc.lowest_frequency = 100;  % in Hz
dcgc.highest_frequency = 6000;   % in Hz
%dcgc.b=1.019; % Filterbandwidth standard: 1.019
dcgc.do_phase_alignment='off';	%'off','maximum_envelope','nr_cycles'
dcgc.phase_alignment_nr_cycles=1.5; % only relevant when do_align is nr_cylcles

dcgc.gain_ref=70;