diff options
author | Nao Pross <np@0hm.ch> | 2021-12-18 16:00:43 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-12-18 16:00:43 +0100 |
commit | ec484676e7ebdaf1b68dbe81ed3107352a67e1f1 (patch) | |
tree | c7d5ca7b3cf7854438dc1c9d2e81990d3ac66f76 /doc/thesis/figures | |
parent | Reorganize plots (diff) | |
parent | try to write missing part of the doku again (diff) | |
download | Fading-ec484676e7ebdaf1b68dbe81ed3107352a67e1f1.tar.gz Fading-ec484676e7ebdaf1b68dbe81ed3107352a67e1f1.zip |
Merge branch 'master' of github.com:NaoPross/Fading
Diffstat (limited to 'doc/thesis/figures')
-rw-r--r-- | doc/thesis/figures/data/qpsk_sim_constellations_dynamic_exp_NLOS_5.py | 2 | ||||
-rw-r--r-- | doc/thesis/figures/data/qpsk_sim_constellations_static_symb_vec.py | 4 |
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) |