From 12eade5d45bb4ef4e41a62a2f59fac89773cef94 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Thu, 16 Dec 2021 06:24:49 +0100 Subject: Constellation plots --- doc/thesis/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'doc/thesis/Makefile') diff --git a/doc/thesis/Makefile b/doc/thesis/Makefile index 79409dc..e23dcfd 100644 --- a/doc/thesis/Makefile +++ b/doc/thesis/Makefile @@ -23,9 +23,15 @@ SOURCES := \ figures/tikz/multipath-impulse-response.tex \ figures/tikz/multipath-frequency-response-plots.tex \ figures/tikz/tapped-delay-line.tex \ - figures/tikz/packet-frame.tex + figures/tikz/packet-frame.tex \ + figures/tikz/qpsk-sim-constellations-static.tex \ + figures/tikz/qpsk-sim-constellations-dynamic.tex + +DATA := \ + figures/data/multipath_frequency_response.dat \ + figures/data/qpsk_sim_constellations_static.dat \ + figures/data/qpsk_sim_constellations_dynamic.dat -DATA := figures/data/multipath_frequency_response.dat # Get the main file from the file MAIN := $(shell sed -ne 's/^.*\!TeX root =\(.*\)$$/\1/ p' $(SOURCES)) -- cgit v1.2.1