From 0b4422f6508fd6f5d2d28c0465f48476edd700ea Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 1 Nov 2021 16:29:17 +0100 Subject: Review construction of orthogonal carriers --- doc/thesis/figures/tikz/qam-constellation.tex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/thesis/figures/tikz/qam-constellation.tex') diff --git a/doc/thesis/figures/tikz/qam-constellation.tex b/doc/thesis/figures/tikz/qam-constellation.tex index 6481650..eeeddc3 100644 --- a/doc/thesis/figures/tikz/qam-constellation.tex +++ b/doc/thesis/figures/tikz/qam-constellation.tex @@ -21,6 +21,9 @@ } } + % special node for the example + \node[star, fill = blue!40!white] at (s32) {}; + \foreach \i/\l in {0/00,1/01,2/11,3/10}{ \node[lightgray, below = 3mm] at (s\i0) {\texttt{\l}}; \node[lightgray, left = 2mm] at (s0\i) {\texttt{\l}}; -- cgit v1.2.1