summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m12
1 files changed, 12 insertions, 0 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 9de8ccb..579925d 100644
--- a/MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m
+++ b/MOR_5_levels_with_doppler_and_propagation/pp_Nlevels.m
@@ -128,6 +128,18 @@ zlabel('I_{mor}')
title('I_{mor}')
+%% EIT and MOR signals after the cell side by side
+figure(3)
+plot( ...
+ t_1, (Ieit(end,:)'), ...
+ t_1, (Imor(end,:)')
+ )
+xlabel('t (uS)')
+ylabel('I_{eit} or I_{MOR} (1/s)^2')
+title('I_{eit} and I_{mor} after cell')
+legend('EIT', 'MOR')
+
+
%%
return