diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-07-30 17:53:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 17:53:28 +0200 |
commit | 8c11309af97b07e8a22221b7c2bbdaab48f11c95 (patch) | |
tree | 74d0d42be0e677c0c96dd286ed5e53bea0611f62 /buch/papers/reedsolomon/tikz/plotfft.tex | |
parent | add polyhedra/triangulations (diff) | |
parent | sourc from tikz changed to pdf (diff) | |
download | SeminarMatrizen-8c11309af97b07e8a22221b7c2bbdaab48f11c95.tar.gz SeminarMatrizen-8c11309af97b07e8a22221b7c2bbdaab48f11c95.zip |
Merge pull request #57 from JODBaer/Baer
rewrite some text, just first section
Diffstat (limited to 'buch/papers/reedsolomon/tikz/plotfft.tex')
-rw-r--r-- | buch/papers/reedsolomon/tikz/plotfft.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buch/papers/reedsolomon/tikz/plotfft.tex b/buch/papers/reedsolomon/tikz/plotfft.tex index 14af683..bb74dfb 100644 --- a/buch/papers/reedsolomon/tikz/plotfft.tex +++ b/buch/papers/reedsolomon/tikz/plotfft.tex @@ -69,9 +69,9 @@ %FFT & IFFT deskription \draw[thin,gray,dashed] (0,9) to (0,-9); - \node(IFFT) [scale=0.8] at (0,9.3) {IFFT}; + \node(IFFT) [scale=0.9] at (0,9.3) {IFFT}; \draw[stealth-](IFFT.south west)--(IFFT.south east); - \node(FFT) [scale=0.8, above of=IFFT] {FFT}; + \node(FFT) [scale=0.9, above of=IFFT] {FFT}; \draw[-stealth](FFT.north west)--(FFT.north east); \draw[thick, ->,] (codiert)++(-1,0) +(0.05,0.5) -- +(-0.1,-0.1) -- +(0.1,0.1) -- +(0,-0.5); |