sw_compare_scenarios
Compare wireless scenarios by probing each preset and returning a table of IoT, SINR, path loss, LOS metrics, and timing to verify interference levels and select candidates before formal ablation.
Instructions
并排探测几个场景,回一张对照表。用来在候选场景里选。
每个场景各跑一次探测(见 sw_probe_scenario 的口径说明),
表里给 IoT 中位数与等级、SINR/SNR 中位数、路损中位数、视距比例、单样本耗时。
典型用法:确认"高干扰"预设确实比"低干扰"对照高出足够的 IoT, 再拿这两个去跑正式对比——别在没验证过干扰水平的两批数据上做消融。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| presets | Yes | ||
| overrides | No | ||
| num_samples | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||