diff options
author | Nao Pross <np@0hm.ch> | 2021-11-22 00:08:21 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-11-22 00:08:21 +0100 |
commit | 662839d8ab41fea46aeb10b0822162f50ce56d2e (patch) | |
tree | 3872966323d66ea483b3335bbc950fb353d420f7 /doc/thesis/chapters/implementation.tex | |
parent | Doc on frames (diff) | |
download | Fading-662839d8ab41fea46aeb10b0822162f50ce56d2e.tar.gz Fading-662839d8ab41fea46aeb10b0822162f50ce56d2e.zip |
Draw packet
Diffstat (limited to 'doc/thesis/chapters/implementation.tex')
-rw-r--r-- | doc/thesis/chapters/implementation.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/thesis/chapters/implementation.tex b/doc/thesis/chapters/implementation.tex index 77a2846..27a8d41 100644 --- a/doc/thesis/chapters/implementation.tex +++ b/doc/thesis/chapters/implementation.tex @@ -40,7 +40,7 @@ From the complex space the constellation points are decode to bits. \begin{figure} \centering - \skelfig[width = .8\linewidth, height = 3cm]{Frame} + \input{figures/tikz/packet-frame} \caption{ Structure of framed data packets used in the implementation. \label{fig:dataframe} |