Skip to main content

Module envelope

Module envelope 

Source
Expand description

Admissibility envelope E(k) = {r : ‖r‖ ≤ ρ(k)}. Admissibility envelope E(k) = {r : ‖r‖ ≤ ρ(k)}.

§Mathematical Definition (paper §B.3, §V-D)

E(k) = {r ∈ ℂⁿ : ‖r‖ ≤ ρ(k)} ρ = μ_healthy + 3σ_healthy (from calibration window)

The admissibility_multiplier() from PlatformContext scales ρ to +∞ during waveform transitions and calibration periods, making envelope violations structurally impossible during suppressed windows.

§Envelope Sources (paper §V-D)

  1. Receiver noise floor statistics: 3σ of healthy-window residual norm
  2. Regulatory emission masks (ITU-R SM.1048-5 §4.3, MIL-STD-461G RE102)
  3. Link budget margins
  4. PLL hold-in range
  5. 3GPP TS 36.141 §6.3 ACLR limits

Structs§

AdmissibilityEnvelope
Admissibility envelope parameterized by radius ρ.