aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/figures/tikz/qpsk-hardware.tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-12-21 00:32:06 +0100
committerNao Pross <np@0hm.ch>2021-12-21 00:32:06 +0100
commit1de862c5e2ac6e2baa76daf9fbe6b64050da12fc (patch)
treeaa3f52261a3e1f0e1e2b359be8dd1435cca89135 /doc/thesis/figures/tikz/qpsk-hardware.tex
parentAdd data and flowgraph for (broken) QAM on hardware (diff)
downloadFading-1de862c5e2ac6e2baa76daf9fbe6b64050da12fc.tar.gz
Fading-1de862c5e2ac6e2baa76daf9fbe6b64050da12fc.zip
Add more data for QAM, fix colormap
Diffstat (limited to 'doc/thesis/figures/tikz/qpsk-hardware.tex')
-rw-r--r--doc/thesis/figures/tikz/qpsk-hardware.tex83
1 files changed, 0 insertions, 83 deletions
diff --git a/doc/thesis/figures/tikz/qpsk-hardware.tex b/doc/thesis/figures/tikz/qpsk-hardware.tex
deleted file mode 100644
index 68a31a6..0000000
--- a/doc/thesis/figures/tikz/qpsk-hardware.tex
+++ /dev/null
@@ -1,83 +0,0 @@
-% vim: set ts=2 sw=2 noet:
-
-\newcommand{\makeplot}[5]{%
- \hfill
- \begin{tikzpicture}
- \begin{axis}[
- width = {\linewidth / 3.3},
- height = {\linewidth / 3.3},
- grid = major,
- xmin = {-#4}, xmax = {#4},
- ymin = {-#4}, ymax = {#4},
- colormap name=viridis,
- #5
- ]
-
- \addplot[only marks, scatter] table [x index = #2, y index = #3] {#1};
- \end{axis}
- \end{tikzpicture}
- \hfill
-}
-
-% -------------------------------------------------------------------
-
-\noindent
-\makeplot{figures/data/qpsk_hw_lab.dat}{0}{1}{.25}{
- ylabel = {Channel with ISI},
- yticklabel style = {
- text width = 3em,
- align = right,
- },
- title = {LOS, Indoors (Lab)},
-}
-%
-\makeplot{figures/data/qpsk_hw_lab.dat}{0}{1}{.25}{
- title = {LOS, Indoors (Lab)},
-}
-%
-\makeplot{figures/data/qpsk_hw_lab.dat}{0}{1}{.25}{
- title = {LOS, Indoors (Lab)},
-}
-\newline
-
-% -------------------------------------------------------------------
-
-\noindent
-\makeplot{figures/data/qpsk_hw_lab.dat}{2}{3}{.25}{%
- ylabel = {Synchronized},
- yticklabel style = {
- text width = 3em,
- align = right,
- },
-}
-\makeplot{figures/data/qpsk_hw_lab.dat}{2}{3}{.25}{}
-\makeplot{figures/data/qpsk_hw_lab.dat}{2}{3}{.25}{}
-\newline
-
-% -------------------------------------------------------------------
-
-\noindent
-\makeplot{figures/data/qpsk_hw_lab.dat}{4}{5}{2}{%
- ylabel = {Equalized},
- yticklabel style = {
- text width = 3em,
- align = right,
- },
-}
-\makeplot{figures/data/qpsk_hw_lab.dat}{4}{5}{2}{}
-\makeplot{figures/data/qpsk_hw_lab.dat}{4}{5}{2}{}
-\newline
-
-% -------------------------------------------------------------------
-
-\noindent
-\makeplot{figures/data/qpsk_hw_lab.dat}{6}{7}{2}{%
- ylabel = {Locked},
- yticklabel style = {
- text width = 3em,
- align = right,
- },
-}
-\makeplot{figures/data/qpsk_hw_lab.dat}{6}{7}{2}{}
-\makeplot{figures/data/qpsk_hw_lab.dat}{6}{7}{2}{}
-\newline