start ofc analysis

This commit is contained in:
sioe
2024-10-16 11:14:15 +02:00
parent 3ff9be2d8b
commit 637dd7bc86
4 changed files with 136 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
filename = "C:\Users\sioe\Nextcloud\Dokumente\02_Ablage_Office\Lab_Data_24\bias_sweep\PAM6_10km_ffe__wh.mat";
filename = "C:\Users\Silas\Nextcloud4\Dokumente\02_Ablage_Office\Lab_Data_24\bias_sweep\PAM4_10km_ffe__wh.mat";
a = load(filename);
wh2 = a.obj;
@@ -80,7 +80,7 @@ scatter(bestvbias,bestawgvpp,100,"red",'Marker','x','LineWidth',2);
subplot2 = subplot(1,2,2);
% Plot the filled contour plot
contourf_handle = contourf(v_bias_vals, awg_vpp_vals, rop_measured, 'Parent', subplot2);
contourf_handle = contourf(v_bias_vals, awg_vpp_vals, rop_measured, 'Parent', subplot2,"ShowText",true);
% Set x and y labels
xlabel('V_{bias}');