aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/figures/tikz/qpks-constellation.tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-10-20 17:24:16 +0200
committerNao Pross <np@0hm.ch>2021-10-20 17:24:16 +0200
commit1201fe57186a767c514615bb13b38e5fb9911f08 (patch)
tree55b27de2fba7796056e17912e5179d67e3d6f230 /doc/thesis/figures/tikz/qpks-constellation.tex
parentAdd biblatextex doc link to bib file (diff)
downloadFading-1201fe57186a767c514615bb13b38e5fb9911f08.tar.gz
Fading-1201fe57186a767c514615bb13b38e5fb9911f08.zip
Typos in theory, remove QAM, start QPSK picture
Diffstat (limited to '')
-rw-r--r--doc/thesis/figures/tikz/qpks-constellation.tex13
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}