Skip to content

Domain Language

Use this vocabulary consistently when changing bijux-gnss-signal.

Durable Terms

  • signal registry: the canonical inventory of supported signal definitions and component layout
  • code family: the constellation-specific implementation of primary and secondary code behavior
  • DSP primitive: reusable signal math that does not assume one receiver runtime
  • raw-IQ contract: the typed metadata and quantization vocabulary needed to interpret capture bytes
  • signal-layer validation: checks that observations are structurally compatible at the signal boundary

Terms To Avoid Blurring

  • runtime: use this for behavior owned by the receiver package, not any function that happens to process samples
  • artifact: use this for persisted or emitted outputs, not internal vectors or spectra
  • navigation quality: use this only for the navigation package or receiver-level judgments, not signal compatibility checks

First Proof Check

Start with the signal catalog guide, code-family guide, DSP guide, and validation guide. Then inspect the signal catalog, DSP source, and observation validation source to make sure the words on this page still match the actual source ownership seams.