aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/figures
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-10-31 23:43:23 +0100
committerNao Pross <np@0hm.ch>2021-10-31 23:43:23 +0100
commita7f21af3c4dbd3190e4b696258c9fb733e425c25 (patch)
tree31fffd90db460e1532e9aba186da3afb6ed49c71 /doc/thesis/figures
parentStart doc on fading channels (diff)
downloadFading-a7f21af3c4dbd3190e4b696258c9fb733e425c25.tar.gz
Fading-a7f21af3c4dbd3190e4b696258c9fb733e425c25.zip
Fix notation and typos, add placeholder titlepage
Diffstat (limited to 'doc/thesis/figures')
-rw-r--r--doc/thesis/figures/tikz/multipath-impulse-response.tex4
-rw-r--r--doc/thesis/figures/tikz/multipath-sketch.tex8
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/thesis/figures/tikz/multipath-impulse-response.tex b/doc/thesis/figures/tikz/multipath-impulse-response.tex
index 4826b6f..b643e28 100644
--- a/doc/thesis/figures/tikz/multipath-impulse-response.tex
+++ b/doc/thesis/figures/tikz/multipath-impulse-response.tex
@@ -1,9 +1,9 @@
% vim: set ts=2 sw=2 noet:
\tdplotsetmaincoords{70}{40}
\begin{tikzpicture}[tdplot_main_coords, font = \footnotesize\ttfamily]
- \draw[thick, -latex] (0,0,0) -- node[sloped, midway, below, gray] {Effect of the channel} (7,0,0) node[right] {\(t'\)};
+ \draw[thick, -latex] (0,0,0) -- node[sloped, midway, below, gray] {Effect of the channel} (7,0,0) node[right] {\(\tau\)};
\draw[thick, -latex] (0,0,0) -- node[sloped, midway, above, gray] {How the channel changes} (0,7,0) node[right] {\(t\)};
- \draw[thick, -latex] (0,0,0) -- (0,0,2) node[above] {\(h(t,t')\)};
+ \draw[thick, -latex] (0,0,0) -- (0,0,2) node[above] {\(h(t,\tau)\)};
\foreach \y in {1,2,...,4}{
\draw[dashed, gray] (0,1.5*\y,0) -- ++(7,0,0);
diff --git a/doc/thesis/figures/tikz/multipath-sketch.tex b/doc/thesis/figures/tikz/multipath-sketch.tex
index 096f06f..d5bc5bb 100644
--- a/doc/thesis/figures/tikz/multipath-sketch.tex
+++ b/doc/thesis/figures/tikz/multipath-sketch.tex
@@ -21,9 +21,9 @@
% reflected signals
- \draw[line width = 2pt, blue!50!white, -latex] (T-center) -- node[above, pos = .5] {\(\tau_2\)} (4,2.25) -- (R-center);
- \draw[line width = 2pt, blue!50!white, -latex] (T-center) -- node[left, pos = .7] {\(\tau_3\)} (1,-.25) -- (R-center);
- \draw[line width = 2pt, blue!50!white, -latex] (T-center) -- node[above, pos = .5] {\(\tau_4\)} (-2.5,1.5) -- (R-center);
+ \draw[line width = 2pt, blue!50!white, -latex] (T-center) -- node[above, pos = .5] {\(\tau_2,c_2\)} (4,2.25) -- (R-center);
+ \draw[line width = 2pt, blue!50!white, -latex] (T-center) -- node[left, pos = .7] {\(\tau_3,c_3\)} (1,-.25) -- (R-center);
+ \draw[line width = 2pt, blue!50!white, -latex] (T-center) -- node[above, pos = .5] {\(\tau_4,c_4\)} (-2.5,1.5) -- (R-center);
% another wall
\draw[thick, fill = lightgray!20] (-2,0) -- ++(-1,.5) -- ++(0,2) --++(1,-.5) -- cycle;
@@ -33,5 +33,5 @@
decorate, decoration = {
expanding waves, angle = 5, segment length = 2mm
}
- ] (T-center) -- node[above = 2mm, pos = .5] {\(\tau_1\)} (R-center);
+ ] (T-center) -- node[above = 2mm, pos = .5] {\(\tau_1,c_1\)} (R-center);
\end{tikzpicture}