docs: adaptive-link building blocks — motion sensing, interference mitigation, named knobs#180
Merged
Merged
Conversation
Expand the adaptive-link building-blocks catalog with primitives that already exist in the tree but weren't named: - Motion / presence sensing (from the self-sounded beamforming report, the WiFiSenseDemo readout) — a new "environment" sensor class; it is the signal that drives the fade-state receive-chain lever the doc already discusses. - Interference-mitigation actuators — the narrowband notch (DEVOURER_RX_NBI) and the per-tone de-weighting mask (DEVOURER_RX_CSI_MASK) — the act half paired with the per-tone localizer's sense half, closing that loop. - Name the concrete knobs behind existing lever rows: the RX-path mask (DEVOURER_RX_PATHS), the hopping / fast-retune channel lever (DEVOURER_HOP_*), the 5/10 MHz narrowband re-clock, and the per-layer FEC ladder (DEVOURER_SVC_LADDER, fused-fec.md). Also fix the README cont-TX entry, which implied the carrier feeds the probe; the probe uses a decoupled beacon feed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A review of this week's merged PRs surfaced building blocks that already exist in
the tree but weren't captured in
docs/adaptive-link-building-blocks.md. Thisadds them, keeping the doc's conceptual + reference tone (knobs as hooks).
beamforming report) — a new environment sensor class. It is the signal that
drives the fade-state receive-chain lever the doc already discusses.
DEVOURER_RX_NBI)and the per-tone de-weighting mask (
DEVOURER_RX_CSI_MASK) — the act halfpaired with the per-tone localizer's sense half, closing that loop (the doc
previously had only the sensor).
(
DEVOURER_RX_PATHS), the hopping / fast-retune channel lever(
DEVOURER_HOP_*), the 5/10 MHz narrowband re-clock, and the per-layer FECladder (
DEVOURER_SVC_LADDER/fused-fec.md).Consistency pass: all links + tool paths resolve; terminology matches the related
docs; cross-links added to
pseudo-preamble-puncturing.mdandbeamforming-victim-sensing.md. Also fixed the README cont-TX entry, whichimplied the carrier feeds the probe — the probe uses a decoupled beacon feed.
Docs only; no code change.
🤖 Generated with Claude Code