% FILENAME: ahelp_rev11.m % DESCRIPTION: Triple Pendulum % VERSION 1 Calum Torrie Jan 01 % VERSION 2 Phil Willems RM20020913 % VERSION 3 by CIT on 29th January 2003 % VERSION 4 by CIT on 4th February 2003 % VERSION % by CIT on 10th FEB 2003 % VERSION 9 by NAR on March 5th 2003 % VERSION 10 by CIT May 7th 2003 % VERSION 11 by MB Aug 16th 2006 % The generic names for the parameter file and pendulum file have been chosen so as no % changes are required in other files that call this set if the set of files is used % for a new suspension. % TEXT FILE EXPLAINING THE VARIOUS FILES ASSOCIATED WITH THE % ADVANCED LIGO MODE CLEANER MIRROR TRIPLE PENDULUM MODEL and % THE ADVANCED LIGO RECYCLING MIRROR TRIPLE PENDULUM MODEL. 1) % TO OBTAIN PARAMETERS AND FREQUENCIES ONLY: - a) View and edit parameters of triple pendulum in 'triplep.m'. b) Run 'pend_ref.m' for a list of parameters and frequencies. 'pend_ref.m' calls the spring matrix components from 'ssmake3MB.m' and calculates the blade parameters using 'opt.m'. Opt.m should only be used as a starting guide to a blade design. 2) % TO OBTAIN CLOSED LOOP TRANSFER FUNCTIONS, IMPULSE RESPONSE etc..:- a) Again view and edit parameters in 'triplep.m'. b) Open 'generate_simulink.m'. Here there a choice for either active damping or eddy current damping to be implemented. Set damper = 1 or 2 as required. There is a file called 'localdamp.m' which implements the appropriate damping calling 'local4ss.m' if required (FOR ACTIVE DAMPING). c) Run 'generate_simulink.m'. This in turns calls the spring matrix components in 'ssmake3MB.m' and the appropriate damping set in 2b). 'ssmake3MB.m' calls 'triplep.m' which in turn calls 'opt.m'. d) 'localdamp.m' calls 'highpass.m', 'lowpass.m' and 'transdif.m'. 3) % USING THE MODEL a) In PENDN under "tools" RUN "linear analysis". b) In LTI Viewer:PENDN under "Simulink" RUN "Get Linearised model". c) A reference of how the numbers are obtained for the gain triangle in PEND can be found at the end of 'triplep.m'. d) A list of useful defaults for the user preferences can be found at the end of 'triplep.m'.