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
+3
View File
@@ -0,0 +1,3 @@
beta,aware_mc,aware_pred,blind_mc,blind_pred
0.311,0.7251058104634285,0.7244273905766959,0.7074751788377762,0.7071067811865476
0.8,0.8371337348222733,0.8366600265340756,0.7081796124577522,0.7071067811865476
1 beta aware_mc aware_pred blind_mc blind_pred
2 0.311 0.7251058104634285 0.7244273905766959 0.7074751788377762 0.7071067811865476
3 0.8 0.8371337348222733 0.8366600265340756 0.7081796124577522 0.7071067811865476