From 91585d5dd38abd6fbdd9221d9b0a7f4f2be17656 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Thu, 28 Apr 2016 14:27:37 -0400 Subject: new octave have trouble with filtering, so I disable it. There is no need for it anyway. --- .../pp_Nlevels.m | 19 ++++++++++--------- 1 file 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) -- cgit v1.2.3