diff options
author | Nao Pross <np@0hm.ch> | 2021-11-14 19:14:22 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-11-14 19:14:22 +0100 |
commit | d5726abcecefa765bd3ccef9a56acc20a8e5daef (patch) | |
tree | d41ea6bf8ca4d0edc70d30d23d3d3a462d63fcd7 /doc/thesis/figures/tikz/multipath-frequency-response-plots.tex | |
parent | Start writing discrete time model of fading channels (diff) | |
download | Fading-d5726abcecefa765bd3ccef9a56acc20a8e5daef.tar.gz Fading-d5726abcecefa765bd3ccef9a56acc20a8e5daef.zip |
Continue discrete model
Diffstat (limited to 'doc/thesis/figures/tikz/multipath-frequency-response-plots.tex')
-rw-r--r-- | doc/thesis/figures/tikz/multipath-frequency-response-plots.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/thesis/figures/tikz/multipath-frequency-response-plots.tex b/doc/thesis/figures/tikz/multipath-frequency-response-plots.tex index 094e33a..65cd2ca 100644 --- a/doc/thesis/figures/tikz/multipath-frequency-response-plots.tex +++ b/doc/thesis/figures/tikz/multipath-frequency-response-plots.tex @@ -12,11 +12,11 @@ \addplot[solid, magenta] table[x index = 0, y index = 2] {figures/data/multipath_frequency_response.dat}; - \addlegendentry{Multipath} + % \addlegendentry{Multipath} - \addplot[dashed, thick, black] table[x index = 0, y index = 1] - {figures/data/multipath_frequency_response.dat}; - \addlegendentry{Linear} + % \addplot[dashed, thick, black] table[x index = 0, y index = 1] + % {figures/data/multipath_frequency_response.dat}; + % \addlegendentry{Linear} \end{loglogaxis} \end{tikzpicture} @@ -56,7 +56,7 @@ \addplot[decorated, magenta] table[x index = 7, y index = 8] {figures/data/multipath_frequency_response.dat} node[pos = 0, circle, fill = white, draw, inner sep = 1pt] {} - node[pos = 0, below, font = \tiny] {2 MHz} + node[pos = 0, below right, font = \tiny] {2 MHz} node[pos = .2, outer sep = 1pt, inner sep = 0pt] (C) {} node[pos = 1, circle, fill = white, draw, inner sep = 1pt] {} node[pos = 1, above left, font = \tiny] {2.5 MHz}; |