Changed absolute paths to ba_sw to relative paths to res

This commit is contained in:
Andreas Tsouchlos 2023-04-17 09:25:24 +02:00
parent c88a1f38f4
commit 611836430a

View File

@ -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}
%