Main configuration d=256, L=64: all data, figures and checks re-run

Every OMA reference takes the L/16 combining gain so the comparison
stays resource matched, four hardcoded copies of the configuration are
replaced by MAIN_D or the main curve, and stage_J's K-by-L Gaussian
draw becomes its exact scalar Beta equivalent.
This commit is contained in:
KiHoLee
2026-08-18 14:40:48 +09:00
parent fef629a218
commit 8f26bf9bc9
34 changed files with 691 additions and 544 deletions
+11 -11
View File
@@ -1,12 +1,12 @@
snr_db,legit,eve_wrong,eve_none,eve_public,oma,chance
0,0.8821684375,0.999989375,0.9999803125,0.8819953125,0.8933480658,0.9999847412
2,0.779363125,0.99999125,0.999980625,0.7794809375,0.7973276257,0.9999847412
4,0.6455015625,0.9999884375,0.9999809375,0.64627375,0.6686275787,0.9999847412
6,0.5016365625,0.9999903125,0.99998,0.5016371875,0.525415822,0.9999847412
8,0.3675334375,0.999989375,0.9999775,0.3677109375,0.3892153151,0.9999847412
10,0.2576425,0.99999375,0.999970625,0.2569871875,0.2747696909,0.9999847412
12,0.1741078125,0.99999,0.9999703125,0.17413125,0.1870712987,0.9999847412
14,0.115345,0.9999853125,0.999966875,0.1151475,0.1241256148,0.9999847412
16,0.0748184375,0.9999846875,0.9999675,0.0747059375,0.08092517452,0.9999847412
18,0.0480371875,0.9999884375,0.9999575,0.0481878125,0.05214810026,0.9999847412
20,0.030745,0.99998875,0.9999559375,0.0308409375,0.03334949917,0.9999847412
0,0.3976709375,0.999875,0.9999815625,0.398049375,0.5239437084,0.9999847412
2,0.280670625,0.9998496875,0.9999834375,0.2805728125,0.3879090701,0.9999847412
4,0.191034375,0.999809375,0.999985,0.190259375,0.2737289805,0.9999847412
6,0.12611875,0.9997775,0.99997875,0.126483125,0.1863040407,0.9999847412
8,0.0821671875,0.9997490625,0.999981875,0.0824515625,0.1235895109,0.9999847412
10,0.0531603125,0.9997025,0.99998125,0.0529865625,0.08056383667,0.9999847412
12,0.034030625,0.9996815625,0.99997625,0.0339634375,0.05191025407,0.9999847412
14,0.021604375,0.9996678125,0.999969375,0.021566875,0.03319532309,0.9999847412
16,0.013683125,0.9996721875,0.99996,0.0138321875,0.02112425659,0.9999847412
18,0.0087159375,0.999639375,0.999954375,0.0087384375,0.01340080653,0.9999847412
20,0.00549625,0.9996415625,0.99996,0.0054996875,0.00848434326,0.9999847412
1 snr_db legit eve_wrong eve_none eve_public oma chance
2 0 0.8821684375 0.3976709375 0.999989375 0.999875 0.9999803125 0.9999815625 0.8819953125 0.398049375 0.8933480658 0.5239437084 0.9999847412
3 2 0.779363125 0.280670625 0.99999125 0.9998496875 0.999980625 0.9999834375 0.7794809375 0.2805728125 0.7973276257 0.3879090701 0.9999847412
4 4 0.6455015625 0.191034375 0.9999884375 0.999809375 0.9999809375 0.999985 0.64627375 0.190259375 0.6686275787 0.2737289805 0.9999847412
5 6 0.5016365625 0.12611875 0.9999903125 0.9997775 0.99998 0.99997875 0.5016371875 0.126483125 0.525415822 0.1863040407 0.9999847412
6 8 0.3675334375 0.0821671875 0.999989375 0.9997490625 0.9999775 0.999981875 0.3677109375 0.0824515625 0.3892153151 0.1235895109 0.9999847412
7 10 0.2576425 0.0531603125 0.99999375 0.9997025 0.999970625 0.99998125 0.2569871875 0.0529865625 0.2747696909 0.08056383667 0.9999847412
8 12 0.1741078125 0.034030625 0.99999 0.9996815625 0.9999703125 0.99997625 0.17413125 0.0339634375 0.1870712987 0.05191025407 0.9999847412
9 14 0.115345 0.021604375 0.9999853125 0.9996678125 0.999966875 0.999969375 0.1151475 0.021566875 0.1241256148 0.03319532309 0.9999847412
10 16 0.0748184375 0.013683125 0.9999846875 0.9996721875 0.9999675 0.99996 0.0747059375 0.0138321875 0.08092517452 0.02112425659 0.9999847412
11 18 0.0480371875 0.0087159375 0.9999884375 0.999639375 0.9999575 0.999954375 0.0481878125 0.0087384375 0.05214810026 0.01340080653 0.9999847412
12 20 0.030745 0.00549625 0.99998875 0.9996415625 0.9999559375 0.99996 0.0308409375 0.0054996875 0.03334949917 0.00848434326 0.9999847412