Made both average error ploty show 100 Iterations
This commit is contained in:
parent
4e929cd7f1
commit
78a415fa92
@ -27,19 +27,28 @@
|
|||||||
%legend pos=outer north east,
|
%legend pos=outer north east,
|
||||||
]
|
]
|
||||||
\addplot [ForestGreen, mark=none, line width=1pt]
|
\addplot [ForestGreen, mark=none, line width=1pt]
|
||||||
table [col sep=comma, discard if not={omega}{0.0774263682681127}, x=k, y=err]
|
table [col sep=comma,
|
||||||
|
discard if not={omega}{0.0774263682681127},
|
||||||
|
discard if gt={k}{101},
|
||||||
|
x=k, y=err]
|
||||||
{res/proximal/2d_avg_error_20433484_1db.csv};
|
{res/proximal/2d_avg_error_20433484_1db.csv};
|
||||||
\addlegendentry{$E_b / N_0 = \SI{1}{dB}$}
|
\addlegendentry{$E_b / N_0 = \SI{1}{dB}$}
|
||||||
\addplot [NavyBlue, mark=none, line width=1pt]
|
\addplot [NavyBlue, mark=none, line width=1pt]
|
||||||
table [col sep=comma, discard if not={omega}{0.0774263682681127}, x=k, y=err]
|
table [col sep=comma, discard if not={omega}{0.0774263682681127},
|
||||||
|
discard if gt={k}{101},
|
||||||
|
x=k, y=err]
|
||||||
{res/proximal/2d_avg_error_20433484_3db.csv};
|
{res/proximal/2d_avg_error_20433484_3db.csv};
|
||||||
\addlegendentry{$E_b / N_0 = \SI{3}{dB}$}
|
\addlegendentry{$E_b / N_0 = \SI{3}{dB}$}
|
||||||
\addplot [RedOrange, mark=none, line width=1pt]
|
\addplot [RedOrange, mark=none, line width=1pt]
|
||||||
table [col sep=comma, discard if not={omega}{0.052233450742668434}, x=k, y=err]
|
table [col sep=comma, discard if not={omega}{0.052233450742668434},
|
||||||
|
discard if gt={k}{101},
|
||||||
|
x=k, y=err]
|
||||||
{res/proximal/2d_avg_error_20433484_5db.csv};
|
{res/proximal/2d_avg_error_20433484_5db.csv};
|
||||||
\addlegendentry{$E_b / N_0 = \SI{5}{dB}$}
|
\addlegendentry{$E_b / N_0 = \SI{5}{dB}$}
|
||||||
\addplot [RoyalPurple, mark=none, line width=1pt]
|
\addplot [RoyalPurple, mark=none, line width=1pt]
|
||||||
table [col sep=comma, discard if not={omega}{0.052233450742668434}, x=k, y=err]
|
table [col sep=comma, discard if not={omega}{0.052233450742668434},
|
||||||
|
discard if gt={k}{101},
|
||||||
|
x=k, y=err]
|
||||||
{res/proximal/2d_avg_error_20433484_8db.csv};
|
{res/proximal/2d_avg_error_20433484_8db.csv};
|
||||||
\addlegendentry{$E_b / N_0 = \SI{8}{dB}$}
|
\addlegendentry{$E_b / N_0 = \SI{8}{dB}$}
|
||||||
\end{axis}
|
\end{axis}
|
||||||
@ -63,28 +72,28 @@
|
|||||||
\addplot[ForestGreen, line width=1pt]
|
\addplot[ForestGreen, line width=1pt]
|
||||||
table [col sep=comma, x=k, y=err,
|
table [col sep=comma, x=k, y=err,
|
||||||
discard if not={SNR}{1.0},
|
discard if not={SNR}{1.0},
|
||||||
discard if gt={k}{100}]
|
discard if gt={k}{101}]
|
||||||
{res/admm/avg_error_20433484.csv};
|
{res/admm/avg_error_20433484.csv};
|
||||||
\addlegendentry{$E_b / N_0 = \SI{1}{dB}$}
|
\addlegendentry{$E_b / N_0 = \SI{1}{dB}$}
|
||||||
|
|
||||||
\addplot[RedOrange, line width=1pt]
|
\addplot[RedOrange, line width=1pt]
|
||||||
table [col sep=comma, x=k, y=err,
|
table [col sep=comma, x=k, y=err,
|
||||||
discard if not={SNR}{2.0},
|
discard if not={SNR}{2.0},
|
||||||
discard if gt={k}{100}]
|
discard if gt={k}{101}]
|
||||||
{res/admm/avg_error_20433484.csv};
|
{res/admm/avg_error_20433484.csv};
|
||||||
\addlegendentry{$E_b / N_0 = \SI{2}{dB}$}
|
\addlegendentry{$E_b / N_0 = \SI{2}{dB}$}
|
||||||
|
|
||||||
\addplot[NavyBlue, line width=1pt]
|
\addplot[NavyBlue, line width=1pt]
|
||||||
table [col sep=comma, x=k, y=err,
|
table [col sep=comma, x=k, y=err,
|
||||||
discard if not={SNR}{3.0},
|
discard if not={SNR}{3.0},
|
||||||
discard if gt={k}{100}]
|
discard if gt={k}{101}]
|
||||||
{res/admm/avg_error_20433484.csv};
|
{res/admm/avg_error_20433484.csv};
|
||||||
\addlegendentry{$E_b / N_0 = \SI{3}{dB}$}
|
\addlegendentry{$E_b / N_0 = \SI{3}{dB}$}
|
||||||
|
|
||||||
\addplot[RoyalPurple, line width=1pt]
|
\addplot[RoyalPurple, line width=1pt]
|
||||||
table [col sep=comma, x=k, y=err,
|
table [col sep=comma, x=k, y=err,
|
||||||
discard if not={SNR}{4.0},
|
discard if not={SNR}{4.0},
|
||||||
discard if gt={k}{100}]
|
discard if gt={k}{101}]
|
||||||
{res/admm/avg_error_20433484.csv};
|
{res/admm/avg_error_20433484.csv};
|
||||||
\addlegendentry{$E_b / N_0 = \SI{4}{dB}$}
|
\addlegendentry{$E_b / N_0 = \SI{4}{dB}$}
|
||||||
\end{axis}
|
\end{axis}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user