Added all zeros assumption; Added slide with table of contents

This commit is contained in:
Andreas Tsouchlos 2022-12-19 14:40:32 +01:00
parent 3110137164
commit 3a95825990
2 changed files with 9 additions and 0 deletions

View File

@ -80,6 +80,11 @@
\maketitle
\end{frame}
\begin{frame}[t]
\frametitle{Overview}
\tableofcontents
\end{frame}
\setnextsection{0}
\input{sections/theoretical_background.tex}
\input{sections/decoding_algorithms.tex}

View File

@ -55,6 +55,10 @@
\hspace{2mm} \boldsymbol{y}, \boldsymbol{n} \in \mathbb{R}^n
\end{align*}
\todo{Why $\frac{1}{2}$}
\item All zeros assumption:
\begin{align*}
\boldsymbol{c} = 0
\end{align*}
\end{itemize}
\end{frame}