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
+7 -7
View File
@@ -1,8 +1,8 @@
sigma_h2,edma,sic
0.0,0.5445012038424076,0.5460929325736039
0.01,0.5445012038424075,0.5432828884753359
0.02,0.5445012038424075,0.5408883972120776
0.05,0.5445012038424076,0.536040175102482
0.1,0.5445012038424076,0.5277163316448914
0.2,0.5445012038424075,0.5169782457463995
0.3,0.5445012038424076,0.5125870168901699
0.0,0.5985892848856748,0.5827705618180334
0.01,0.5970788184367121,0.5824256975366734
0.02,0.5956342787574976,0.5820832186681218
0.05,0.5913892493443563,0.5813290306786075
0.1,0.5849188896268607,0.5799057619913947
0.2,0.5753242927324027,0.5776647866773419
0.3,0.5690016979491338,0.5756815607612953
1 sigma_h2 edma sic
2 0.0 0.5445012038424076 0.5985892848856748 0.5460929325736039 0.5827705618180334
3 0.01 0.5445012038424075 0.5970788184367121 0.5432828884753359 0.5824256975366734
4 0.02 0.5445012038424075 0.5956342787574976 0.5408883972120776 0.5820832186681218
5 0.05 0.5445012038424076 0.5913892493443563 0.536040175102482 0.5813290306786075
6 0.1 0.5445012038424076 0.5849188896268607 0.5277163316448914 0.5799057619913947
7 0.2 0.5445012038424075 0.5753242927324027 0.5169782457463995 0.5776647866773419
8 0.3 0.5445012038424076 0.5690016979491338 0.5125870168901699 0.5756815607612953