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
+8 -8
View File
@@ -1,9 +1,9 @@
L,d,legit_ser,eve_ser,mask_xcorr,oma
8,32,0.948557,0.997348,0,0.6849191155
12,48,0.413714,0.999937,0,nan
16,64,0.257299,0.9999905,0,0.2747696909
20,80,0.1874125,0.9998835,0,0.2289444229
24,96,0.1522385,0.99938,0,0.1961714033
32,128,0.107608,0.9997135,0,0.1524639978
48,192,0.0719285,0.9897345,0,0.1054308944
64,256,0.0530375,0.9997025,0,0.08056383667
8,32,0.948557,0.999577,0,0.6849191155
12,48,0.413714,0.999816,0,nan
16,64,0.257299,0.999865,0,0.2747696909
20,80,0.1874125,0.999368,0,0.2289444229
24,96,0.1522385,0.9997115,0,0.1961714033
32,128,0.107608,0.9997615,0,0.1524639978
48,192,0.0719285,0.998383,0,0.1054308944
64,256,0.0530375,0.9996495,0,0.08056383667
1 L d legit_ser eve_ser mask_xcorr oma
2 8 32 0.948557 0.997348 0.999577 0 0.6849191155
3 12 48 0.413714 0.999937 0.999816 0 nan
4 16 64 0.257299 0.9999905 0.999865 0 0.2747696909
5 20 80 0.1874125 0.9998835 0.999368 0 0.2289444229
6 24 96 0.1522385 0.99938 0.9997115 0 0.1961714033
7 32 128 0.107608 0.9997135 0.9997615 0 0.1524639978
8 48 192 0.0719285 0.9897345 0.998383 0 0.1054308944
9 64 256 0.0530375 0.9997025 0.9996495 0 0.08056383667