function p=paramLCGT() %% LCGT model parameters % This function returns a structure p, which contains parameters necessary % to construct an LCGT Optickle model % % This file actually reads one of the files in the parameters/ directory. % Comment out one of the lines below to choose a configuration. % % Each parameter file in parameters/ directory loads COMMON_PARAMS.m, which % defines common parameters to all configurations. % Sometimes, you may want to edit this file. %% addpath(genpath([pwd,'/parameters'])); %% Final Design %BRSE_SDMR1_17_45 %BRSE_MZR1_17_45 %DRSE_SDMR2_17_45 %DRSE_MZR1_17_45 MZI_yamamoto %BRSE_SDMR1_17_45_RAM %DRSE_SDMR2_17_45_AM %Simple PRFPMI=0; if PRFPMI p.Name = [p.Name,'_PRFPMI']; p.SRMThr = 1; %SRM transmission p.SRMLhr = 0; %SRM HR Loss p.SRMRar = 0; %SRM AR Reflection end %% Fixed and short %BRSE_SDMR1_17_45_fixed %BRSE_SDMR1_17_45_ShortSRC %% 11.25MHz - 45MHz %BRSE_MZR2_11_45 %BRSE_MZR1_11_45 %BRSE_SDMR1_11_45 %DRSE_SDMR1_11_45 %DRSE_MZR1_11_45 %% 9MHz - 45MHz %BRSE_MZR1_9_45 %BRSE_SDMR1_9_45 %DRSE_MZR1_9_45 %DRSE_SDMR1_9_45 %% 12.875MHz - 45MHz %BRSE_MZR1_12_45 %BRSE_SDMR1_12_45 %% 13.5MHz - 45MHz %BRSE_SDMR1_13_45 %BRSE_MZR1_13_45 %% 16.875MHz - 45MHz %BRSE_MZR1_17_45 %BRSE_MZR1_17_45_for_lock %BRSE_SDMR1_17_45 %BRSE_SDMR2_17_45 %DRSE_MZR1_17_45 %DRSE_SDMR1_17_45 %DRSE_SDMR1_17_45_fixed %DRSE_SDMR2_17_45 %% Fixed optics %BRSE_MZR1_9_45_fixed %BRSE_MZR1_11_45_fixed %BRSE_MZR1_13_45_fixed %BRSE_MZR1_17_45_fixed %BRSE_MZR1_19_45_fixed %% iLCGT %iLCGT %% Test %QNTest %QNCompare %SRCL_Test %BRSE_SDMR1_17_45_HL %BRSE_SDMR1_28_45 %ScatteredLightTF %%