Skip to main content

Module proximity1

Module proximity1 

Source
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§

DataEncoding
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.