summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2016-04-28 14:27:37 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2016-04-28 14:27:37 -0400
commit91585d5dd38abd6fbdd9221d9b0a7f4f2be17656 (patch)
tree14f060d31682e1117c3006e53254b5affe39b0a2
parent03d3ee477ce9afd041e58fe4f6c54f4cd15448fe (diff)
downloadnoisy_eit_xmds-91585d5dd38abd6fbdd9221d9b0a7f4f2be17656.tar.gz
noisy_eit_xmds-91585d5dd38abd6fbdd9221d9b0a7f4f2be17656.zip
new octave have trouble with filtering, so I disable it. There is no need for it anyway.
-rw-r--r--MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m19
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)