Minor changes to spacing and positioning

This commit is contained in:
Andreas Tsouchlos 2023-04-13 23:57:22 +02:00
parent de7b86d0ac
commit 774019000c
2 changed files with 12 additions and 4 deletions

View File

@ -416,6 +416,8 @@ end for
return $\boldsymbol{\hat{c}}$ return $\boldsymbol{\hat{c}}$
\end{algorithm} \end{algorithm}
\vspace*{-5mm}
\caption{Proximal decoding algorithm \cite{proximal_paper}} \caption{Proximal decoding algorithm \cite{proximal_paper}}
\end{figure} \end{figure}
\end{minipage}% \end{minipage}%
@ -803,7 +805,7 @@ return $\boldsymbol{\hat{c}}$
\begin{figure} \begin{figure}
\centering \centering
\begin{subfigure}[c]{0.5\textwidth} \begin{subfigure}[t]{0.5\textwidth}
\centering \centering
\begin{tikzpicture}[scale = 0.85] \begin{tikzpicture}[scale = 0.85]
@ -834,7 +836,7 @@ return $\boldsymbol{\hat{c}}$
\caption{Internal variables of proximal decoder as a function of the iteration \caption{Internal variables of proximal decoder as a function of the iteration
($n=204$)\footnotemark} ($n=204$)\footnotemark}
\end{subfigure}% \end{subfigure}%
\begin{subfigure}[c]{0.5\textwidth} \begin{subfigure}[t]{0.5\textwidth}
\centering \centering
\begin{tikzpicture}[scale = 0.85] \begin{tikzpicture}[scale = 0.85]
@ -992,6 +994,8 @@ return $\boldsymbol{\hat{c}}$
iterating iterating
\end{itemize} \end{itemize}
\vspace*{-2mm}
\begin{minipage}[t]{.48\textwidth} \begin{minipage}[t]{.48\textwidth}
\centering \centering
@ -1011,6 +1015,8 @@ end for
return $\boldsymbol{\hat{c}}$ return $\boldsymbol{\hat{c}}$
\end{algorithm} \end{algorithm}
\vspace*{-5mm}
\caption{Proximal decoding algorithm \cite{proximal_paper}} \caption{Proximal decoding algorithm \cite{proximal_paper}}
\end{figure} \end{figure}
@ -1036,6 +1042,8 @@ $\textcolor{KITblue}{\text{Compute }d_H\left( \boldsymbol{ \tilde{c}}_l, \boldsy
$\textcolor{KITblue}{\text{Output }\boldsymbol{\tilde{c}}_l\text{ with lowest }d_H\left( \boldsymbol{ \tilde{c}}_l, \boldsymbol{\hat{c}} \right)}$ $\textcolor{KITblue}{\text{Output }\boldsymbol{\tilde{c}}_l\text{ with lowest }d_H\left( \boldsymbol{ \tilde{c}}_l, \boldsymbol{\hat{c}} \right)}$
\end{algorithm} \end{algorithm}
\vspace*{-5mm}
\caption{Improved proximal decoding algorithm} \caption{Improved proximal decoding algorithm}
\end{figure} \end{figure}
\end{minipage} \end{minipage}
@ -1553,7 +1561,7 @@ $\textcolor{KITblue}{\text{Output }\boldsymbol{\tilde{c}}_l\text{ with lowest }d
\end{figure} \end{figure}
\footnotetext{The points shown were calculated by evaluating the metadata \footnotetext{The points shown were calculated by evaluating the metadata
of BER simulation results from the following codes: of BER simulation results for the following codes:
BCH $\left( 31, 11 \right)$; BCH $\left( 31, 11 \right)$;
BCH $\left( 31, 26 \right)$; BCH $\left( 31, 26 \right)$;
\cite[\text{96.3.965; 204.33.484; \cite[\text{96.3.965; 204.33.484;

View File

@ -184,7 +184,7 @@
\node[color=KITgreen, right=0cm of f] {$\tilde{\boldsymbol{c}}$}; \node[color=KITgreen, right=0cm of f] {$\tilde{\boldsymbol{c}}$};
\end{tikzpicture} \end{tikzpicture}
\caption{Hypercube ($n=3$) with valid codewords} \caption{Hypercube ($n=3$) with valid codewords for single parity-check}
\end{figure} \end{figure}
\end{minipage} \end{minipage}
\end{frame} \end{frame}