aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/figures/tikz/qpks-constellation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/thesis/figures/tikz/qpks-constellation.tex')
-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}