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
+28 -28
View File
@@ -1,29 +1,29 @@
L,K,best_rho,eve_ser
8,1,0.2918601623,0.9945244994
8,10,0.6307837307,0.9550597921
8,100,0.8190062809,0.8147158732
8,1000,0.9077793813,0.5723297059
8,10000,0.9535904264,0.3866372342
8,100000,0.9757162716,0.3157766639
8,1000000,0.9872786315,0.2845244539
16,1,0.2228791779,0.9990085712
16,10,0.4570522499,0.9943536935
16,100,0.6321070191,0.9769163907
16,1000,0.7417848118,0.9311708657
16,10000,0.8164950053,0.8399011082
16,100000,0.8673534005,0.7274791752
16,1000000,0.9048131336,0.5915534824
32,1,0.1399813941,0.999821061
32,10,0.3205750013,0.9991354579
32,100,0.4660256564,0.996404209
32,1000,0.5620279439,0.991343747
32,10000,0.6393936736,0.9815239297
32,100000,0.6993164916,0.9634132739
32,1000000,0.7479539255,0.9349306487
64,1,0.0987436915,0.9999096477
64,10,0.2263401688,0.9997303409
64,100,0.3389944824,0.9991750164
64,1000,0.4155608514,0.9981802181
64,10000,0.4757575011,0.9967597446
64,100000,0.5299797378,0.994275692
64,1000000,0.5741312045,0.9910114047
8,1,0.2918601623,0.9066920085
8,10,0.6307837307,0.5210311818
8,100,0.8190062809,0.1464367404
8,1000,0.9077793813,0.07579906172
8,10000,0.9535904264,0.06202610787
8,100000,0.9757162716,0.05732935088
8,1000000,0.9872786315,0.05494886822
16,1,0.2228791779,0.9678674777
16,10,0.4570522499,0.8428517805
16,100,0.6321070191,0.5220053649
16,1000,0.7417848118,0.2575339696
16,10000,0.8164950053,0.1355546081
16,100000,0.8673534005,0.0917885764
16,1000000,0.9048131336,0.07564447448
32,1,0.1399813941,0.9955028264
32,10,0.3205750013,0.9696107631
32,100,0.4660256564,0.8637137122
32,1000,0.5620279439,0.694146855
32,10000,0.6393936736,0.505025831
32,100000,0.6993164916,0.3443445207
32,1000000,0.7479539255,0.2384664588
64,1,0.0987436915,0.9985051621
64,10,0.2263401688,0.9932755581
64,100,0.3389944824,0.9716186298
64,1000,0.4155608514,0.9321217644
64,10000,0.4757575011,0.8672182737
64,100000,0.5299797378,0.7724368738
64,1000000,0.5741312045,0.6658700504
1 L K best_rho eve_ser
2 8 1 0.2918601623 0.9945244994 0.9066920085
3 8 10 0.6307837307 0.9550597921 0.5210311818
4 8 100 0.8190062809 0.8147158732 0.1464367404
5 8 1000 0.9077793813 0.5723297059 0.07579906172
6 8 10000 0.9535904264 0.3866372342 0.06202610787
7 8 100000 0.9757162716 0.3157766639 0.05732935088
8 8 1000000 0.9872786315 0.2845244539 0.05494886822
9 16 1 0.2228791779 0.9990085712 0.9678674777
10 16 10 0.4570522499 0.9943536935 0.8428517805
11 16 100 0.6321070191 0.9769163907 0.5220053649
12 16 1000 0.7417848118 0.9311708657 0.2575339696
13 16 10000 0.8164950053 0.8399011082 0.1355546081
14 16 100000 0.8673534005 0.7274791752 0.0917885764
15 16 1000000 0.9048131336 0.5915534824 0.07564447448
16 32 1 0.1399813941 0.999821061 0.9955028264
17 32 10 0.3205750013 0.9991354579 0.9696107631
18 32 100 0.4660256564 0.996404209 0.8637137122
19 32 1000 0.5620279439 0.991343747 0.694146855
20 32 10000 0.6393936736 0.9815239297 0.505025831
21 32 100000 0.6993164916 0.9634132739 0.3443445207
22 32 1000000 0.7479539255 0.9349306487 0.2384664588
23 64 1 0.0987436915 0.9999096477 0.9985051621
24 64 10 0.2263401688 0.9997303409 0.9932755581
25 64 100 0.3389944824 0.9991750164 0.9716186298
26 64 1000 0.4155608514 0.9981802181 0.9321217644
27 64 10000 0.4757575011 0.9967597446 0.8672182737
28 64 100000 0.5299797378 0.994275692 0.7724368738
29 64 1000000 0.5741312045 0.9910114047 0.6658700504