Legend dictionary: UWCA (trained) in fairness figure, UWCA (oracle) in real-data figure
This commit is contained in:
@@ -65,7 +65,7 @@ for ax, sc, ttl in zip(axs, ["HIGH", "MIX"], ["(a) HIGH", "(b) MIX"]):
|
||||
ax.semilogy(snr, v["lmmse_blind"]["ser"], "v-", color=C["blind"],
|
||||
markevery=(1, 2), label="LMMSE-blind")
|
||||
ax.semilogy(snr, v["noma"]["ser"], "^-.", color=C["noma"], label="NOMA-SIC")
|
||||
ax.semilogy(snr, v["uwca"]["ser"], "o-", color=C["uwca"], label="UWCA (proposed)")
|
||||
ax.semilogy(snr, v["uwca"]["ser"], "o-", color=C["uwca"], label="UWCA (trained)")
|
||||
ax.semilogy(snr, v["lmmse_genie"]["ser"], "d:", color=C["genie"],
|
||||
label="LMMSE-genie")
|
||||
ax.set_xlabel("SNR (dB)")
|
||||
|
||||
Reference in New Issue
Block a user