Skip to main content

Module platform

Module platform 

Source
Expand description

Platform context: waveform transitions, SNR floor, regime suppression. Platform context: waveform transitions, SNR floor, regime suppression.

This module provides the context information that allows the grammar layer to suppress escalation during known-good transient windows (waveform transitions, frequency hops, calibration periods) — analogous to the MaintenanceHysteresis guard in the semiconductor domain.

§Failure Mode Mitigation (paper §XIV-C)

Deliberate waveform transitions produce residual signatures that are structurally indistinguishable from interference onset. The correct integration contract includes a waveform-schedule context channel that suppresses grammar escalation during flagged transition windows.

Setting WaveformState::Transition returns f32::INFINITY from admissibility_multiplier(), making envelope violations structurally impossible during the transition window.

Structs§

PlatformContext
Complete platform context passed to the engine on each observe() call.
SnrFloor
SNR floor marker. Observations below this floor are flagged as sub-threshold and have drift/slew forced to zero.

Enums§

WaveformState
Current waveform/signal regime state.