diff options
author | Nao Pross <np@0hm.ch> | 2021-10-20 17:24:16 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-10-20 17:24:16 +0200 |
commit | 1201fe57186a767c514615bb13b38e5fb9911f08 (patch) | |
tree | 55b27de2fba7796056e17912e5179d67e3d6f230 /doc/thesis/figures | |
parent | Add biblatextex doc link to bib file (diff) | |
download | Fading-1201fe57186a767c514615bb13b38e5fb9911f08.tar.gz Fading-1201fe57186a767c514615bb13b38e5fb9911f08.zip |
Typos in theory, remove QAM, start QPSK picture
Diffstat (limited to 'doc/thesis/figures')
-rw-r--r-- | doc/thesis/figures/tikz/qpks-constellation.tex | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/thesis/figures/tikz/qpks-constellation.tex b/doc/thesis/figures/tikz/qpks-constellation.tex new file mode 100644 index 0000000..5ccad1a --- /dev/null +++ b/doc/thesis/figures/tikz/qpks-constellation.tex @@ -0,0 +1,13 @@ +% vim: set ts=2 sw=2 noet spell: + +\begin{tikzpicture} + \begin{axis}[ + axis lines = middle, + colormap/cool, + ] + \pgfmathsetmacro{\fc}{10} + + \addplot3[] + {sin(x) + 1}; + \end{axis} +\end{tikzpicture} |