提交 df5c875b 编写于 作者: C colaobbl

Wed Apr 16 11:29:00 CST 2025 inscode

上级 0fd60fa1
# 数据可视化示例(Matplotlib)
x = [10, 30, 50] # UEsPerCell
y_proposed = [78, 72, 65] # Mbps
y_pf = [65, 58, 42]
plt.plot(x, y_proposed, 'o-', label='Proposed')
plt.plot(x, y_pf, 's--', label='PF')
plt.xlabel('UEs per Cell'); plt.ylabel('Throughput (Mbps)')
plt.legend(); plt.grid()
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册