aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/figures/tikz/qpsk-sim-constellations-static-symb.tex
diff options
context:
space:
mode:
authorsara <sara.halter@gmx.ch>2021-12-16 16:43:31 +0100
committersara <sara.halter@gmx.ch>2021-12-16 16:43:31 +0100
commit2c0214f3e8d7ff15cacb2acd5f9c04308d5c86ec (patch)
tree64f3404258bf42d826c74c1debad0c5bd7693e84 /doc/thesis/figures/tikz/qpsk-sim-constellations-static-symb.tex
parentCorrect parameters for every flowgraph (diff)
downloadFading-2c0214f3e8d7ff15cacb2acd5f9c04308d5c86ec.tar.gz
Fading-2c0214f3e8d7ff15cacb2acd5f9c04308d5c86ec.zip
Doku bilder
Diffstat (limited to '')
-rw-r--r--doc/thesis/figures/tikz/qpsk-sim-constellations-static-symb.tex87
1 files changed, 87 insertions, 0 deletions
diff --git a/doc/thesis/figures/tikz/qpsk-sim-constellations-static-symb.tex b/doc/thesis/figures/tikz/qpsk-sim-constellations-static-symb.tex
new file mode 100644
index 0000000..4769d57
--- /dev/null
+++ b/doc/thesis/figures/tikz/qpsk-sim-constellations-static-symb.tex
@@ -0,0 +1,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 = -3, xmax = 3,
+ ymin = -3, ymax = 3,
+ ]
+
+ \addplot[magenta, only marks] table[x index = 0, y index = 1]
+ {figures/data/qpsk_sim_constellations_static_symb.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 = -3, xmax = 3,
+ ymin = -3, ymax = 3,
+ ]
+
+ \addplot[magenta!80!blue, only marks] table[x index = 2, y index = 3]
+ {figures/data/qpsk_sim_constellations_static_symb.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_symb.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_symb.dat};
+ \end{axis}
+\end{tikzpicture}
+\end{subfigure}
+\hfill
+