Four-scheme jamming comparison and a fully generated refresh table

Give the orthogonal-access jammer its own Rayleigh channel in
oma_ser_jammed, matching the convention every simulated scheme already
used. Without it the closed-form curve faced a jammer at full power in
every frame while the Monte Carlo curves faced a fading one, which
inverted the ordering of the comparison.

Measure the outsider error rate for the fixed-key and naive-refresh
cases as well, and emit the two refresh tables from make_tables.py, so
no cell of the paper is hand-typed.
This commit is contained in:
KiHoLee
2026-08-13 22:22:18 +09:00
parent 057c555374
commit c31e6a3fe0
17 changed files with 192 additions and 61 deletions
+4
View File
@@ -0,0 +1,4 @@
scheme,legit,eve,entropy_bits
None (fixed key),0.2573025,0.9999908333,14.99964774
Fresh orthogonal keys,0.7103737847,0.9996877083,14.99964774
Invariant,0.2574685069,0.99957,64.83510297
1 scheme legit eve entropy_bits
2 None (fixed key) 0.2573025 0.9999908333 14.99964774
3 Fresh orthogonal keys 0.7103737847 0.9996877083 14.99964774
4 Invariant 0.2574685069 0.99957 64.83510297