diff --git a/latex/presentations/final/sections/comparison.tex b/latex/presentations/final/sections/comparison.tex index c414cde..3c75cf2 100644 --- a/latex/presentations/final/sections/comparison.tex +++ b/latex/presentations/final/sections/comparison.tex @@ -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} diff --git a/latex/presentations/final/sections/proximal_decoding.tex b/latex/presentations/final/sections/proximal_decoding.tex index 0362abf..f663448 100644 --- a/latex/presentations/final/sections/proximal_decoding.tex +++ b/latex/presentations/final/sections/proximal_decoding.tex @@ -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}