Added previous-work-slide; Added TODO; Moved proximal decoding algorithm out of itemize env.

This commit is contained in:
Andreas Tsouchlos 2023-01-24 15:45:43 +01:00
parent d77381e818
commit d4fbb621fb
5 changed files with 47 additions and 7 deletions

View File

@ -69,6 +69,11 @@
numpages = {113} numpages = {113}
} }
@mastersthesis{yanxia_lu_thesis,
author = {Lu, Yanxia},
title = {Realization of Channel Decoding Using Optimization Techniques},
year = {2023},
type = {Bachelor's Thesis},
institution = {KIT},
}

View File

@ -84,6 +84,8 @@
\frametitle{Proximal Decoding: Algorithm} \frametitle{Proximal Decoding: Algorithm}
\begin{itemize} \begin{itemize}
\item Resulting terative decoding algorithm \cite{proximal_paper}: \item Resulting terative decoding algorithm \cite{proximal_paper}:
\end{itemize}
\vspace{2mm} \vspace{2mm}
\begin{algorithm}[caption={}, label={}] \begin{algorithm}[caption={}, label={}]
$\boldsymbol{s}^{\left( 0 \right)} = \boldsymbol{0}$ $\boldsymbol{s}^{\left( 0 \right)} = \boldsymbol{0}$
@ -96,7 +98,6 @@ for $k=0$ to $K-1$ do
end for end for
Output $\boldsymbol{\hat{x}}$ Output $\boldsymbol{\hat{x}}$
\end{algorithm} \end{algorithm}
\end{itemize}
\end{frame} \end{frame}

View File

@ -2,10 +2,11 @@
\label{sec:Examination Results} \label{sec:Examination Results}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Proximal Decoding}% \subsection{Proximal Decoding}%
\label{sub:Ex Proximal Decoding} \label{sub:Ex Proximal Decoding}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}[t] \begin{frame}[t]
\frametitle{Proximal Decoding: Bit Error Rate and Performance} \frametitle{Proximal Decoding: Bit Error Rate and Performance}
\begin{itemize} \begin{itemize}

View File

@ -21,6 +21,38 @@
\end{frame} \end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}[t]
\frametitle{Previous work}
\begin{figure}[h]
\centering
\begin{subfigure}{0.33\textwidth}
\centering
\fbox{\includegraphics[page=1,width=.6\textwidth]{res/Bachelor_Thesis_Yanxia_Lu}}
\end{subfigure}%
\begin{subfigure}{0.33\textwidth}
\centering
\fbox{\includegraphics[page=25,width=.6\textwidth]{res/Bachelor_Thesis_Yanxia_Lu}}
\end{subfigure}%
\begin{subfigure}{0.33\textwidth}
\centering
\fbox{\includegraphics[page=60,width=.6\textwidth]{res/Bachelor_Thesis_Yanxia_Lu}}
\end{subfigure}%
\caption{Bachelor's Thesis by Yanxia Lu \cite{yanxia_lu_thesis}}
\end{figure}
\begin{itemize}
\item Examination of ``Proximal Decoding''
\item Examination of ``Iterative Point Decoding''
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Presumptions}% \subsection{Presumptions}%
\label{sub:Presumptions} \label{sub:Presumptions}
@ -163,6 +195,7 @@
\caption{$\text{poly}\left( \mathcal{C} \right)$ for $n=3$} \caption{$\text{poly}\left( \mathcal{C} \right)$ for $n=3$}
\end{figure} \end{figure}
\end{minipage} \end{minipage}
\todo{Move this slide to LP decoding}
\end{frame} \end{frame}
\begin{frame}[t] \begin{frame}[t]