From 1201fe57186a767c514615bb13b38e5fb9911f08 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Wed, 20 Oct 2021 17:24:16 +0200 Subject: Typos in theory, remove QAM, start QPSK picture --- doc/thesis/figures/tikz/qpks-constellation.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/thesis/figures/tikz/qpks-constellation.tex (limited to 'doc/thesis/figures/tikz/qpks-constellation.tex') 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} -- cgit v1.2.1