aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/Fading.tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-11-01 15:37:41 +0100
committerNao Pross <np@0hm.ch>2021-11-01 15:37:41 +0100
commit3e86fb2e2d187220efb2038a26e68a37f1dc6ff5 (patch)
tree741ad10e3b564ed707afe273808ed8dcd127824a /doc/thesis/Fading.tex
parentOn the FT of h(t,tau) (diff)
downloadFading-3e86fb2e2d187220efb2038a26e68a37f1dc6ff5.tar.gz
Fading-3e86fb2e2d187220efb2038a26e68a37f1dc6ff5.zip
Draw figure for frequency selective channels
Diffstat (limited to 'doc/thesis/Fading.tex')
-rw-r--r--doc/thesis/Fading.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/thesis/Fading.tex b/doc/thesis/Fading.tex
index b80b9e7..1844ceb 100644
--- a/doc/thesis/Fading.tex
+++ b/doc/thesis/Fading.tex
@@ -30,14 +30,20 @@
\usepackage{tikz} % Pretty drawings
\usepackage{tikz-3dplot} % More dimensions!
+\pgfplotsset{compat=1.17}
\usetikzlibrary{
+ external,
calc,
positioning,
backgrounds,
decorations.pathreplacing,
+ decorations.markings,
matrix,
arrows,
}
+% \tikzexternalize[
+ % mode=graphics if exists,
+ % figure list=true]
\pgfdeclarelayer{background}
\pgfdeclarelayer{foreground}
\pgfsetlayers{background,main,foreground}