diff options
author | sara <sara.halter@gmx.ch> | 2021-12-22 16:51:56 +0100 |
---|---|---|
committer | sara <sara.halter@gmx.ch> | 2021-12-22 16:51:56 +0100 |
commit | 556221d4460a0550d270a1e4ac5d67e3f73a473c (patch) | |
tree | 904f7ac0d7e03eb496da5693eaf87aa3efc3c1fe /doc/thesis/figures/data | |
parent | Plot Hardware (diff) | |
download | Fading-556221d4460a0550d270a1e4ac5d67e3f73a473c.tar.gz Fading-556221d4460a0550d270a1e4ac5d67e3f73a473c.zip |
littel change oplot hardware
Diffstat (limited to '')
-rw-r--r-- | doc/thesis/figures/data/qpsk_hw_outdoors_1.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/thesis/figures/data/qpsk_hw_outdoors_1.py b/doc/thesis/figures/data/qpsk_hw_outdoors_1.py index f6f816b..2c02c8a 100644 --- a/doc/thesis/figures/data/qpsk_hw_outdoors_1.py +++ b/doc/thesis/figures/data/qpsk_hw_outdoors_1.py @@ -7,8 +7,8 @@ import numpy as np samples = utils.load_samples(__file__) # range of samples we want to show -start = 250e3 -end = start +400 +start = 500e3 +end = start +800 # select every second samples select_samples = lambda arr: arr[int(start):int(end):6] |