pub enum PhysicalMechanism {
PaThermalDrift,
LoAging,
PimOnset,
PhaseNoiseDegradation,
IntentionalJamming,
AdjacentChannelInterference,
FhssTransition,
AntennaCouplingTransient,
Unknown,
}Expand description
A candidate physical mechanism that may explain a grammar state.
These are hypotheses, not attributions. Physical attribution requires deployment-specific calibration data.
Variants§
PaThermalDrift
Power amplifier thermal drift (Arrhenius model). Signature: persistent positive ṙ over 100–10,000 symbol periods.
LoAging
Local oscillator aging (Allan variance model). Signature: slow monotone frequency offset growth.
PimOnset
Passive intermodulation (PIM) onset. Signature: abrupt slew in specific intermod frequency bands.
PhaseNoiseDegradation
Phase noise degradation (Leeson’s model). Signature: oscillatory ṙ with growing amplitude.
IntentionalJamming
Intentional jamming (J/S ratio model). Signature: abrupt, sustained high-norm residual.
AdjacentChannelInterference
Adjacent-channel interference (ACLR violation). Signature: spectral mask approach from neighboring channel.
FhssTransition
Frequency-hopping spread-spectrum transition. Signature: abrupt slew with rapid recovery to new baseline.
AntennaCouplingTransient
Antenna coupling transient. Signature: brief abrupt slew correlated with antenna switching.
Unknown
Unknown mechanism — endoductive regime.
Trait Implementations§
Source§impl Clone for PhysicalMechanism
impl Clone for PhysicalMechanism
Source§fn clone(&self) -> PhysicalMechanism
fn clone(&self) -> PhysicalMechanism
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more