Commit fc181b9
committed
Update dynamic auto MCS selection logic to align with reference table
- Adjust MCS indices 24 to 31 to match spec table's modulation (BPSK to 64-QAM) and coding rates (1/2 to 5/6).
- Revise signal strength thresholds (-45 to -75 dBm) to reflect realistic SNR requirements for each modulation scheme.
- Preserve random signal generation logic using rand_int_smooth.
- Ensure consistency with the reference table's structure and parameters.1 parent 9f8dfc2 commit fc181b9
1 file changed
+21
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1435 | 1435 | | |
1436 | 1436 | | |
1437 | 1437 | | |
1438 | | - | |
1439 | | - | |
1440 | | - | |
| 1438 | + | |
| 1439 | + | |
1441 | 1440 | | |
1442 | 1441 | | |
1443 | 1442 | | |
| |||
1489 | 1488 | | |
1490 | 1489 | | |
1491 | 1490 | | |
1492 | | - | |
| 1491 | + | |
1493 | 1492 | | |
1494 | 1493 | | |
1495 | 1494 | | |
1496 | | - | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
1497 | 1504 | | |
1498 | 1505 | | |
1499 | 1506 | | |
1500 | | - | |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
1501 | 1516 | | |
1502 | 1517 | | |
1503 | 1518 | | |
| |||
0 commit comments