From 611836430a429c021eef93d4ac3e7b536b93010e Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Mon, 17 Apr 2023 09:25:24 +0200 Subject: [PATCH] Changed absolute paths to ba_sw to relative paths to res --- latex/thesis/chapters/comparison.tex | 40 +++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/latex/thesis/chapters/comparison.tex b/latex/thesis/chapters/comparison.tex index d7d1bd9..171efe0 100644 --- a/latex/thesis/chapters/comparison.tex +++ b/latex/thesis/chapters/comparison.tex @@ -338,7 +338,7 @@ more arithmetic operations are necessary in each iteration. \addplot[NavyBlue, mark=triangle, densely dashed] table [x=SNR, y=FER, col sep=comma, discard if not={mu}{3.0}] %{res/hybrid/2d_ber_fer_dfr_963965.csv}; - {/home/andreas/git/ba_sw/scripts/admm/results/ber_2d_963965.csv}; + {res/admm/ber_2d_963965.csv}; % \addplot[NavyBlue, mark=*, solid] % table [x=SNR, y=FER, col sep=comma, discard if not={gamma}{0.01}] @@ -381,7 +381,7 @@ more arithmetic operations are necessary in each iteration. \addplot[NavyBlue, mark=triangle, densely dashed] table [x=SNR, y=FER, col sep=comma, discard if not={mu}{3.0}] %{res/hybrid/2d_ber_fer_dfr_963965.csv}; - {/home/andreas/git/ba_sw/scripts/admm/results/ber_2d_bch_31_26.csv}; + {res/admm/ber_2d_bch_31_26.csv}; \end{axis} \end{tikzpicture} @@ -409,7 +409,7 @@ more arithmetic operations are necessary in each iteration. \addplot[NavyBlue, mark=triangle, densely dashed] table [x=SNR, y=FER, col sep=comma, discard if not={mu}{3.0}] %{res/hybrid/2d_ber_fer_dfr_963965.csv}; - {/home/andreas/git/ba_sw/scripts/admm/results/ber_2d_20433484.csv}; + {res/admm/ber_2d_20433484.csv}; \end{axis} \end{tikzpicture} @@ -436,7 +436,7 @@ more arithmetic operations are necessary in each iteration. \addplot[NavyBlue, mark=triangle, densely dashed] table [x=SNR, y=FER, col sep=comma, discard if not={mu}{3.0}] %{res/hybrid/2d_ber_fer_dfr_963965.csv}; - {/home/andreas/git/ba_sw/scripts/admm/results/ber_2d_20455187.csv}; + {res/admm/ber_2d_20455187.csv}; \end{axis} \end{tikzpicture} @@ -465,7 +465,7 @@ more arithmetic operations are necessary in each iteration. \addplot[NavyBlue, mark=triangle, densely dashed] table [x=SNR, y=FER, col sep=comma, discard if not={mu}{3.0}] %{res/hybrid/2d_ber_fer_dfr_963965.csv}; - {/home/andreas/git/ba_sw/scripts/admm/results/ber_2d_40833844.csv}; + {res/admm/ber_2d_40833844.csv}; \end{axis} \end{tikzpicture} @@ -492,7 +492,7 @@ more arithmetic operations are necessary in each iteration. \addplot[NavyBlue, mark=triangle, densely dashed] table [x=SNR, y=FER, col sep=comma, discard if not={mu}{3.0}] %{res/hybrid/2d_ber_fer_dfr_963965.csv}; - {/home/andreas/git/ba_sw/scripts/admm/results/ber_2d_pegreg252x504.csv}; + {res/admm/ber_2d_pegreg252x504.csv}; \end{axis} \end{tikzpicture} @@ -525,3 +525,31 @@ more arithmetic operations are necessary in each iteration. \label{fig:comp:prox_admm_dec} \end{figure} +\begin{figure}[h] + \centering + + \begin{tikzpicture} + \begin{axis}[grid=both, + xlabel={$n$}, ylabel={Time per frame (s)}, + width=0.6\textwidth, + height=0.45\textwidth, + legend cell align={left},] + + \addplot[RedOrange, only marks, mark=*] + table [col sep=comma, x=n, y=spf] +% \addlegendentry{Proximal decoding} + {res/proximal/fps_vs_n.csv}; + \addplot[NavyBlue, only marks, mark=triangle*] + table [col sep=comma, x=n, y=spf] + {res/admm/fps_vs_n.csv}; +% \addlegendentry{\acs{LP} decoding using \acs{ADMM}} + \end{axis} + \end{tikzpicture} + + \caption{Timing requirements of the proximal decoding imlementation% + \protect\footnotemark{}} + \label{fig:comp:time} +\end{figure}% +% +\footnotetext{asdf} +%