summaryrefslogtreecommitdiff
path: root/xmds2/realistic_Rb_and_fields
diff options
context:
space:
mode:
Diffstat (limited to 'xmds2/realistic_Rb_and_fields')
-rw-r--r--xmds2/realistic_Rb_and_fields/field_delay_vs_z.m12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmds2/realistic_Rb_and_fields/field_delay_vs_z.m b/xmds2/realistic_Rb_and_fields/field_delay_vs_z.m
index 86db3c0..72c4115 100644
--- a/xmds2/realistic_Rb_and_fields/field_delay_vs_z.m
+++ b/xmds2/realistic_Rb_and_fields/field_delay_vs_z.m
@@ -46,25 +46,25 @@ print('delay_vs_z_for_Ip2.eps', '-depsc');
fh=figure(2)
niceplotset(fh);
-plot(z_1, max_powerIp2, '.-');
+plot(z_1, sqrt(max_powerIp2), '.-');
title('Pulse Ip2 strength vs propagation distance');
xlabel('z (m)');
-ylabel('Pulse strength (Mrad/s)');
+ylabel('Field Rabi frequency (Mrad/s)');
print('field_vs_z_for_Ip2.eps', '-depsc');
fh=figure(3)
niceplotset(fh);
-plot(z_1, max_powerIm1, '.-');
+plot(z_1, sqrt(max_powerIm1), '.-');
title('Pulse Im1 strength vs propagation distance');
xlabel('z (m)');
-ylabel('Pulse strength (Mrad/s)');
+ylabel('Field Rabi frequency (Mrad/s)');
fh=figure(4)
niceplotset(fh);
-plot(z_1, max_powerIm3, '.-');
+plot(z_1, sqrt(max_powerIm3), '.-');
title('Pulse Im3 strength vs propagation distance');
xlabel('z (m)');
-ylabel('Pulse strength (Mrad/s)');
+ylabel('Field Rabi frequency (Mrad/s)');
% final delay output
str= sprintf('delay_time_with_fit= %f nS', 1e9*delay_time(end));