Fixed estimate oscillation slide appearance

This commit is contained in:
Andreas Tsouchlos 2023-01-25 04:52:13 +01:00
parent 21e1c2375c
commit b7c4c3acfe

View File

@ -470,41 +470,14 @@ Output $\boldsymbol{\hat{x}}$
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}[t]
\frametitle{Proximal Decoding: Oscillation of Estimate}
\setcounter{footnote}{0}
\begin{itemize}
\item $\nabla L$ and $\nabla h$ generally end up in an equilibrium
\end{itemize}
\begin{figure}[H]
\centering
\begin{subfigure}{\textwidth}
\centering
\begin{tikzpicture}[scale = 0.75]
\begin{axis}[
grid=both,
xlabel={k},
width=8cm,
height=3cm,
scale only axis,
]
\addplot +[mark=none, line width=0.7pt]
table [col sep=comma, x=k, y=comb_r_s_0]
{res/proximal/comp_bch_7_4_combined.csv};
\addplot +[mark=none]
table [col sep=comma, x=k, y=grad_L_0]
{res/proximal/comp_bch_7_4_combined.csv};
\addplot +[mark=none]
table [col sep=comma, x=k, y=grad_h_0]
{res/proximal/comp_bch_7_4_combined.csv};
\addlegendentry{est}
\addlegendentry{$\nabla L$}
\addlegendentry{$\nabla h$}
\end{axis}
\end{tikzpicture}
\end{subfigure}\\
\begin{subfigure}{0.33\textwidth}
\begin{minipage}[c]{0.25\textwidth}
\centering
\begin{tikzpicture}[scale = 0.35]
@ -528,11 +501,7 @@ Output $\boldsymbol{\hat{x}}$
\addlegendentry{$\nabla L$}
\addlegendentry{$\nabla h$}
\end{axis}
\end{tikzpicture}
\end{subfigure}%
\begin{subfigure}{0.33\textwidth}
\centering
\end{tikzpicture}\\
\begin{tikzpicture}[scale = 0.35]
\begin{axis}[
grid=both,
@ -554,11 +523,7 @@ Output $\boldsymbol{\hat{x}}$
\addlegendentry{$\nabla L$}
\addlegendentry{$\nabla h$}
\end{axis}
\end{tikzpicture}
\end{subfigure}%
\begin{subfigure}{0.32\textwidth}
\centering
\end{tikzpicture}\\
\begin{tikzpicture}[scale = 0.35]
\begin{axis}[
grid=both,
@ -581,8 +546,34 @@ Output $\boldsymbol{\hat{x}}$
\addlegendentry{$\nabla h$}
\end{axis}
\end{tikzpicture}
\end{subfigure}\\
\begin{subfigure}{0.33\textwidth}
\end{minipage}%
\begin{minipage}[c]{0.5\textwidth}
\centering
\begin{tikzpicture}[scale = 0.85]
\begin{axis}[
grid=both,
xlabel={k},
width=8cm,
height=3cm,
scale only axis,
]
\addplot +[mark=none, line width=0.7pt]
table [col sep=comma, x=k, y=comb_r_s_0]
{res/proximal/comp_bch_7_4_combined.csv};
\addplot +[mark=none]
table [col sep=comma, x=k, y=grad_L_0]
{res/proximal/comp_bch_7_4_combined.csv};
\addplot +[mark=none]
table [col sep=comma, x=k, y=grad_h_0]
{res/proximal/comp_bch_7_4_combined.csv};
\addlegendentry{est}
\addlegendentry{$\nabla L$}
\addlegendentry{$\nabla h$}
\end{axis}
\end{tikzpicture}
\end{minipage}%
\begin{minipage}[c]{0.25\textwidth}
\centering
\begin{tikzpicture}[scale = 0.35]
@ -606,11 +597,7 @@ Output $\boldsymbol{\hat{x}}$
\addlegendentry{$\nabla L$}
\addlegendentry{$\nabla h$}
\end{axis}
\end{tikzpicture}
\end{subfigure}%
\begin{subfigure}{0.33\textwidth}
\centering
\end{tikzpicture}\\
\begin{tikzpicture}[scale = 0.35]
\begin{axis}[
grid=both,
@ -632,11 +619,7 @@ Output $\boldsymbol{\hat{x}}$
\addlegendentry{$\nabla L$}
\addlegendentry{$\nabla h$}
\end{axis}
\end{tikzpicture}
\end{subfigure}%
\begin{subfigure}{0.32\textwidth}
\centering
\end{tikzpicture}\\
\begin{tikzpicture}[scale = 0.35]
\begin{axis}[
grid=both,
@ -659,7 +642,12 @@ Output $\boldsymbol{\hat{x}}$
\addlegendentry{$\nabla h$}
\end{axis}
\end{tikzpicture}
\end{subfigure}%
\end{minipage}
\caption{Variables of Proximal Decoder as a function of $k$\footnotemark}
\footnotetext{A single decoding is shown, using the BCH$\left( 7,4 \right) $ code;
$\gamma = 0.05, \omega = 0.05, E_b / N_0 = \SI{5}{dB}$}
\end{figure}
\end{frame}