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},
|
pages = {127–239},
|
||||||
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},
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
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}
|
\frametitle{Proximal Decoding: Algorithm}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Resulting terative decoding algorithm \cite{proximal_paper}:
|
\item Resulting terative decoding algorithm \cite{proximal_paper}:
|
||||||
\vspace{2mm}
|
\end{itemize}
|
||||||
\begin{algorithm}[caption={}, label={}]
|
|
||||||
|
\vspace{2mm}
|
||||||
|
\begin{algorithm}[caption={}, label={}]
|
||||||
$\boldsymbol{s}^{\left( 0 \right)} = \boldsymbol{0}$
|
$\boldsymbol{s}^{\left( 0 \right)} = \boldsymbol{0}$
|
||||||
for $k=0$ to $K-1$ do
|
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) $
|
$\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.
|
If $\boldsymbol{\hat{x}}$ passes the parity check condition, break the loop.
|
||||||
end for
|
end for
|
||||||
Output $\boldsymbol{\hat{x}}$
|
Output $\boldsymbol{\hat{x}}$
|
||||||
\end{algorithm}
|
\end{algorithm}
|
||||||
\end{itemize}
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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}
|
||||||
|
|||||||
@ -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]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user