summaryrefslogtreecommitdiff
path: root/pp.m
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2016-03-28 17:16:33 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2016-03-28 17:16:33 -0400
commita8dbe52e26b350fce7e88b6f7c90ee8beb4fa054 (patch)
tree194a6bd45943500e62292f624f5c552d7239105c /pp.m
parent0e9f79d6a4b7db517510c1b2832724d5953c3eec (diff)
downloadnoisy_eit_xmds-a8dbe52e26b350fce7e88b6f7c90ee8beb4fa054.tar.gz
noisy_eit_xmds-a8dbe52e26b350fce7e88b6f7c90ee8beb4fa054.zip
new changes for noise traces
Diffstat (limited to 'pp.m')
-rw-r--r--pp.m13
1 files changed, 13 insertions, 0 deletions
diff --git a/pp.m b/pp.m
index 150cb01..f59f19c 100644
--- a/pp.m
+++ b/pp.m
@@ -1,8 +1,21 @@
delta_2photon_noise
+figure(1)
plot(delta_2photon_1, mean_mor_signal_1(end,:) )
hold all
plot(delta_2photon_1, mean_eit_signal_1(end,:) )
legend( {'mor', 'eit'} )
+figure(2)
+plot(delta_2photon_1, stderr_mor_signal_1(end,:) )
+hold all
+plot(delta_2photon_1, stderr_eit_signal_1(end,:) )
+
+legend( {'mor', 'eit'} )
+
+figure(3)
+plot(delta_2photon_1, stderr_eit_signal_1(end,:)./stderr_mor_signal_1(end,:) )
+hold all
+
+legend( {'noise eit/mor'} )