Added processor to slide and changed colors of time complexity plot
This commit is contained in:
parent
620f39f7ea
commit
6193b165ea
@ -111,12 +111,14 @@
|
|||||||
\begin{frame}[t]
|
\begin{frame}[t]
|
||||||
\frametitle{Comparison: Time Complexity}
|
\frametitle{Comparison: Time Complexity}
|
||||||
|
|
||||||
\vspace*{-5mm}
|
\vspace*{-6.5mm}
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item The points shown are from the following codes: BCH $\left( 31, 11 \right)$;
|
\item The points shown are from the following codes: BCH $\left( 31, 11 \right)$;
|
||||||
BCH $\left( 31, 26 \right)$; \\
|
BCH $\left( 31, 26 \right)$; \\
|
||||||
\cite[\text{96.3.965; 204.33.484; 204.55.187; 408.33.844; PEGReg252x504}]{mackay_enc}
|
\cite[\text{96.3.965; 204.33.484; 204.55.187; 408.33.844; PEGReg252x504}]{mackay_enc}
|
||||||
|
\item Measured performance: $\sim\SI{10000}{}$ frames/s
|
||||||
|
on Intel Core i7-7700HQ @ 2.80GHz; $n=204$
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
@ -131,17 +133,17 @@
|
|||||||
width=0.45\textwidth,
|
width=0.45\textwidth,
|
||||||
height=0.3375\textwidth,
|
height=0.3375\textwidth,
|
||||||
]
|
]
|
||||||
\addplot[RedOrange, only marks, mark=*]
|
\addplot[RedOrange, only marks, mark=square*]
|
||||||
table [col sep=comma, x=n, y=spf]
|
table [col sep=comma, x=n, y=spf]
|
||||||
{res/proximal/fps_vs_n.csv};
|
{res/proximal/fps_vs_n.csv};
|
||||||
\addlegendentry{proximal}
|
\addlegendentry{proximal}
|
||||||
|
|
||||||
\addplot[ForestGreen, only marks, mark=triangle*]
|
\addplot[Gray, only marks, mark=*]
|
||||||
table [col sep=comma, x=n, y=spf]
|
table [col sep=comma, x=n, y=spf]
|
||||||
{res/hybrid/fps_vs_n.csv};
|
{res/hybrid/fps_vs_n.csv};
|
||||||
\addlegendentry{improved ($\SI{12}{\bit}$)}
|
\addlegendentry{improved ($\SI{12}{\bit}$)}
|
||||||
|
|
||||||
\addplot[RoyalPurple, only marks, mark=diamond*]
|
\addplot[NavyBlue, only marks, mark=triangle*]
|
||||||
table [col sep=comma, x=n, y=spf]
|
table [col sep=comma, x=n, y=spf]
|
||||||
{res/admm/fps_vs_n.csv};
|
{res/admm/fps_vs_n.csv};
|
||||||
\addlegendentry{ADMM}
|
\addlegendentry{ADMM}
|
||||||
|
|||||||
@ -192,15 +192,6 @@ return $\boldsymbol{\hat{c}}$
|
|||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Comparison of simulation with results of Wadayama et al. \cite{proximal_paper}
|
\item Comparison of simulation with results of Wadayama et al. \cite{proximal_paper}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
% \vspace*{-0.5cm}
|
|
||||||
% \begin{itemize}
|
|
||||||
% \item $\mathcal{O}\left(n \right) $ time complexity - same as BP;
|
|
||||||
% only multiplication and addition necessary \cite{proximal_paper}
|
|
||||||
% \item Measured performance: $\sim\SI{10000}{}$ frames/s
|
|
||||||
% on Intel Core i7-7700HQ @ 2.80GHz; $n=204$
|
|
||||||
% \end{itemize}
|
|
||||||
% \vspace{3mm}
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user