diff options
Diffstat (limited to 'MOR_5_levels_with_doppler_and_propagation')
-rw-r--r-- | MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m b/MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m index 5575956..644680c 100644 --- a/MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m +++ b/MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m @@ -64,7 +64,17 @@ ylabel('I_{dR} (1/s)^2') title('I_{dR} before and after cell') legend('before', 'after') +subplot(2,2,4); +plot( ... + t_1, flip(IpR_out_1(1,:)'), ... + t_1, flip(IpR_out_1(end,:)'), 'linewidth', 4 ... + ) +xlabel('t (uS)') +ylabel('I_{pR} (1/s)^2') +title('I_{pR} before and after cell') + %% +return [b, a]=butter(3, 0.05); @@ -89,15 +99,6 @@ display( strcat('Second field delay time = ', num2str(delay_time), ' uS/n')); %print('-color','fields_before_after_cell.eps') -subplot(2,2,4); -plot( ... - t_1, flip(IpR_out_1(1,:)'), ... - t_1, flip(IpR_out_1(end,:)'), 'linewidth', 4 ... - ) -xlabel('t (uS)') -ylabel('I_{pR} (1/s)^2') -title('I_{pR} before and after cell') - %% figure(4) |