aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/reedsolomon/tikz
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--buch/papers/reedsolomon/tikz/Makefile7
-rw-r--r--buch/papers/reedsolomon/tikz/codiert.txt (renamed from buch/papers/reedsolomon/experiments/codiert.txt)0
-rw-r--r--buch/papers/reedsolomon/tikz/decodiert.txt (renamed from buch/papers/reedsolomon/experiments/decodiert.txt)0
-rw-r--r--buch/papers/reedsolomon/tikz/empfangen.txt (renamed from buch/papers/reedsolomon/experiments/empfangen.txt)0
-rw-r--r--buch/papers/reedsolomon/tikz/fehler.txt (renamed from buch/papers/reedsolomon/experiments/fehler.txt)0
-rw-r--r--buch/papers/reedsolomon/tikz/fourier.pdfbin0 -> 59721 bytes
-rw-r--r--buch/papers/reedsolomon/tikz/fourier.tex139
-rw-r--r--buch/papers/reedsolomon/tikz/locator.txt (renamed from buch/papers/reedsolomon/experiments/locator.txt)0
-rw-r--r--buch/papers/reedsolomon/tikz/plotfft.tex104
-rw-r--r--buch/papers/reedsolomon/tikz/plotfftraw.tex81
-rw-r--r--buch/papers/reedsolomon/tikz/polynom2.tex60
-rw-r--r--buch/papers/reedsolomon/tikz/polynomraw.tex (renamed from buch/papers/reedsolomon/images/polynom2.tex)21
-rw-r--r--buch/papers/reedsolomon/tikz/signal.txt (renamed from buch/papers/reedsolomon/experiments/signal.txt)0
-rw-r--r--buch/papers/reedsolomon/tikz/syndrom.txt (renamed from buch/papers/reedsolomon/experiments/syndrom.txt)0
-rw-r--r--buch/papers/reedsolomon/tikz/tikz/codiert.txt (renamed from buch/papers/reedsolomon/images/codiert.txt)0
-rw-r--r--buch/papers/reedsolomon/tikz/tikz/decodiert.txt (renamed from buch/papers/reedsolomon/images/decodiert.txt)0
-rw-r--r--buch/papers/reedsolomon/tikz/tikz/empfangen.txt (renamed from buch/papers/reedsolomon/images/empfangen.txt)0
-rw-r--r--buch/papers/reedsolomon/tikz/tikz/fehler.txt (renamed from buch/papers/reedsolomon/images/fehler.txt)0
-rw-r--r--buch/papers/reedsolomon/tikz/tikz/locator.txt (renamed from buch/papers/reedsolomon/images/locator.txt)0
-rw-r--r--buch/papers/reedsolomon/tikz/tikz/signal.txt (renamed from buch/papers/reedsolomon/images/signal.txt)0
-rw-r--r--buch/papers/reedsolomon/tikz/tikz/syndrom.txt (renamed from buch/papers/reedsolomon/images/syndrom.txt)0
21 files changed, 402 insertions, 10 deletions
diff --git a/buch/papers/reedsolomon/tikz/Makefile b/buch/papers/reedsolomon/tikz/Makefile
new file mode 100644
index 0000000..1753f37
--- /dev/null
+++ b/buch/papers/reedsolomon/tikz/Makefile
@@ -0,0 +1,7 @@
+#
+# Makefile
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+fourier.pdf: fourier.tex
+ pdflatex fourier.tex
diff --git a/buch/papers/reedsolomon/experiments/codiert.txt b/buch/papers/reedsolomon/tikz/codiert.txt
index 4a481d8..4a481d8 100644
--- a/buch/papers/reedsolomon/experiments/codiert.txt
+++ b/buch/papers/reedsolomon/tikz/codiert.txt
diff --git a/buch/papers/reedsolomon/experiments/decodiert.txt b/buch/papers/reedsolomon/tikz/decodiert.txt
index f6221e6..f6221e6 100644
--- a/buch/papers/reedsolomon/experiments/decodiert.txt
+++ b/buch/papers/reedsolomon/tikz/decodiert.txt
diff --git a/buch/papers/reedsolomon/experiments/empfangen.txt b/buch/papers/reedsolomon/tikz/empfangen.txt
index 38c13b0..38c13b0 100644
--- a/buch/papers/reedsolomon/experiments/empfangen.txt
+++ b/buch/papers/reedsolomon/tikz/empfangen.txt
diff --git a/buch/papers/reedsolomon/experiments/fehler.txt b/buch/papers/reedsolomon/tikz/fehler.txt
index 23f1a83..23f1a83 100644
--- a/buch/papers/reedsolomon/experiments/fehler.txt
+++ b/buch/papers/reedsolomon/tikz/fehler.txt
diff --git a/buch/papers/reedsolomon/tikz/fourier.pdf b/buch/papers/reedsolomon/tikz/fourier.pdf
new file mode 100644
index 0000000..7e0198b
--- /dev/null
+++ b/buch/papers/reedsolomon/tikz/fourier.pdf
Binary files differ
diff --git a/buch/papers/reedsolomon/tikz/fourier.tex b/buch/papers/reedsolomon/tikz/fourier.tex
new file mode 100644
index 0000000..7b4ccea
--- /dev/null
+++ b/buch/papers/reedsolomon/tikz/fourier.tex
@@ -0,0 +1,139 @@
+%
+% Plot der Übertrangungsabfolge ins FFT und zurück mit IFFT
+%
+\documentclass[tikz]{standalone}
+\usepackage{amsmath}
+\usepackage{times}
+\usepackage{pgfplots}
+\usepackage{pgfplotstable}
+\usepackage{csvsimple}
+\usepackage{filecontents}
+
+\def\plotwidth{7.5cm}
+\def\plotheight{5.5cm}
+\def\xverschiebung{4.5cm}
+\def\yverschiebung{-7cm}
+\def\yyverschiebung{-14cm}
+
+\def\marke#1{
+ \coordinate (M) at (-0.8,4.6);
+ \fill[color=lightgray] (M) circle[radius=0.3];
+ \draw (M) circle[radius=0.3];
+ \node at (M) {#1};
+}
+
+\definecolor{darkgreen}{rgb}{0,0.6,0}
+
+\begin{document}
+\begin{tikzpicture}[>=latex,thick]
+
+\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.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};
+
+\begin{scope}[xshift=-\xverschiebung,yshift=0cm]
+ \begin{axis}
+ [title = {\large Signal\strut},
+ xtick={0,32,64,96},
+ axis background/.style={fill=white},
+ width=\plotwidth,height=\plotheight]
+ \addplot[blue,line width=1pt] table[col sep=comma]
+ {tikz/signal.txt};
+ \end{axis}
+ \marke{1}
+\end{scope}
+
+\begin{scope}[xshift=\xverschiebung,yshift=0cm]
+ \begin{axis}[title = {\large Codiert\strut},
+ xtick={0,32,64,96},
+ axis background/.style={fill=white},
+ width=\plotwidth,height=\plotheight]
+ \addplot[color=black!60!green,line width=1pt]
+ table[col sep=comma]
+ {tikz/codiert.txt};
+ \end{axis}
+ \marke{2}
+ \draw[->,line width=1pt] (3,-0.4) -- node[right] {Übertragung} (3,-2.2);
+\end{scope}
+
+\definecolor{pink}{rgb}{0.6,0.2,1}
+
+\begin{scope}[xshift=-\xverschiebung,yshift=\yverschiebung]
+ %\fill[color=pink!20] (4.65,0.35) ellipse (1.1cm and 0.5cm);
+ \begin{axis}[title = {\large Decodiert\strut},
+ xtick={0,32,64,96},
+ axis background/.style={fill=white},
+ width=\plotwidth,height=\plotheight]
+ \addplot[blue,line width=1pt]
+ table[col sep=comma] {tikz/decodiert.txt};
+ \end{axis}
+ \marke{4}
+ \draw[color=pink] (4.65,0.35) ellipse (1.1cm and 0.5cm);
+ \draw[->,color=pink,line width=1pt]
+ (4.65,-0.15) to[out=-90,in=90] (3,-2.2);
+\end{scope}
+
+\begin{scope}[xshift=\xverschiebung,yshift=\yverschiebung]
+ \begin{axis}[title = {\large Empfangen {\color{red} mit Fehlern}\strut},
+ xtick={0,96},
+ axis background/.style={fill=white},
+ axis y line*=left,
+ width=\plotwidth,height=\plotheight]
+ \addplot[color=black!60!green,line width=1pt]
+ table[col sep=comma]
+ {tikz/empfangen.txt};
+ \end{axis}
+ \begin{axis}[xtick={6,20,74}, axis y line*=right,
+ width=\plotwidth,height=\plotheight]
+ \addplot[red,line width=1pt]
+ table[col sep=comma] {tikz/fehler.txt};
+ \end{axis}
+ \marke{3}
+\end{scope}
+
+\begin{scope}[xshift=-\xverschiebung,yshift=\yyverschiebung]
+ \begin{axis}[title = {\large \color{pink}Syndrom\strut},
+ xtick={0,32,64,96},
+ axis background/.style={fill=white},
+ width=\plotwidth,height=\plotheight]
+ \addplot[pink,line width=1pt]
+ table[col sep=comma] {tikz/syndrom.txt};
+ \end{axis}
+ \marke{5}
+\end{scope}
+
+\begin{scope}[xshift=\xverschiebung,yshift=\yyverschiebung]
+ % Beschriftung Rechts
+ \begin{axis}[axis x line= none, axis y line*=right, ytick={0.3},
+ xtick={0,32,64,96},
+ axis background/.style={fill=white},
+ width=\plotwidth,height=\plotheight]
+ \addplot[color=black!60,line width=1pt] {0.3};
+ \end{axis}
+ \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]
+ table[col sep=comma] {tikz/locator.txt};
+ \end{axis}
+ \marke{6}
+\end{scope}
+
+% Fourier-Transformations-Pfeile
+
+\draw[->,line width=1pt] (1.8,2) -- node[above] {DFT\strut} (3.8,2);
+
+\begin{scope}[yshift=\yverschiebung]
+\draw[<-,line width=1pt] (1.8,2) -- node[above] {DFT$\mathstrut^{-1}$} (3.8,2);
+\end{scope}
+
+\begin{scope}[yshift=\yyverschiebung]
+\draw[->,line width=1pt] (1.8,2) -- node[above] {DFT\strut} (3.8,2);
+\end{scope}
+
+\end{tikzpicture}
+\end{document}
diff --git a/buch/papers/reedsolomon/experiments/locator.txt b/buch/papers/reedsolomon/tikz/locator.txt
index b28988c..b28988c 100644
--- a/buch/papers/reedsolomon/experiments/locator.txt
+++ b/buch/papers/reedsolomon/tikz/locator.txt
diff --git a/buch/papers/reedsolomon/tikz/plotfft.tex b/buch/papers/reedsolomon/tikz/plotfft.tex
new file mode 100644
index 0000000..77c4dc3
--- /dev/null
+++ b/buch/papers/reedsolomon/tikz/plotfft.tex
@@ -0,0 +1,104 @@
+%
+% Plot der Übertrangungsabfolge ins FFT und zurück mit IFFT
+%
+\documentclass[tikz]{standalone}
+\usepackage{amsmath}
+\usepackage{times}
+\usepackage{pgfplots}
+\usepackage{pgfplotstable}
+\usepackage{csvsimple}
+\usepackage{filecontents}
+
+
+
+\begin{document}
+\begin{tikzpicture}[]
+
+ %---------------------------------------------------------------
+ %Knote
+ \matrix(m) [draw = none, column sep=25mm, row sep=2mm]{
+
+ \node(signal) [] {
+ \begin{tikzpicture}
+ \begin{axis}
+ [title = {\Large {Signal}},
+ xtick={0,20,40,64,80,98}]
+ \addplot[blue] table[col sep=comma] {tikz/signal.txt};
+ \end{axis}
+ \end{tikzpicture}}; &
+
+ \node(codiert) [] {
+ \begin{tikzpicture}[]
+ % Beschriftung Rechts
+ \begin{axis}[axis x line= none, axis y line*=right,ytick={0}]
+ \addplot[color=white] {0};
+ \end{axis}
+
+ \begin{axis}[ title = {\Large {Codiert}}, axis y line*=left]
+ \addplot[color=black!60!green] table[col sep=comma] {tikz/codiert.txt};
+ \end{axis}
+ \end{tikzpicture}}; \\
+
+ \node(decodiert) [] {
+ \begin{tikzpicture}
+ \begin{axis}[title = {\Large {Decodiert}}]
+ \addplot[blue] table[col sep=comma] {tikz/decodiert.txt};
+ \end{axis}
+ \end{tikzpicture}}; &
+
+ \node(empfangen) [] {
+ \begin{tikzpicture}
+ \begin{axis}[title = {\Large {Empfangen \space + \space Fehler}},
+ xtick={0,40,60,100}, axis y line*=left]
+ \addplot[color=black!60!green] table[col sep=comma] {tikz/empfangen.txt};
+ \end{axis}
+ \begin{axis}[xtick={7,21,75}, axis y line*=right]
+ \addplot[red] table[col sep=comma] {tikz/fehler.txt};
+ \end{axis}
+ \end{tikzpicture}};\\
+
+ \node(syndrom) [] {
+ \begin{tikzpicture}
+ \begin{axis}[title = {\Large {Syndrom}}]
+ \addplot[black] table[col sep=comma] {tikz/syndrom.txt};
+ \end{axis}
+ \end{tikzpicture}}; &
+
+ \node(locator) [] {
+ \begin{tikzpicture}
+ % Beschriftung Rechts
+ \begin{axis}[axis x line= none, axis y line*=right, ytick={0.3}];
+ \addplot[color=black!60] {0.3};
+ \end{axis}
+
+ \begin{axis}[title = {\Large {Locator}},axis y line*=left]
+ \addplot[gray] table[col sep=comma] {tikz/locator.txt};
+ \end{axis}
+ \end{tikzpicture}};\\
+ };
+ %-------------------------------------------------------------
+ %FFT & IFFT deskription
+
+ \draw[thin,gray,dashed] (0,9) to (0,-9);
+ \node(IFFT) [scale=0.9] at (0,9.3) {IFFT};
+ \draw[stealth-](IFFT.south west)--(IFFT.south east);
+ \node(FFT) [scale=0.9, above of=IFFT] {FFT};
+ \draw[-stealth](FFT.north west)--(FFT.north east);
+
+ %Arrows
+ \draw[thick, ->] (signal.east) to (codiert.west);
+ \draw[thick, ->] (codiert.south) to (empfangen.north);
+ \draw[thick, ->] (empfangen.west) to (decodiert.east);
+ \draw[thick, ->] (syndrom.east) to (locator.west);
+ \draw[thick](decodiert.south east)++(-1.8,1) ellipse (1.3cm and 0.8cm) ++(-1.3,0) coordinate(zoom) ;
+ \draw[thick, ->] (zoom) to[out=180, in=90] (syndrom.north);
+
+ %item
+ \node[circle, draw, fill =lightgray] at (signal.north west) {1};
+ \node[circle, draw, fill =lightgray] at (codiert.north west) {2};
+ \node[circle, draw, fill =lightgray] at (empfangen.north west) {3};
+ \node[circle, draw, fill =lightgray] at (decodiert.north west) {4};
+ \node[circle, draw, fill =lightgray] at (syndrom.north west) {5};
+ \node[circle, draw, fill =lightgray] at (locator.north west) {6};
+\end{tikzpicture}
+\end{document} \ No newline at end of file
diff --git a/buch/papers/reedsolomon/tikz/plotfftraw.tex b/buch/papers/reedsolomon/tikz/plotfftraw.tex
new file mode 100644
index 0000000..db35734
--- /dev/null
+++ b/buch/papers/reedsolomon/tikz/plotfftraw.tex
@@ -0,0 +1,81 @@
+
+\begin{tikzpicture}[]
+
+ %---------------------------------------------------------------
+ %Knote
+ \matrix(m) [draw = none, column sep=25mm, row sep=2mm]{
+
+ \node(signal) [] {
+ \begin{tikzpicture}
+ \begin{axis}
+ [title = {\Large {Signal}},
+ xtick={0,20,40,64,80,98}]
+ \addplot[blue] table[col sep=comma] {tikz/signal.txt};
+ \end{axis}
+ \end{tikzpicture}}; &
+
+ \node(codiert) [] {
+ \begin{tikzpicture}[]
+ \begin{axis}[ title = {\Large {Codiert \space + \space Fehler}},
+ xtick={0,40,60,100}, axis y line*=left]
+ \addplot[green] table[col sep=comma] {tikz/codiert.txt};
+ \end{axis}
+ \begin{axis}[xtick={7,21,75}, axis y line*=right]
+ \addplot[red] table[col sep=comma] {tikz/fehler.txt};
+ \end{axis}
+ \end{tikzpicture}}; \\
+
+ \node(decodiert) [] {
+ \begin{tikzpicture}
+ \begin{axis}[title = {\Large {Decodiert}}]
+ \addplot[blue] table[col sep=comma] {tikz/decodiert.txt};
+ \end{axis}
+ \end{tikzpicture}}; &
+
+ \node(empfangen) [] {
+ \begin{tikzpicture}
+ \begin{axis}[title = {\Large {Empfangen}}]
+ \addplot[green] table[col sep=comma] {tikz/empfangen.txt};
+ \end{axis}
+ \end{tikzpicture}};\\
+
+ \node(syndrom) [] {
+ \begin{tikzpicture}
+ \begin{axis}[title = {\Large {Syndrom}}]
+ \addplot[black] table[col sep=comma] {tikz/syndrom.txt};
+ \end{axis}
+ \end{tikzpicture}}; &
+
+ \node(locator) [] {
+ \begin{tikzpicture}
+ \begin{axis}[title = {\Large {Locator}}]
+ \addplot[gray] table[col sep=comma] {tikz/locator.txt};
+ \end{axis}
+ \end{tikzpicture}};\\
+ };
+ %-------------------------------------------------------------
+ %FFT & IFFT deskription
+
+ \draw[thin,gray,dashed] (0,9) to (0,-9);
+ \node(IFFT) [scale=0.9] at (0,9.3) {IFFT};
+ \draw[stealth-](IFFT.south west)--(IFFT.south east);
+ \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);
+ %Arrows
+ \draw[thick, ->] (signal.east) to (codiert.west);
+ \draw[thick, ->] (codiert.south) to (empfangen.north);
+ \draw[thick, ->] (empfangen.west) to (decodiert.east);
+ \draw[thick, ->] (syndrom.east) to (locator.west);
+ \draw[thick](decodiert.south east)++(-1.8,1) ellipse (1.3cm and 0.8cm) ++(-1.3,0) coordinate(zoom) ;
+ \draw[thick, ->] (zoom) to[out=180, in=90] (syndrom.north);
+
+ %item
+ \node[circle, draw, fill =lightgray] at (signal.north west) {1};
+ \node[circle, draw, fill =lightgray] at (codiert.north west) {2+3};
+ \node[circle, draw, fill =lightgray] at (empfangen.north west) {4};
+ \node[circle, draw, fill =lightgray] at (decodiert.north west) {5};
+ \node[circle, draw, fill =lightgray] at (syndrom.north west) {6};
+ \node[circle, draw, fill =lightgray] at (locator.north west) {7};
+\end{tikzpicture} \ No newline at end of file
diff --git a/buch/papers/reedsolomon/tikz/polynom2.tex b/buch/papers/reedsolomon/tikz/polynom2.tex
new file mode 100644
index 0000000..80557fb
--- /dev/null
+++ b/buch/papers/reedsolomon/tikz/polynom2.tex
@@ -0,0 +1,60 @@
+% polynome
+%-------------------
+
+\documentclass[tikz]{standalone}
+\usepackage{amsmath}
+\usepackage{times}
+\usepackage{pgfplots}
+
+
+\begin{document}
+% Teiler für das Skalieren der Grafik /40
+\newcommand{\teiler}{40}
+
+
+%//////////////////////////////////////
+
+\begin{tikzpicture}[>=latex,thick,]
+ \draw[color=blue, line width=1.4pt]
+ plot[domain=0:8, samples=100]
+ ({\x},{(2*\x^2+1*\x+5)/\teiler});
+
+ \draw[->] (-0.2,0) -- (8,0) coordinate[label={$x$}];
+ \draw[->] (0,-0.2) -- (0,150/\teiler) coordinate[label={right:$p(x)$}];
+
+ \def\punkt#1{
+ \fill[color=green] #1 circle[radius=0.08];
+ \draw #1 circle[radius=0.07];
+ }
+
+ \def\hellpunkt#1{
+ \fill[color=lightgray] #1 circle[radius=0.08];
+ \draw[gray] #1 circle[ radius=0.07];
+ }
+
+ \draw[color=gray,line width=1pt,dashed]
+ plot[domain=0.5:7, samples=100]
+ ({\x},{(7.832*\x^2-51.5*\x+121.668)/\teiler});
+
+
+ \punkt{(1,8/\teiler)}
+ \hellpunkt{(2,15/\teiler)}
+ \hellpunkt{(3,26/\teiler)}
+ \punkt{(4,41/\teiler)}
+ \punkt{(5,60/\teiler)}
+ \punkt{(6,83/\teiler)}
+ \punkt{(7,110/\teiler)}
+
+
+
+ \def\erpunkt#1{
+ \fill[color=red] #1 circle[radius=0.08];
+ \draw #1 circle[radius=0.07];
+ }
+ \erpunkt{(2,50/\teiler)}
+ \erpunkt{(3,37.66/\teiler)}
+
+ \draw(0,100/\teiler) -- (-0.1,100/\teiler) coordinate[label={left:$100$}];
+ \draw(1,0) -- (1,-0.1) coordinate[label={below:$1$}];
+\end{tikzpicture}
+\end{document}
diff --git a/buch/papers/reedsolomon/images/polynom2.tex b/buch/papers/reedsolomon/tikz/polynomraw.tex
index 288b51c..02968fd 100644
--- a/buch/papers/reedsolomon/images/polynom2.tex
+++ b/buch/papers/reedsolomon/tikz/polynomraw.tex
@@ -1,12 +1,11 @@
-% polynome
-%-------------------
-% Teiler für das Skalieren der Grafik /40
+% polynomraw
+
\newcommand{\teiler}{40}
%//////////////////////////////////////
-\begin{tikzpicture}[>=latex,thick]
+\begin{tikzpicture}[>=latex,thick,]
\draw[color=blue, line width=1.4pt]
plot[domain=0:8, samples=100]
({\x},{(2*\x^2+1*\x+5)/\teiler});
@@ -21,9 +20,14 @@
\def\hellpunkt#1{
\fill[color=lightgray] #1 circle[radius=0.08];
- \draw #1 circle[radius=0.07];
+ \draw[gray] #1 circle[ radius=0.07];
}
+ \draw[color=gray,line width=1pt,dashed]
+ plot[domain=0.5:7, samples=100]
+ ({\x},{(7.832*\x^2-51.5*\x+121.668)/\teiler});
+
+
\punkt{(1,8/\teiler)}
\hellpunkt{(2,15/\teiler)}
\hellpunkt{(3,26/\teiler)}
@@ -32,9 +36,7 @@
\punkt{(6,83/\teiler)}
\punkt{(7,110/\teiler)}
- \draw[color=gray,line width=1pt,dashed]
- plot[domain=0.5:7, samples=100]
- ({\x},{(7.832*\x^2-51.5*\x+121.668)/\teiler});
+
\def\erpunkt#1{
\fill[color=red] #1 circle[radius=0.08];
@@ -45,5 +47,4 @@
\draw(0,100/\teiler) -- (-0.1,100/\teiler) coordinate[label={left:$100$}];
\draw(1,0) -- (1,-0.1) coordinate[label={below:$1$}];
-\end{tikzpicture}
-%\end{document}
+\end{tikzpicture} \ No newline at end of file
diff --git a/buch/papers/reedsolomon/experiments/signal.txt b/buch/papers/reedsolomon/tikz/signal.txt
index c4fa5f8..c4fa5f8 100644
--- a/buch/papers/reedsolomon/experiments/signal.txt
+++ b/buch/papers/reedsolomon/tikz/signal.txt
diff --git a/buch/papers/reedsolomon/experiments/syndrom.txt b/buch/papers/reedsolomon/tikz/syndrom.txt
index 8ca9eed..8ca9eed 100644
--- a/buch/papers/reedsolomon/experiments/syndrom.txt
+++ b/buch/papers/reedsolomon/tikz/syndrom.txt
diff --git a/buch/papers/reedsolomon/images/codiert.txt b/buch/papers/reedsolomon/tikz/tikz/codiert.txt
index 4a481d8..4a481d8 100644
--- a/buch/papers/reedsolomon/images/codiert.txt
+++ b/buch/papers/reedsolomon/tikz/tikz/codiert.txt
diff --git a/buch/papers/reedsolomon/images/decodiert.txt b/buch/papers/reedsolomon/tikz/tikz/decodiert.txt
index f6221e6..f6221e6 100644
--- a/buch/papers/reedsolomon/images/decodiert.txt
+++ b/buch/papers/reedsolomon/tikz/tikz/decodiert.txt
diff --git a/buch/papers/reedsolomon/images/empfangen.txt b/buch/papers/reedsolomon/tikz/tikz/empfangen.txt
index 38c13b0..38c13b0 100644
--- a/buch/papers/reedsolomon/images/empfangen.txt
+++ b/buch/papers/reedsolomon/tikz/tikz/empfangen.txt
diff --git a/buch/papers/reedsolomon/images/fehler.txt b/buch/papers/reedsolomon/tikz/tikz/fehler.txt
index 23f1a83..23f1a83 100644
--- a/buch/papers/reedsolomon/images/fehler.txt
+++ b/buch/papers/reedsolomon/tikz/tikz/fehler.txt
diff --git a/buch/papers/reedsolomon/images/locator.txt b/buch/papers/reedsolomon/tikz/tikz/locator.txt
index b28988c..b28988c 100644
--- a/buch/papers/reedsolomon/images/locator.txt
+++ b/buch/papers/reedsolomon/tikz/tikz/locator.txt
diff --git a/buch/papers/reedsolomon/images/signal.txt b/buch/papers/reedsolomon/tikz/tikz/signal.txt
index c4fa5f8..c4fa5f8 100644
--- a/buch/papers/reedsolomon/images/signal.txt
+++ b/buch/papers/reedsolomon/tikz/tikz/signal.txt
diff --git a/buch/papers/reedsolomon/images/syndrom.txt b/buch/papers/reedsolomon/tikz/tikz/syndrom.txt
index 8ca9eed..8ca9eed 100644
--- a/buch/papers/reedsolomon/images/syndrom.txt
+++ b/buch/papers/reedsolomon/tikz/tikz/syndrom.txt