Neural network graph defined
Identifies weight tensors W ∈ ℝd×d
wij → Σ sr · 2er, mean R̄ ≈ 1.6
INT4 storage, ~8× compression vs FP32
Accumulate across R terms per weight
AI Inference: The most natural fit. QAT-trained models compress to R̄≈1.6 terms per weight. The PE array processes entire transformer layers with 2D sparsity yielding ~92× energy efficiency vs FP32 MAC (Horowitz 45nm).
Antenna array configuration defined
Steering vectors W ∈ ℂM×R
Re(w) + j·Im(w), each decomposed separately
Updated per beam-sweep at sub-ms latency
Shift-add computes beam weights in real-time
5G Beamforming: Steering vectors are naturally sparse in the PoT domain. The same PE array that runs AI inference computes beam weights at sub-millisecond latency — no dedicated RF-DSP ASIC needed.
Filter specification defined
FIR taps h[n] identified as coefficients
Symmetric taps yield shared decompositions
Hot-swappable: change filter = change table
Streaming convolution via shift-and-add
DSP Filtering: Classical FIR/IIR taps decompose cleanly into PoT terms. A 128-tap filter runs on the same PE array as a transformer — swap the coefficient table, not the silicon. Real-time audio at µW power.