Mapping#
This module provides components for mapping bits to constellation symbols and
demapping received symbols back to bit log-likelihood ratios (LLRs).
The Constellation class defines symbol constellations (QAM, PAM, or custom),
while Mapper and Demapper perform the forward and inverse operations.
For symbol-level soft demapping, see SymbolDemapper.
Additional Utility Functions include source blocks and conversion functions between
different representations.