aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/Makefile
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-10-31 20:49:44 +0100
committerNao Pross <np@0hm.ch>2021-10-31 20:49:44 +0100
commitf0325a451f6ffbd3aa7e63833e0693b311f7abfd (patch)
tree0357cd9ec6b93338f77a2521a0bab69770eed755 /doc/thesis/Makefile
parentMore styling (diff)
downloadFading-f0325a451f6ffbd3aa7e63833e0693b311f7abfd.tar.gz
Fading-f0325a451f6ffbd3aa7e63833e0693b311f7abfd.zip
Start doc on fading channels
Diffstat (limited to 'doc/thesis/Makefile')
-rw-r--r--doc/thesis/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/thesis/Makefile b/doc/thesis/Makefile
index e0690ba..d5f02ab 100644
--- a/doc/thesis/Makefile
+++ b/doc/thesis/Makefile
@@ -18,7 +18,9 @@ SOURCES := \
figures/tikz/overview.tex \
figures/tikz/psk-constellation.tex \
figures/tikz/qam-modulator.tex \
- figures/tikz/qam-constellation.tex
+ figures/tikz/qam-constellation.tex \
+ figures/tikz/multipath-sketch.tex \
+ figures/tikz/multipath-impulse-response.tex
# Get the main file from the file
MAIN := $(shell sed -ne 's/^.*\!TeX root =\(.*\)$$/\1/ p' $(SOURCES))