Expand description
Proximity-1 physical layer parameters (CCSDS 211.1-B-4). Proximity-1 Physical Layer parameters (CCSDS 211.1-B-4).
Defines the RF and modulation parameters for Proximity-1 space links. These are short-range, bidirectional links used between landers, rovers, orbiters, and CubeSat formations.
Modulation: GMSK with BT = 0.25. Band: UHF 390-450 MHz. Data rates: 8 kbps to 256 kbps (powers of 2).
Enums§
- Data
Encoding - Data encoding options.
Constants§
- BT
- GMSK bandwidth-time product for Proximity-1.
- CHANNEL_
SPACING - Channel spacing (Hz).
- DATA_
RATES - Supported data rates (bits per second).
- DEFAULT_
NOISE_ VAR - Default noise variance for simulation.
- DEFAULT_
SCALE - Default LLR scale factor.
- DEFAULT_
SPS - Default samples per symbol for simulation.
- FORWARD_
BAND_ HIGH - Forward link frequency band upper bound (Hz).
- FORWARD_
BAND_ LOW - Forward link frequency band lower bound (Hz).
- RETURN_
BAND_ HIGH - Return link frequency band upper bound (Hz).
- RETURN_
BAND_ LOW - Return link frequency band lower bound (Hz).
Functions§
- modulator
- Creates a GMSK modulator configured for Proximity-1.
- modulator_
with_ sps - Creates a GMSK modulator with a custom samples-per-symbol.