Skip to main content

Module physical

Module physical 

Source
Expand description

Physical layer: modulation, demodulation, channel models. Physical layer: modulation, demodulation, and channel I/O.

Defines the async traits for reading/writing raw bytes on a physical channel. Higher layers (coding, datalink) depend on these traits — this module has no upward dependencies.

Modules§

modulator
Modulation and demodulation schemes (BPSK, QPSK, OQPSK, 8PSK, GMSK). Modulation and demodulation schemes.
proximity1
Proximity-1 physical layer parameters (CCSDS 211.1-B-4). Proximity-1 Physical Layer parameters (CCSDS 211.1-B-4).

Traits§

PhysicalRead
Async trait for reading raw bytes from a physical channel.
PhysicalWrite
Async trait for writing raw bytes to a physical channel.