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
+16 -16
View File
@@ -1,17 +1,17 @@
jsr_db,blind,matched,perm_blind,oma_targeted
-10,0.4144466667,0.6026633333,0.4142366667,0.6401244609
-8,0.47322,0.6827466667,0.4749333333,0.7152454705
-6,0.5445766667,0.7588666667,0.54569,0.7840240868
-4,0.6223533333,0.8241966667,0.6225633333,0.8424432091
-2,0.7009733333,0.8757933333,0.7011833333,0.8888838836
0,0.7724933333,0.9165966667,0.7720633333,0.9237966241
2,0.8337533333,0.9441633333,0.8322966667,0.9488822017
4,0.88268,0.9645966667,0.88304,0.9662811712
6,0.9196833333,0.97682,0.9193566667,0.9780307416
8,0.9457333333,0.9852033333,0.9457433333,0.9858109157
10,0.96429,0.9906933333,0.96467,0.9908905586
12,0.97734,0.9942133333,0.9765066667,0.9941743502
14,0.98498,0.9962466667,0.9854933333,0.9962827887
16,0.9904633333,0.9975066667,0.99042,0.9976304229
18,0.99391,0.99848,0.99382,0.9984893291
20,0.99619,0.9990566667,0.9963433333,0.9990359654
-10,0.10064,0.37023,0.10146,0.5614379461
-8,0.1249233333,0.4708266667,0.12691,0.65563829
-6,0.1634766667,0.5763733333,0.16262,0.7407016397
-4,0.214,0.6803433333,0.21294,0.8120662111
-2,0.2825866667,0.76744,0.2808,0.8681995366
0,0.3646733333,0.8388366667,0.36478,0.9100289945
2,0.4608633333,0.8904066667,0.4600566667,0.9398716824
4,0.5610033333,0.92756,0.5599433333,0.9604546595
6,0.65865,0.9529333333,0.6570033333,0.9742944207
8,0.7445133333,0.96962,0.74325,0.9834284377
10,0.8155633333,0.9808933333,0.8162233333,0.9893770607
12,0.8720266667,0.98766,0.8727233333,0.9932152779
14,0.9134533333,0.99211,0.9136866667,0.9956760816
16,0.94315,0.9950333333,0.9424633333,0.9972471319
18,0.96219,0.9969166667,0.96196,0.9982475299
20,0.9756633333,0.99808,0.97557,0.9988837869
1 jsr_db blind matched perm_blind oma_targeted
2 -10 0.4144466667 0.10064 0.6026633333 0.37023 0.4142366667 0.10146 0.6401244609 0.5614379461
3 -8 0.47322 0.1249233333 0.6827466667 0.4708266667 0.4749333333 0.12691 0.7152454705 0.65563829
4 -6 0.5445766667 0.1634766667 0.7588666667 0.5763733333 0.54569 0.16262 0.7840240868 0.7407016397
5 -4 0.6223533333 0.214 0.8241966667 0.6803433333 0.6225633333 0.21294 0.8424432091 0.8120662111
6 -2 0.7009733333 0.2825866667 0.8757933333 0.76744 0.7011833333 0.2808 0.8888838836 0.8681995366
7 0 0.7724933333 0.3646733333 0.9165966667 0.8388366667 0.7720633333 0.36478 0.9237966241 0.9100289945
8 2 0.8337533333 0.4608633333 0.9441633333 0.8904066667 0.8322966667 0.4600566667 0.9488822017 0.9398716824
9 4 0.88268 0.5610033333 0.9645966667 0.92756 0.88304 0.5599433333 0.9662811712 0.9604546595
10 6 0.9196833333 0.65865 0.97682 0.9529333333 0.9193566667 0.6570033333 0.9780307416 0.9742944207
11 8 0.9457333333 0.7445133333 0.9852033333 0.96962 0.9457433333 0.74325 0.9858109157 0.9834284377
12 10 0.96429 0.8155633333 0.9906933333 0.9808933333 0.96467 0.8162233333 0.9908905586 0.9893770607
13 12 0.97734 0.8720266667 0.9942133333 0.98766 0.9765066667 0.8727233333 0.9941743502 0.9932152779
14 14 0.98498 0.9134533333 0.9962466667 0.99211 0.9854933333 0.9136866667 0.9962827887 0.9956760816
15 16 0.9904633333 0.94315 0.9975066667 0.9950333333 0.99042 0.9424633333 0.9976304229 0.9972471319
16 18 0.99391 0.96219 0.99848 0.9969166667 0.99382 0.96196 0.9984893291 0.9982475299
17 20 0.99619 0.9756633333 0.9990566667 0.99808 0.9963433333 0.97557 0.9990359654 0.9988837869