Added processor to slide and changed colors of time complexity plot

This commit is contained in:
Andreas Tsouchlos 2023-04-18 20:51:50 +02:00
parent 620f39f7ea
commit 6193b165ea
2 changed files with 6 additions and 13 deletions

View File

@ -111,12 +111,14 @@
\begin{frame}[t]
\frametitle{Comparison: Time Complexity}
\vspace*{-5mm}
\vspace*{-6.5mm}
\begin{itemize}
\item The points shown are from the following codes: BCH $\left( 31, 11 \right)$;
BCH $\left( 31, 26 \right)$; \\
\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}
\begin{figure}[H]
@ -131,17 +133,17 @@
width=0.45\textwidth,
height=0.3375\textwidth,
]
\addplot[RedOrange, only marks, mark=*]
\addplot[RedOrange, only marks, mark=square*]
table [col sep=comma, x=n, y=spf]
{res/proximal/fps_vs_n.csv};
\addlegendentry{proximal}
\addplot[ForestGreen, only marks, mark=triangle*]
\addplot[Gray, only marks, mark=*]
table [col sep=comma, x=n, y=spf]
{res/hybrid/fps_vs_n.csv};
\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]
{res/admm/fps_vs_n.csv};
\addlegendentry{ADMM}

View File

@ -192,15 +192,6 @@ return $\boldsymbol{\hat{c}}$
\begin{itemize}
\item Comparison of simulation with results of Wadayama et al. \cite{proximal_paper}
\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}