diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-09-27 17:22:33 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2011-09-27 17:22:33 -0400 |
commit | 60ec22910ba3f7a7eb34b98a5a2d59b1caac97f9 (patch) | |
tree | 2598c38e79eac80990b53c3b7398f14eecaba8ac | |
parent | 2d186419a6a4211dd1bb608cb281d62ac4e5288a (diff) | |
download | Nresonances-60ec22910ba3f7a7eb34b98a5a2d59b1caac97f9.tar.gz Nresonances-60ec22910ba3f7a7eb34b98a5a2d59b1caac97f9.zip |
Added output to eps files
-rw-r--r-- | xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/pp.m | 94 |
1 files changed, 50 insertions, 44 deletions
diff --git a/xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/pp.m b/xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/pp.m index 0ac97de..6e446c8 100644 --- a/xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/pp.m +++ b/xmds2/Nlevels_no_dopler_with_z_fast_and_slow_light/pp.m @@ -1,24 +1,26 @@ Nlevels_no_dopler_with_z %% field propagation +z_1=z_1*100; % z in cm t_1=t_1*1e6; % time now measured in uS figure(1) subplot(1,3,1); imagesc(z_1, t_1, I1_out_1); colorbar -xlabel('z') +xlabel('z (cm)') ylabel('t (uS)') zlabel('I_1') title('I_1') subplot(1,3,2); imagesc(z_1, t_1, I2_out_1); colorbar -xlabel('z') +xlabel('z (cm)') ylabel('t (uS)') zlabel('I_2') title('I_2') subplot(1,3,3); imagesc(z_1, t_1, I3_out_1); colorbar -xlabel('z') +xlabel('z (cm)') ylabel('t (uS)') zlabel('I_3') title('I_3') +print('-color','fields_propagation.eps') @@ -30,24 +32,24 @@ plot( ... t_1,I1_out_1(:,end), '-;after;' ... ) xlabel('t (uS)') -ylabel('I_1') -title('I_1 propagation') +ylabel('I_1 (1/s)^2') +title('I_1 before and after cell') subplot(1,3,2); plot( ... t_1,I2_out_1(:,1),'-;before;', ... t_1,I2_out_1(:,end), '-;after;' ... ) xlabel('t (uS)') -ylabel('I_2') -title('I_2 propagation') +ylabel('I_2 (1/s)^2') +title('I_2 before and after cell') subplot(1,3,3); plot( ... t_1,I3_out_1(:,1),'-;before;', ... t_1,I3_out_1(:,end), '-;after;' ... ) xlabel('t (uS)') -ylabel('I_3') -title('I_3 propagation') +ylabel('I_3 (1/s)^2') +title('I_3 before and after cell') [b, a]=butter(3, 0.05); I2_out_after=I2_out_1(:,end); @@ -56,15 +58,17 @@ I2_out_after_filtered=filtfilt(b,a,I2_out_after); delay_time=t_1(max_pos_after)-t_1(max_pos_before); printf('Second field delay time = %f uS\n',delay_time); +print('-color','fields_before_after_cell.eps') + figure(4) plot( ... t_1,I2_out_1(:,1)/max(I2_out_1(:,1)),'-;before;', ... - t_1,I2_out_1(:,end)/max(I2_out_1(:,end)), '-;after;', ... - t_1,I2_out_after_filtered/max(I2_out_after_filtered), '-;after filtered;' ... + t_1,I2_out_1(:,end)/max(I2_out_1(:,end)), '-;after;' ... ) xlabel('t (uS)') ylabel('I_2') -title('I_2 propagation normilized') +title('I_2 before and after cell normalized') +print('-color','probe_before_after_cell.eps') %return; @@ -72,87 +76,89 @@ title('I_2 propagation normilized') % diagonal populations, % upper triangle real part of coherences, % lower diagonal imaginary part of coherences +z_2=z_2*100; % z in cm +t_2=t_2*1e6; % time now measured in uS figure(3) subplot(4,4,1); imagesc (z_2, t_2, r11_out_2); caxis([0,1]); colorbar -xlabel('z') -ylabel('t') +xlabel('z (cm)') +ylabel('t (uS)') zlabel('rho_{11}') title('rho_{11}') subplot(4,4,6); imagesc (z_2, t_2, r22_out_2); caxis([0,1]); colorbar -xlabel('z') -ylabel('t') +xlabel('z (cm)') +ylabel('t (uS)') zlabel('rho_{22}') title('rho_{22}') subplot(4,4,11); imagesc (z_2, t_2, r33_out_2); caxis([0,1]); colorbar -xlabel('z') -ylabel('t') +xlabel('z (cm)') +ylabel('t (uS)') zlabel('rho_{33}') title('rho_{33}') subplot(4,4,16); imagesc (z_2, t_2, r44_out_2); caxis([0,1]); colorbar -xlabel('z') -ylabel('t') +xlabel('z (cm)') +ylabel('t (uS)') zlabel('rho_{44}') title('rho_{44}') % real parts of coherences subplot(4,4,2); imagesc(z_2, t_2, r12_re_out_2); colorbar -xlabel('z') -ylabel('t') +xlabel('z (cm)') +ylabel('t (uS)') zlabel('Real(rho_{12})') title('Real(rho_{12})') subplot(4,4,3); imagesc(z_2, t_2, r13_re_out_2); colorbar -xlabel('z') -ylabel('t') +xlabel('z (cm)') +ylabel('t (uS)') zlabel('Real(rho_{13})') title('Real(rho_{13})') subplot(4,4,4); imagesc(z_2, t_2, r14_re_out_2); colorbar -xlabel('z') -ylabel('t') +xlabel('z (cm)') +ylabel('t (uS)') zlabel('Real(rho_{14})') title('Real(rho_{14})') subplot(4,4,7); imagesc(z_2, t_2, r23_re_out_2); colorbar -xlabel('z') -ylabel('t') +xlabel('z (cm)') +ylabel('t (uS)') zlabel('Real(rho_{23})') title('Real(rho_{23})') subplot(4,4,8); imagesc(z_2, t_2, r24_re_out_2); colorbar -xlabel('z') -ylabel('t') +xlabel('z (cm)') +ylabel('t (uS)') zlabel('Real(rho_{24})') title('Real(rho_{24})') subplot(4,4,12); imagesc(z_2, t_2, r34_re_out_2); colorbar -xlabel('z') -ylabel('t') +xlabel('z (cm)') +ylabel('t (uS)') zlabel('Real(rho_{34})') title('Real(rho_{34})') % imaginary parts of coherences subplot(4,4,5); imagesc(z_2, t_2, r12_im_out_2); colorbar -xlabel('z') -ylabel('t') +xlabel('z (cm)') +ylabel('t (uS)') zlabel('Imag(rho_{12})') title('Imag(rho_{12})') subplot(4,4,9); imagesc(z_2, t_2, r13_im_out_2); colorbar -xlabel('z') -ylabel('t') +xlabel('z (cm)') +ylabel('t (uS)') zlabel('Imag(rho_{13})') title('Imag(rho_{13})') subplot(4,4,10); imagesc(z_2, t_2, r23_im_out_2); colorbar -xlabel('z') -ylabel('t') +xlabel('z (cm)') +ylabel('t (uS)') zlabel('Imag(rho_{23})') title('Imag(rho_{23})') subplot(4,4,13); imagesc(z_2, t_2, r14_im_out_2); colorbar -xlabel('z') -ylabel('t') +xlabel('z (cm)') +ylabel('t (uS)') zlabel('Imag(rho_{14})') title('Imag(rho_{14})') subplot(4,4,14); imagesc(z_2, t_2, r24_im_out_2); colorbar -xlabel('z') -ylabel('t') +xlabel('z (cm)') +ylabel('t (uS)') zlabel('Imag(rho_{24})') title('Imag(rho_{24})') subplot(4,4,15); imagesc(z_2, t_2, r34_im_out_2); colorbar -xlabel('z') -ylabel('t') +xlabel('z (cm)') +ylabel('t (uS)') zlabel('Imag(rho_{34})') title('Imag(rho_{34})') |