Fixed estimate oscillation slide appearance
This commit is contained in:
parent
21e1c2375c
commit
b7c4c3acfe
@ -470,41 +470,14 @@ Output $\boldsymbol{\hat{x}}$
|
|||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\begin{frame}[t]
|
\begin{frame}[t]
|
||||||
\frametitle{Proximal Decoding: Oscillation of Estimate}
|
\frametitle{Proximal Decoding: Oscillation of Estimate}
|
||||||
|
\setcounter{footnote}{0}
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item $\nabla L$ and $\nabla h$ generally end up in an equilibrium
|
\item $\nabla L$ and $\nabla h$ generally end up in an equilibrium
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\centering
|
\begin{minipage}[c]{0.25\textwidth}
|
||||||
|
|
||||||
\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}
|
|
||||||
\centering
|
\centering
|
||||||
|
|
||||||
\begin{tikzpicture}[scale = 0.35]
|
\begin{tikzpicture}[scale = 0.35]
|
||||||
@ -528,11 +501,7 @@ Output $\boldsymbol{\hat{x}}$
|
|||||||
\addlegendentry{$\nabla L$}
|
\addlegendentry{$\nabla L$}
|
||||||
\addlegendentry{$\nabla h$}
|
\addlegendentry{$\nabla h$}
|
||||||
\end{axis}
|
\end{axis}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}\\
|
||||||
\end{subfigure}%
|
|
||||||
\begin{subfigure}{0.33\textwidth}
|
|
||||||
\centering
|
|
||||||
|
|
||||||
\begin{tikzpicture}[scale = 0.35]
|
\begin{tikzpicture}[scale = 0.35]
|
||||||
\begin{axis}[
|
\begin{axis}[
|
||||||
grid=both,
|
grid=both,
|
||||||
@ -554,11 +523,7 @@ Output $\boldsymbol{\hat{x}}$
|
|||||||
\addlegendentry{$\nabla L$}
|
\addlegendentry{$\nabla L$}
|
||||||
\addlegendentry{$\nabla h$}
|
\addlegendentry{$\nabla h$}
|
||||||
\end{axis}
|
\end{axis}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}\\
|
||||||
\end{subfigure}%
|
|
||||||
\begin{subfigure}{0.32\textwidth}
|
|
||||||
\centering
|
|
||||||
|
|
||||||
\begin{tikzpicture}[scale = 0.35]
|
\begin{tikzpicture}[scale = 0.35]
|
||||||
\begin{axis}[
|
\begin{axis}[
|
||||||
grid=both,
|
grid=both,
|
||||||
@ -581,8 +546,34 @@ Output $\boldsymbol{\hat{x}}$
|
|||||||
\addlegendentry{$\nabla h$}
|
\addlegendentry{$\nabla h$}
|
||||||
\end{axis}
|
\end{axis}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\end{subfigure}\\
|
\end{minipage}%
|
||||||
\begin{subfigure}{0.33\textwidth}
|
\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
|
\centering
|
||||||
|
|
||||||
\begin{tikzpicture}[scale = 0.35]
|
\begin{tikzpicture}[scale = 0.35]
|
||||||
@ -606,11 +597,7 @@ Output $\boldsymbol{\hat{x}}$
|
|||||||
\addlegendentry{$\nabla L$}
|
\addlegendentry{$\nabla L$}
|
||||||
\addlegendentry{$\nabla h$}
|
\addlegendentry{$\nabla h$}
|
||||||
\end{axis}
|
\end{axis}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}\\
|
||||||
\end{subfigure}%
|
|
||||||
\begin{subfigure}{0.33\textwidth}
|
|
||||||
\centering
|
|
||||||
|
|
||||||
\begin{tikzpicture}[scale = 0.35]
|
\begin{tikzpicture}[scale = 0.35]
|
||||||
\begin{axis}[
|
\begin{axis}[
|
||||||
grid=both,
|
grid=both,
|
||||||
@ -632,11 +619,7 @@ Output $\boldsymbol{\hat{x}}$
|
|||||||
\addlegendentry{$\nabla L$}
|
\addlegendentry{$\nabla L$}
|
||||||
\addlegendentry{$\nabla h$}
|
\addlegendentry{$\nabla h$}
|
||||||
\end{axis}
|
\end{axis}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}\\
|
||||||
\end{subfigure}%
|
|
||||||
\begin{subfigure}{0.32\textwidth}
|
|
||||||
\centering
|
|
||||||
|
|
||||||
\begin{tikzpicture}[scale = 0.35]
|
\begin{tikzpicture}[scale = 0.35]
|
||||||
\begin{axis}[
|
\begin{axis}[
|
||||||
grid=both,
|
grid=both,
|
||||||
@ -659,7 +642,12 @@ Output $\boldsymbol{\hat{x}}$
|
|||||||
\addlegendentry{$\nabla h$}
|
\addlegendentry{$\nabla h$}
|
||||||
\end{axis}
|
\end{axis}
|
||||||
\end{tikzpicture}
|
\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{figure}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user