aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/figures
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-12-18 16:00:43 +0100
committerNao Pross <np@0hm.ch>2021-12-18 16:00:43 +0100
commitec484676e7ebdaf1b68dbe81ed3107352a67e1f1 (patch)
treec7d5ca7b3cf7854438dc1c9d2e81990d3ac66f76 /doc/thesis/figures
parentReorganize plots (diff)
parenttry to write missing part of the doku again (diff)
downloadFading-ec484676e7ebdaf1b68dbe81ed3107352a67e1f1.tar.gz
Fading-ec484676e7ebdaf1b68dbe81ed3107352a67e1f1.zip
Merge branch 'master' of github.com:NaoPross/Fading
Diffstat (limited to '')
-rw-r--r--doc/thesis/figures/data/qpsk_sim_constellations_dynamic_exp_NLOS_5.py2
-rw-r--r--doc/thesis/figures/data/qpsk_sim_constellations_static_symb_vec.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/thesis/figures/data/qpsk_sim_constellations_dynamic_exp_NLOS_5.py b/doc/thesis/figures/data/qpsk_sim_constellations_dynamic_exp_NLOS_5.py
index c48b87b..4cb1742 100644
--- a/doc/thesis/figures/data/qpsk_sim_constellations_dynamic_exp_NLOS_5.py
+++ b/doc/thesis/figures/data/qpsk_sim_constellations_dynamic_exp_NLOS_5.py
@@ -16,7 +16,7 @@ samples = [channel, sync, equalized, locked]
# print(list(map(len, samples)))
start = 67.8e3
-end = start + 500
+end = start + 200
# start = 80e3
# end = start + 1000
diff --git a/doc/thesis/figures/data/qpsk_sim_constellations_static_symb_vec.py b/doc/thesis/figures/data/qpsk_sim_constellations_static_symb_vec.py
index 68090a4..26e7b64 100644
--- a/doc/thesis/figures/data/qpsk_sim_constellations_static_symb_vec.py
+++ b/doc/thesis/figures/data/qpsk_sim_constellations_static_symb_vec.py
@@ -16,9 +16,9 @@ samples = [channel, sync, equalized, locked]
# print(list(map(len, samples)))
start = 1e3
-end = start +500
+end = start +800
-get_range = lambda arr: arr[int(start):int(end)]
+get_range = lambda arr: arr[int(start):int(end):2]
get_parts = lambda v: (np.real(v), np.imag(v))
values = map(get_range, samples)