ea8b44ed5d3bd0a79d6486eace93959379ab576b.svn-base 1.13 KB
Newer Older
Teng Zhang's avatar
Teng Zhang committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
% Test Settings for Matlab TFs

% This script is intended as a template for generating other TFSettings*.m files.
% The name of this script, or a customized version of it, is intended to be
% supplied as the last argument to MatlabTFs(), e.g.,
%   Matlab_TFs('X1','QUAD','04','01','1A','M0','wire','TFSettingsTest')
% Default for freqBandGainScale, freqBands, freqResolutions, freqBandWait,
% numRepetitions, driveAmplitude and driveChanGainScale
% will have been defined and can be selectively overridden.
% Values for site, ifo, susType, phase and sagLevel will be
% available in the workspace and can be used to make the script context-senstive.


% Test settings for HSTS
freqBands = [0.01 0.4;0.3 4;3 10;9 21;19 51];

switch sagLevel
    case 'M1'
    driveAmplitude = 50000;
                        % L  T   V   R   P    Y
    driveChanGainScale = [1 0.6 0.8 0.1 0.04 0.09];
    freqBandGainScale = [1,1,0.5,0.1,0.1];
    case {'M2','M3'}
    driveAmplitude = 500000;
    freqBandGainScale = [1,1,1,1,1];
    % L    P     Y
    driveChanGainScale = [1 0.04 0.04]; % roughly calculated looking at the dc ratio between L P and Y TF (from alog LHO 7616)
end