updates of framework

- focus on AWG output power and lowpass characteristics
This commit is contained in:
Silas Oettinghaus
2024-04-26 14:08:21 +02:00
parent 0600abfcbf
commit 7c1d9850d6
25 changed files with 864 additions and 279 deletions

View File

@@ -2,14 +2,14 @@
vp = wh.parameter.vp.values(1);
vp = wh.parameter.vp.values(2);
vb = wh.parameter.vb.values(1);
rop = wh.parameter.rop.values;
f=figure(1113);
tiledlayout(2,4)
for sir = [20,36]
tiledlayout(2,3)
for sir = [36,26]
for lw = wh.parameter.laser_linewidth.values
nexttile
cols = linspecer(9);
@@ -22,8 +22,7 @@ for sir = [20,36]
for pn_key = wh.parameter.pn_key.values
curber(end+1,:) = wh.getStoValue('ber',sir,lw,pn_key,vp,bias,rop);
rop_meas(end+1,:) = wh.getStoValue('rop_save',sir,lw,pn_key,vp,bias,rop);
curstd(end+1,:,:) = wh.getStoValue('level_std',sir,lw,pn_key,vp,bias,rop);
plot(rop_meas(end,:)-txpow_meas, curber(end,:) ,'LineStyle',':','Color',cols(cnt,:),'LineWidth',0.1,'Marker','o','MarkerEdgeColor',[1 1 1],'MarkerFaceColor',cols(cnt,:),'HandleVisibility','off','MarkerSize',1);
hold on
end