diff options
author | sara <sara.halter@gmx.ch> | 2021-12-17 19:45:21 +0100 |
---|---|---|
committer | sara <sara.halter@gmx.ch> | 2021-12-17 19:45:21 +0100 |
commit | 418c552c6bdeae8ef4aab660705646dba345a656 (patch) | |
tree | d734d2fc876623b63f9fdc5eeeb6bf016f526ebc /doc/thesis/figures | |
parent | Doku exemple real (diff) | |
parent | Minor corrections in documentation (diff) | |
download | Fading-418c552c6bdeae8ef4aab660705646dba345a656.tar.gz Fading-418c552c6bdeae8ef4aab660705646dba345a656.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '')
-rw-r--r-- | doc/thesis/figures/tikz/multipath-sketch.tex | 2 | ||||
-rw-r--r-- | doc/thesis/figures/tikz/packet-frame.tex | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/thesis/figures/tikz/multipath-sketch.tex b/doc/thesis/figures/tikz/multipath-sketch.tex index d5bc5bb..bcf0287 100644 --- a/doc/thesis/figures/tikz/multipath-sketch.tex +++ b/doc/thesis/figures/tikz/multipath-sketch.tex @@ -13,7 +13,7 @@ \draw (5,0) pic (R) {antenna} node[above right = 3mm] {\sffamily\bfseries RX}; % wall coefficients - \draw[thick] (4.75, 2.25) to[out = -20, in = 180] ++(1.2,-.5) node[right] {\(|\Gamma| > 0\)}; + \draw[thick] (4.75, 2.25) to[out = -20, in = 180] ++(1.2,-.5); % node[right] {\(|\Gamma| > 0\)}; % walls \draw[thick, fill = lightgray!20] (3,2) -- ++(2,-.5) -- ++(0,1) -- ++(-2,.5) -- cycle; diff --git a/doc/thesis/figures/tikz/packet-frame.tex b/doc/thesis/figures/tikz/packet-frame.tex index 8bef47b..e8e53ee 100644 --- a/doc/thesis/figures/tikz/packet-frame.tex +++ b/doc/thesis/figures/tikz/packet-frame.tex @@ -15,18 +15,18 @@ \matrix[ column sep = -1pt, nodes = { - draw, rectangle, thick, + draw, rectangle, very thick, minimum height = 12mm, text width = 20mm, align = center, }, ]{ - \node {Preamble \\ \(k\) Bytes}; & - \node (pad) {Padding \\ 1 Bit}; & - \node (id) {ID \\ 5 Bits}; & - \node {Length \\ 21 Bits}; & - \node (par) {Parity \\ 5 Bits}; & - \node {Payload \\ \(\ell\) Bytes}; \\ + \node[] {Preamble \\ \(k\) Bytes}; & + \node[fill=lightgray!20] (pad) {Padding \\ 1 Bit}; & + \node[fill=red!10] (id) {ID \\ 5 Bits}; & + \node[fill=red!10] {Length \\ 21 Bits}; & + \node[fill=red!10] (par) {Parity \\ 5 Bits}; & + \node[] {Payload \\ \(\ell\) Bytes}; \\ % \node{Padding }; \\ }; |