diff options
author | Nao Pross <np@0hm.ch> | 2021-10-28 00:33:05 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-10-28 00:41:41 +0200 |
commit | d042357d4abba1b2c6a6e1e66a7d764b3fe5c9f2 (patch) | |
tree | 254cbefb4ad6ed69584fddc2fdd3464070ca73f6 /doc/thesis/Makefile | |
parent | Block diagram for QAM modulator (diff) | |
download | Fading-d042357d4abba1b2c6a6e1e66a7d764b3fe5c9f2.tar.gz Fading-d042357d4abba1b2c6a6e1e66a7d764b3fe5c9f2.zip |
Typos and add constellation diagrams
Diffstat (limited to 'doc/thesis/Makefile')
-rw-r--r-- | doc/thesis/Makefile | 5 |
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)) |