aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/figures/tikz/qpsk-sim-constellations-whitout-effects.tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-12-16 18:39:38 +0100
committerNao Pross <np@0hm.ch>2021-12-16 18:39:38 +0100
commit6b59bcb1d8aa4e97bca55bf464c5832d0c0fbc43 (patch)
treedb13ca36576c2df5505baf971ac18a72f192edbf /doc/thesis/figures/tikz/qpsk-sim-constellations-whitout-effects.tex
parentFigures for statistical model (diff)
downloadFading-6b59bcb1d8aa4e97bca55bf464c5832d0c0fbc43.tar.gz
Fading-6b59bcb1d8aa4e97bca55bf464c5832d0c0fbc43.zip
Typo without
Diffstat (limited to 'doc/thesis/figures/tikz/qpsk-sim-constellations-whitout-effects.tex')
-rw-r--r--doc/thesis/figures/tikz/qpsk-sim-constellations-whitout-effects.tex87
1 files changed, 0 insertions, 87 deletions
diff --git a/doc/thesis/figures/tikz/qpsk-sim-constellations-whitout-effects.tex b/doc/thesis/figures/tikz/qpsk-sim-constellations-whitout-effects.tex
deleted file mode 100644
index 6e659cb..0000000
--- a/doc/thesis/figures/tikz/qpsk-sim-constellations-whitout-effects.tex
+++ /dev/null
@@ -1,87 +0,0 @@
-% 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_whitout_effects.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_whitout_effects.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_whitout_effects.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_whitout_effects.dat};
- \end{axis}
-\end{tikzpicture}
-\end{subfigure}
-\hfill
-