diff options
author | Nao Pross <np@0hm.ch> | 2021-11-22 00:08:21 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-11-22 00:08:21 +0100 |
commit | 662839d8ab41fea46aeb10b0822162f50ce56d2e (patch) | |
tree | 3872966323d66ea483b3335bbc950fb353d420f7 /doc/thesis/Makefile | |
parent | Doc on frames (diff) | |
download | Fading-662839d8ab41fea46aeb10b0822162f50ce56d2e.tar.gz Fading-662839d8ab41fea46aeb10b0822162f50ce56d2e.zip |
Draw packet
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 be2b4bb..79409dc 100644 --- a/doc/thesis/Makefile +++ b/doc/thesis/Makefile @@ -22,7 +22,8 @@ SOURCES := \ figures/tikz/multipath-sketch.tex \ figures/tikz/multipath-impulse-response.tex \ figures/tikz/multipath-frequency-response-plots.tex \ - figures/tikz/tapped-delay-line.tex + figures/tikz/tapped-delay-line.tex \ + figures/tikz/packet-frame.tex DATA := figures/data/multipath_frequency_response.dat |