aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/figures/tikz/qpks-constellation.tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-10-28 00:33:05 +0200
committerNao Pross <np@0hm.ch>2021-10-28 00:41:41 +0200
commitd042357d4abba1b2c6a6e1e66a7d764b3fe5c9f2 (patch)
tree254cbefb4ad6ed69584fddc2fdd3464070ca73f6 /doc/thesis/figures/tikz/qpks-constellation.tex
parentBlock diagram for QAM modulator (diff)
downloadFading-d042357d4abba1b2c6a6e1e66a7d764b3fe5c9f2.tar.gz
Fading-d042357d4abba1b2c6a6e1e66a7d764b3fe5c9f2.zip
Typos and add constellation diagrams
Diffstat (limited to 'doc/thesis/figures/tikz/qpks-constellation.tex')
-rw-r--r--doc/thesis/figures/tikz/qpks-constellation.tex13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/thesis/figures/tikz/qpks-constellation.tex b/doc/thesis/figures/tikz/qpks-constellation.tex
deleted file mode 100644
index 5ccad1a..0000000
--- a/doc/thesis/figures/tikz/qpks-constellation.tex
+++ /dev/null
@@ -1,13 +0,0 @@
-% 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}