aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/figures/tikz/qpsk-sim-constellations-static.tex
blob: ffd6a2ff459b939e75ee55555210f63a0b909d7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
% vim: set ts=2 sw=2 noet:
\hfill
\begin{subfigure}{.45\linewidth}
\begin{tikzpicture}
	\begin{axis}[
			title = {Channel with ISI},
			width = 6.5cm, height = 6.5cm,
			% ylabel = {Quadrature},
			% xlabel = {In-Phase},
			xlabel near ticks,
			ylabel near ticks,
			grid = major,
			xmin = -5, xmax = 5,
			ymin = -5, ymax = 5,
		]

		\addplot[magenta, only marks] table[x index = 0, y index = 1]
			{figures/data/qpsk_sim_constellations_static.dat};
	\end{axis}
\end{tikzpicture}
\end{subfigure}
\hfill
\begin{subfigure}{.45\linewidth}
\begin{tikzpicture}
	\begin{axis}[
			title = {Synchronized},
			width = 6.5cm, height = 6.5cm,
			% ylabel = {Quadrature},
			% xlabel = {In-Phase},
			xlabel near ticks,
			ylabel near ticks,
			grid = major,
			xmin = -5, xmax = 5,
			ymin = -5, ymax = 5,
		]

		\addplot[magenta!80!blue, only marks] table[x index = 2, y index = 3]
			{figures/data/qpsk_sim_constellations_static.dat};
	\end{axis}
\end{tikzpicture}
\end{subfigure}
\hfill

\vspace{3mm}

\hfill
\begin{subfigure}{.45\linewidth}
\begin{tikzpicture}
	\begin{axis}[
			title = {Equalized},
			width = 6.5cm, height = 6.5cm,
			% ylabel = {Quadrature},
			% xlabel = {In-Phase},
			xlabel near ticks,
			ylabel near ticks,
			grid = major,
			xmin = -1.5, xmax = 1.5,
			ymin = -1.5, ymax = 1.5,
		]

		\addplot[magenta!50!blue, only marks] table[x index = 4, y index = 5]
			{figures/data/qpsk_sim_constellations_static.dat};
	\end{axis}
\end{tikzpicture}
\end{subfigure}
\hfill
\begin{subfigure}{.45\linewidth}
\begin{tikzpicture}
	\begin{axis}[
			title = {Locked},
			width = 6.5cm, height = 6.5cm,
			% ylabel = {Quadrature},
			% xlabel = {In-Phase},
			xlabel near ticks,
			ylabel near ticks,
			grid = major,
			xmin = -1.5, xmax = 1.5,
			ymin = -1.5, ymax = 1.5,
		]

		\addplot[magenta!30!blue, only marks] table[x index = 6, y index = 7]
			{figures/data/qpsk_sim_constellations_static.dat};
	\end{axis}
\end{tikzpicture}
\end{subfigure}
\hfill