diff options
author | Nao Pross <np@0hm.ch> | 2021-12-19 02:51:04 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-12-19 02:51:04 +0100 |
commit | cbf0d8ce166a78e6d05da7253b6272db6f8861eb (patch) | |
tree | 1e6d6a7fed6190550de087197986c3a36cda4626 /doc/thesis/Makefile | |
parent | Add constellation plots for dynamic model (diff) | |
download | Fading-cbf0d8ce166a78e6d05da7253b6272db6f8861eb.tar.gz Fading-cbf0d8ce166a78e6d05da7253b6272db6f8861eb.zip |
Add samples for QPSK with hardware
Diffstat (limited to 'doc/thesis/Makefile')
-rw-r--r-- | doc/thesis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/thesis/Makefile b/doc/thesis/Makefile index 6d2d4ba..f705a6b 100644 --- a/doc/thesis/Makefile +++ b/doc/thesis/Makefile @@ -29,11 +29,12 @@ SOURCES := \ figures/tikz/qpsk-simulations-static.tex \ figures/tikz/qpsk-simulations-dynamic.tex - DATA := \ figures/data/multipath_frequency_response.dat \ figures/data/rice_pdf.dat \ \ + figures/data/qpsk_hw_lab.dat \ + \ figures/data/qpsk_sim_nochannel.dat \ \ figures/data/qpsk_sim_static_firblock_los_halfsymb.dat \ @@ -47,7 +48,6 @@ DATA := \ figures/data/qpsk_sim_dynamic_grblock_nlos_etsi_doppler70.dat - # Get the main file from the file MAIN := $(shell sed -ne 's/^.*\!TeX root =\(.*\)$$/\1/ p' $(SOURCES)) PDF := $(patsubst %.tex, %.pdf, $(MAIN)) |