sw_link_performance
Compute and compare spectral efficiency across precoding schemes using Monte Carlo simulation, providing mean values, 95% confidence intervals, and convergence checks to distinguish real gains from noise.
Instructions
算谱效:预编码 → 逐层 SINR → 频谱效率,并横向对比多种预编码方案。
这是蒙特卡洛仿真最常用的评价链路。返回各方案的谱效均值、95% 置信区间 和收敛判断——不收敛时方案间的差异可能只是噪声,会明确标出。
参数
methods : 默认对比 ["svd", "svd_wideband", "type1", "dft"]。
SVD 是理论上界,Type I 是 3GPP 码本,DFT 是单层波束。
用户自研方案应当和这几个在同一批信道上比。
use_estimated_csi : True 时用估计信道计算预编码、用理想信道评估性能,
得到的是"CSI 有误差时的实际代价"——CSI 反馈类课题的核心对比。
receiver : mmse(默认)/ zf / mrc。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snr_db | No | ||
| methods | No | ||
| receiver | No | mmse | |
| dataset_id | Yes | ||
| use_estimated_csi | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||