summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2012-12-28 23:47:25 -0500
committerEugeniy Mikhailov <evgmik@gmail.com>2012-12-28 23:47:25 -0500
commit4ac6438360efc9d1bedf315e4bcf60ce747e45e2 (patch)
tree8572463b03daa0fe8b62da1ce7dc52471613fb11
parentb35062928c53e376a0849b9ddb4b0ca1759e67df (diff)
downloadNresonances-4ac6438360efc9d1bedf315e4bcf60ce747e45e2.tar.gz
Nresonances-4ac6438360efc9d1bedf315e4bcf60ce747e45e2.zip
plots labels improved
-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));