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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/thesis/figures/tikz/multipath-impulse-response.tex') 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); -- cgit v1.2.1