v2 design: independent masks + affinity-aware Wiener demultiplexer

Redesign after the independent-mask dominance finding: the affinity
now parameterizes the receiver (closed-form Wiener) instead of the
mask ensemble. New Theorem 1 (spectral closed form), floors
sqrt(1-b^2)/2 vs 1/2, full-cooperation bound with equality at b=1.
GPU (torch) Monte Carlo backend, decision-directed SIC baseline,
TikZ block diagram source, verification suite V1-V11.
This commit is contained in:
KiHoLee
2026-08-17 02:12:10 +09:00
parent b8b853e62e
commit 358faecc0c
29 changed files with 1777 additions and 1514 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
beta,user1_mc_over_theory,user2_mc_over_theory,max_dev_pct
0.0,1.0,1.0,0.0
0.311,1.0007005180677906,0.9999999999999998,0.07005180677905898
0.5,0.9964527822308402,0.9999999999999998,0.3547217769159783
0.7,0.9981870510670983,1.0,0.18129489329017368
0.0,1.0003971986044795,0.9997756167547166,0.03971986044795095
0.311,1.003449173346779,1.0016398632768944,0.34491733467789665
0.5,1.0004382526911781,0.9996516691448926,0.04382526911781426
0.7,0.9986337430756431,0.9983924640367988,0.16075359632011788
1 beta user1_mc_over_theory user2_mc_over_theory max_dev_pct
2 0.0 1.0 1.0003971986044795 1.0 0.9997756167547166 0.0 0.03971986044795095
3 0.311 1.0007005180677906 1.003449173346779 0.9999999999999998 1.0016398632768944 0.07005180677905898 0.34491733467789665
4 0.5 0.9964527822308402 1.0004382526911781 0.9999999999999998 0.9996516691448926 0.3547217769159783 0.04382526911781426
5 0.7 0.9981870510670983 0.9986337430756431 1.0 0.9983924640367988 0.18129489329017368 0.16075359632011788