diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-08 20:17:16 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-08-08 20:17:16 +0200 |
commit | 8f68f18b9745cec1257e1e1fef9a2c9076839ddd (patch) | |
tree | 6ef0ed01019e299810e4f91fba27feb49839c138 /buch/papers/reedsolomon | |
parent | Merge pull request #78 from michael-OST/master (diff) | |
download | SeminarMatrizen-8f68f18b9745cec1257e1e1fef9a2c9076839ddd.tar.gz SeminarMatrizen-8f68f18b9745cec1257e1e1fef9a2c9076839ddd.zip |
trennlinie zwischen Zeit/Frequenzbereich
Diffstat (limited to 'buch/papers/reedsolomon')
-rw-r--r-- | buch/papers/reedsolomon/tikz/fourier.pdf | bin | 59572 -> 59767 bytes | |||
-rw-r--r-- | buch/papers/reedsolomon/tikz/fourier.tex | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/buch/papers/reedsolomon/tikz/fourier.pdf b/buch/papers/reedsolomon/tikz/fourier.pdf Binary files differindex 6491f08..25e8d6d 100644 --- a/buch/papers/reedsolomon/tikz/fourier.pdf +++ b/buch/papers/reedsolomon/tikz/fourier.pdf diff --git a/buch/papers/reedsolomon/tikz/fourier.tex b/buch/papers/reedsolomon/tikz/fourier.tex index bbe0508..d151b2b 100644 --- a/buch/papers/reedsolomon/tikz/fourier.tex +++ b/buch/papers/reedsolomon/tikz/fourier.tex @@ -30,7 +30,7 @@ \fill[color=blue!10] (-5.7,-14.5) rectangle (2.6,5.0); \fill[color=darkgreen!10] (2.6,-14.5) rectangle (11.1,5.0); -\draw[dashed,line width=2pt,color=lightgray] (2.6,4.4) -- (2.6,-14.3); +\draw[dashed,line width=2pt,color=lightgray] (2.6,4.9) -- (2.6,-14.4); \coordinate (B) at (2.6,-1.3); \node[color=gray] at (B) [rotate=90,above] {Zeitbereich\strut}; \node[color=gray] at (B) [rotate=90,below] {Frequenzbereich\strut}; @@ -84,7 +84,7 @@ \end{scope} \begin{scope}[xshift=\xverschiebung,yshift=\yverschiebung] - \begin{axis}[title = {\large Empfangen {\color{red} mit Fehler}\strut}, + \begin{axis}[title = {\large Empfangen {\color{red} mit Fehlern}\strut}, xtick={0,96}, axis background/.style={fill=white}, axis y line*=left, @@ -120,7 +120,7 @@ width=\plotwidth,height=\plotheight] \addplot[color=black!60,line width=1pt] {0.3}; \end{axis} - \begin{axis}[title = {\large Locator\strut},axis y line*=left, + \begin{axis}[title = {\large Lokator\strut},axis y line*=left, xtick={0,6,20,74,96}, width=\plotwidth,height=\plotheight] \addplot[gray,line width=1pt] |