Sync with the audited manuscript

The jammed OMA model now matches the transmit chain the paper
describes, the key-length sweep averages the eavesdropper over eight
substitute-key draws, and verify_math gains the coded-OMA outage
reference, symbolic checks of the three algebraic identities, and the
cross-period remainder of Proposition 2. The README records the energy
and channel conventions.
This commit is contained in:
KiHoLee
2026-08-22 14:47:17 +09:00
parent 0b0796df55
commit 58a85c30f6
17 changed files with 250 additions and 111 deletions
+7 -7
View File
@@ -1,7 +1,7 @@
users,legit_ser,eve_ser,mask_xcorr
2,0.026755,0.999999,0.000000
4,0.053062,0.999707,0.000000
8,0.106523,0.999414,0.000000
16,0.256325,0.999948,0.000000
32,0.946055,0.999983,0.000000
48,0.997737,0.999983,0.000000
users,legit_ser,eve_ser,mask_xcorr,oma
2,0.026755,0.999999,0.000000,0.041447
4,0.053062,0.999707,0.000000,0.080564
8,0.106523,0.999414,0.000000,0.152464
16,0.256325,0.999948,0.000000,0.274770
32,0.946055,0.999983,0.000000,0.684919
48,0.997737,0.999983,0.000000,nan
1 users legit_ser eve_ser mask_xcorr oma
2 2 0.026755 0.999999 0.000000 0.041447
3 4 0.053062 0.999707 0.000000 0.080564
4 8 0.106523 0.999414 0.000000 0.152464
5 16 0.256325 0.999948 0.000000 0.274770
6 32 0.946055 0.999983 0.000000 0.684919
7 48 0.997737 0.999983 0.000000 nan