diff options
author | JODBaer <JODBaer@github.com> | 2021-04-21 22:53:49 +0200 |
---|---|---|
committer | JODBaer <JODBaer@github.com> | 2021-04-21 22:53:49 +0200 |
commit | 8473571bc77425cd198b4bba515a3f5fe10c8cd2 (patch) | |
tree | 057a7dac23e92f55036a5d74f78c2e557a50f692 /buch | |
parent | automatisch generierte Files (diff) | |
download | SeminarMatrizen-8473571bc77425cd198b4bba515a3f5fe10c8cd2.tar.gz SeminarMatrizen-8473571bc77425cd198b4bba515a3f5fe10c8cd2.zip |
Style verbessert
Diffstat (limited to 'buch')
-rw-r--r-- | buch/papers/reedsolomon/RS presentation/RS.tex | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/buch/papers/reedsolomon/RS presentation/RS.tex b/buch/papers/reedsolomon/RS presentation/RS.tex index 1a1cefd..65f8431 100644 --- a/buch/papers/reedsolomon/RS presentation/RS.tex +++ b/buch/papers/reedsolomon/RS presentation/RS.tex @@ -64,12 +64,16 @@ &&\\ k & t & k+2t Werte eines Polynoms vom Grad k-1 \\ \hline + &&\\ + &&\\ + &Ausserdem können bis zu 2t Fehler erkannt werden!\\ \end{tabular} \end{center} - Ausserdem können bis zu 2t Fehler erkannt werden! + + \end{frame} -\section{Fourier Transformation} +\section{Diskrete Fourier Transformation} \begin{frame} \frametitle{Idee} \begin{itemize} @@ -104,7 +108,7 @@ \end{figure} \end{frame} -\section{Diskrete Fourier Transformation} + \begin{frame} \frametitle{Diskrete Fourier Transformation} Die Diskrete Fourier Transformation ist so gegeben: @@ -134,10 +138,10 @@ = \begin{pmatrix} w^0 & w^0 & w^0 & \dots &w^0 \\ - w^0 & w^1 &w^2 & \dots &w^n \\ - w^0 & w^2 &w^4 & \dots &w^{2n} \\ + w^0 & w^1 &w^2 & \dots &w^N \\ + w^0 & w^2 &w^4 & \dots &w^{2N} \\ \vdots & \vdots &\vdots &\ddots &\vdots \\ - w^0 & w^{1n}&w^{2n}& \dots &w^{n} \\ + w^0 & w^{1(N-1)}&w^{2(N-1)}& \dots &w^{(N-1)(N-1)} \\ \end{pmatrix} \begin{pmatrix} \textcolor{blue}{f_0} \\ @@ -154,6 +158,7 @@ Wie wird der Fehler lokalisiert? \only<2>{ + \newline Indem in einem Endlichen Körper gerechnet wird. } \end{frame} |