Commit 879b910
committed
Update dynamic auto MCS selection logic to align with reference table
- Adjusted MCS indices 24 to 31 to match spec table's modulation (BPSK to 64-QAM) and coding rates (1/2 to 5/6).
- Revised signal strength thresholds (-45 to -75 dBm) to reflect realistic SNR requirements for each modulation scheme.
- Preserved random signal generation logic using rand_int_smooth.
- Ensured consistency with the reference table's structure and parameters.1 parent d083439 commit 879b910
1 file changed
+19
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1489 | 1489 | | |
1490 | 1490 | | |
1491 | 1491 | | |
1492 | | - | |
| 1492 | + | |
1493 | 1493 | | |
1494 | 1494 | | |
1495 | 1495 | | |
1496 | | - | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
| 1504 | + | |
1497 | 1505 | | |
1498 | 1506 | | |
1499 | 1507 | | |
1500 | | - | |
| 1508 | + | |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
1501 | 1517 | | |
1502 | 1518 | | |
1503 | 1519 | | |
| |||
0 commit comments