From a7f21af3c4dbd3190e4b696258c9fb733e425c25 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 31 Oct 2021 23:43:23 +0100 Subject: Fix notation and typos, add placeholder titlepage --- doc/thesis/figures/tikz/multipath-impulse-response.tex | 4 ++-- doc/thesis/figures/tikz/multipath-sketch.tex | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/thesis/figures/tikz') 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} -- cgit v1.2.1