aboutsummaryrefslogtreecommitdiffstats
path: root/doc/thesis/Makefile
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-10-28 00:33:05 +0200
committerNao Pross <np@0hm.ch>2021-10-28 00:41:41 +0200
commitd042357d4abba1b2c6a6e1e66a7d764b3fe5c9f2 (patch)
tree254cbefb4ad6ed69584fddc2fdd3464070ca73f6 /doc/thesis/Makefile
parentBlock diagram for QAM modulator (diff)
downloadFading-d042357d4abba1b2c6a6e1e66a7d764b3fe5c9f2.tar.gz
Fading-d042357d4abba1b2c6a6e1e66a7d764b3fe5c9f2.zip
Typos and add constellation diagrams
Diffstat (limited to '')
-rw-r--r--doc/thesis/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/thesis/Makefile b/doc/thesis/Makefile
index b9b6d9c..7095689 100644
--- a/doc/thesis/Makefile
+++ b/doc/thesis/Makefile
@@ -15,8 +15,9 @@ SOURCES := \
chapters/conclusions.tex \
\
figures/tikz/overview.tex \
- figures/tikz/qpks-constellation.tex \
- figures/tikz/qam-modulator.tex
+ figures/tikz/qpsk-constellation.tex \
+ figures/tikz/qam-modulator.tex \
+ figures/tikz/qam-constellation.tex
# Get the main file from the file
MAIN := $(shell sed -ne 's/^.*\!TeX root =\(.*\)$$/\1/ p' $(SOURCES))