Added previous-work-slide; Added TODO; Moved proximal decoding algorithm out of itemize env.
This commit is contained in:
parent
d77381e818
commit
d4fbb621fb
@ -68,7 +68,12 @@
|
||||
pages = {127–239},
|
||||
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},
|
||||
}
|
||||
|
||||
|
||||
BIN
latex/presentations/midterm/res/Bachelor_Thesis_Yanxia_Lu.pdf
Normal file
BIN
latex/presentations/midterm/res/Bachelor_Thesis_Yanxia_Lu.pdf
Normal file
Binary file not shown.
@ -84,8 +84,10 @@
|
||||
\frametitle{Proximal Decoding: Algorithm}
|
||||
\begin{itemize}
|
||||
\item Resulting terative decoding algorithm \cite{proximal_paper}:
|
||||
\vspace{2mm}
|
||||
\begin{algorithm}[caption={}, label={}]
|
||||
\end{itemize}
|
||||
|
||||
\vspace{2mm}
|
||||
\begin{algorithm}[caption={}, label={}]
|
||||
$\boldsymbol{s}^{\left( 0 \right)} = \boldsymbol{0}$
|
||||
for $k=0$ to $K-1$ do
|
||||
$\boldsymbol{r}^{\left( k+1 \right)} = \boldsymbol{s}^{(k)} - \omega \nabla L \left( \boldsymbol{s}^{(k)}; \boldsymbol{y} \right) $
|
||||
@ -95,8 +97,7 @@ for $k=0$ to $K-1$ do
|
||||
If $\boldsymbol{\hat{x}}$ passes the parity check condition, break the loop.
|
||||
end for
|
||||
Output $\boldsymbol{\hat{x}}$
|
||||
\end{algorithm}
|
||||
\end{itemize}
|
||||
\end{algorithm}
|
||||
\end{frame}
|
||||
|
||||
|
||||
|
||||
@ -2,10 +2,11 @@
|
||||
\label{sec:Examination Results}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\subsection{Proximal Decoding}%
|
||||
\label{sub:Ex Proximal Decoding}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\begin{frame}[t]
|
||||
\frametitle{Proximal Decoding: Bit Error Rate and Performance}
|
||||
\begin{itemize}
|
||||
|
||||
@ -21,6 +21,38 @@
|
||||
\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}%
|
||||
\label{sub:Presumptions}
|
||||
@ -163,6 +195,7 @@
|
||||
\caption{$\text{poly}\left( \mathcal{C} \right)$ for $n=3$}
|
||||
\end{figure}
|
||||
\end{minipage}
|
||||
\todo{Move this slide to LP decoding}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[t]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user