aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/reedsolomon/RS presentation/RS.tex
blob: 1a1cefd024e8a487c0939a397d16b066e8496ea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
\documentclass[11pt,aspectratio=169]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[ngerman]{babel}
\usepackage{tikz}
\usetheme{Hannover}

\begin{document}
	\author{Joshua Bär und Michael Steiner}
	\title{Reed-Solomon-Code}
	\subtitle{}
	\logo{}
	\institute{OST Ostschweizer Fachhochschule}
	\date{26.04.2021}
	\subject{Mathematisches Seminar}
	\setbeamercovered{transparent}
	\setbeamertemplate{navigation symbols}{}
	\begin{frame}[plain]
		\maketitle
	\end{frame}
	\section{Einführung}
	\begin{frame}
		\frametitle{Einführung}
		\begin{itemize}
		\item Reed-Solomon-Code beschäftigt sich mit der Übertragung von Daten
		und deren Fehler Erkennung.
		\end{itemize}
	\end{frame}
\section{Polynom Ansatz}
	\begin{frame}
	Beispiel 2, 1, 5 Versenden und auf 2 Fehler absichern.
	\end{frame}
	\begin{frame}
		Übertragen von 
		${f}_2=$\textcolor{blue}{2}, ${f}_1$\textcolor{blue}{1}, ${f}_0$\textcolor{blue}{5} 
		als $ p(w) = \textcolor{blue}{2}w^2 + \textcolor{blue}{1}w + \textcolor{blue}{5} $.
		
		\only<1>{
			Versende $ (p(1),p(2),...,p(7)) = (\textcolor{green}{8}, 
			\textcolor{green}{15}, \textcolor{green}{26},
			\textcolor{green}{ 41}, \textcolor{green}{60}, 
			\textcolor{green}{83}, \textcolor{green}{110})$	
			\includegraphics[scale = 1.2]{images/polynom1.pdf}}
		\only<2>{
			Versende $ (p(1),p(2),...,p(7)) = (\textcolor{green}{8}, 
			\textcolor{red}{50}, \textcolor{red}{37},
			\textcolor{green}{ 41}, \textcolor{green}{60}, 
			\textcolor{green}{83}, \textcolor{green}{110})$
			\includegraphics[scale = 1.2]{images/polynom2.pdf}
			\textcolor{green}{7} Zahlen versenden, um \textcolor{blue}{3} Zahlen gegen \textcolor{red}{2} Fehlern abzusichern.}
	\end{frame}

	\begin{frame}
	\frametitle{Parameter}
	\begin{center}
		\begin{tabular}{ c c c } 
			\hline
			"Nutzlast" & Fehler & Versenden \\
			\hline 
			3 & 2 & 7 Werte eines Polynoms vom Grad 2 \\ 
			4 & 2 & 8 Werte eines Polynoms vom Grad 3 \\ 
			3 & 2 & 7 Werte eines Polynoms vom Grad 2 \\ 
			&&\\
			k & t & k+2t Werte eines Polynoms vom Grad k-1 \\ 
			\hline
		\end{tabular}
	\end{center}

	Ausserdem können bis zu 2t Fehler erkannt werden!
	\end{frame}
\section{Fourier Transformation}
	\begin{frame}
		\frametitle{Idee}
		\begin{itemize}
			\item Idee mit Fourier Transformieren und dann senden.
			\item Danach Empfangen und Rücktransformieren.
		\end{itemize}
	\end{frame}

	\begin{frame}
		\begin{figure}
			\only<1>{
			\includegraphics[width=0.9\linewidth]{images/fig1.pdf}
			}
			\only<2>{
			\includegraphics[width=0.9\linewidth]{images/fig2.pdf}
			}
			\only<3>{
			\includegraphics[width=0.9\linewidth]{images/fig3.pdf}
			}
			\only<4>{
			\includegraphics[width=0.9\linewidth]{images/fig4.pdf}
			}
			\only<5>{
			\includegraphics[width=0.9\linewidth]{images/fig5.pdf}
			}
			\only<6>{
			\includegraphics[width=0.9\linewidth]{images/fig6.pdf}
			}
			\only<7>{
			\includegraphics[width=0.9\linewidth]{images/fig7.pdf}
			}
	\end{figure}
	\end{frame}
	
\section{Diskrete Fourier Transformation}
	\begin{frame}
	\frametitle{Diskrete Fourier Transformation}
	Die Diskrete Fourier Transformation ist so gegeben:
	\[
	\label{ft_discrete}
	\hat{c}_{k} 
	= \frac{1}{N} \sum_{n=0}^{N-1}
	{f}_n \cdot e^{-\frac{2\pi j}{N} \cdot kn}
	\].
	
	\[
	w = e^{-\frac{2\pi j}{N} k}
	\]
	Wenn $N$ konstant:
	\[
	\hat{c}_{k}=\frac{1}{N}( {f}_0 w^0 + {f}_1 w^1 + {f}_2 w^2 + \dots + {f}_{N-1} w^N)
	\]
	\end{frame}	


	\begin{frame}
	\frametitle{Diskrete Fourier Transformation}
	\[
	\begin{pmatrix}
		\hat{c}_1 \\\hat{c}_2 \\\hat{c}_3 \\ \vdots \\\hat{c}_n
	\end{pmatrix}
	=
	\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}  \\ 
		\vdots   & \vdots     &\vdots     &\ddots  &\vdots       \\
		w^0 & w^{1n}&w^{2n}& \dots  &w^{n}  \\ 
	\end{pmatrix}
	\begin{pmatrix}
		\textcolor{blue}{f_0}  	\\
		\textcolor{blue}{f_1}	\\
		\textcolor{blue}{f_2}	\\	 
 		\vdots  \\
	 	0  \\ 
	\end{pmatrix}
	\]
	\end{frame}
\section{Probleme und Fragen}
	\begin{frame}
		\frametitle{Probleme und Fragen}
		
			Wie wird der Fehler lokalisiert?
		\only<2>{
			Indem in einem Endlichen Körper gerechnet wird.
		}
	\end{frame}	
\end{document}