diff options
author | Nao Pross <np@0hm.ch> | 2021-10-31 00:20:51 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-10-31 00:29:54 +0200 |
commit | adc00a39baff866a3b68b52ffc55a4aae71e61c4 (patch) | |
tree | e4898c12f2199cba12507f7ed6a611c0f1093ddf /doc/thesis/Makefile | |
parent | Doku Implementation Teil angefangen. (diff) | |
download | Fading-adc00a39baff866a3b68b52ffc55a4aae71e61c4.tar.gz Fading-adc00a39baff866a3b68b52ffc55a4aae71e61c4.zip |
Fix math error in QAM, improve QAM modulator diagram, rename (wrong) QPSK to PSK
Diffstat (limited to 'doc/thesis/Makefile')
-rw-r--r-- | doc/thesis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/thesis/Makefile b/doc/thesis/Makefile index 7095689..55b7a0d 100644 --- a/doc/thesis/Makefile +++ b/doc/thesis/Makefile @@ -15,7 +15,7 @@ SOURCES := \ chapters/conclusions.tex \ \ figures/tikz/overview.tex \ - figures/tikz/qpsk-constellation.tex \ + figures/tikz/psk-constellation.tex \ figures/tikz/qam-modulator.tex \ figures/tikz/qam-constellation.tex |