diff options
author | Nao Pross <np@0hm.ch> | 2021-10-27 19:36:49 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-10-27 19:36:49 +0200 |
commit | 0bff4f6017de929991cb8b8f3eb091d4df2cdb6f (patch) | |
tree | 88b81fa5fe1ccef25d3a30d94e2bf6103c67ae0e /doc/thesis/Makefile | |
parent | Hardware AM korrigiert, QPSK angefangen (diff) | |
download | Fading-0bff4f6017de929991cb8b8f3eb091d4df2cdb6f.tar.gz Fading-0bff4f6017de929991cb8b8f3eb091d4df2cdb6f.zip |
Block diagram for QAM modulator
Diffstat (limited to 'doc/thesis/Makefile')
-rw-r--r-- | doc/thesis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/thesis/Makefile b/doc/thesis/Makefile index 31ceec8..b9b6d9c 100644 --- a/doc/thesis/Makefile +++ b/doc/thesis/Makefile @@ -15,7 +15,8 @@ SOURCES := \ chapters/conclusions.tex \ \ figures/tikz/overview.tex \ - figures/tikz/qpks-constellation.tex + figures/tikz/qpks-constellation.tex \ + figures/tikz/qam-modulator.tex # Get the main file from the file MAIN := $(shell sed -ne 's/^.*\!TeX root =\(.*\)$$/\1/ p' $(SOURCES)) |