.gitignore
CONTRIBUTING.md
DOCUMENTATION_SUMMARY.md
LICENSE
README.md
pyproject.toml
requirements-docs.txt
requirements.txt
.github/workflows/ci.yml
.github/workflows/deploy-docs.yml
.github/workflows/publish.yml
docs/API.md
docs/CHANGELOG.md
docs/FAQ.md
docs/GETTING_STARTED.md
docs/INDEX.md
docs/QUICK_REFERENCE.md
docs/USER_GUIDE.md
examples/convolutional_viterbi_demo.py
examples/full_chain_demo.py
examples/hamming_demo.py
examples/huffman_demo.py
examples/mm1_queue_demo.py
examples/ofdm_papr_demo.py
examples/qam_ber_curve.py
examples/reed_solomon_demo.py
src/commpy/__init__.py
src/commpy.egg-info/PKG-INFO
src/commpy.egg-info/SOURCES.txt
src/commpy.egg-info/dependency_links.txt
src/commpy.egg-info/requires.txt
src/commpy.egg-info/top_level.txt
src/commpy/_channelCoding/block/_algebraic.py
src/commpy/_channelCoding/block/bch.py
src/commpy/_channelCoding/block/crc.py
src/commpy/_channelCoding/block/cyclic.py
src/commpy/_channelCoding/block/hamming.py
src/commpy/_channelCoding/block/reed_solomon.py
src/commpy/_channelCoding/convolutional/encoder.py
src/commpy/_channelCoding/convolutional/trellis.py
src/commpy/_channelCoding/convolutional/viterbi.py
src/commpy/_channelCoding/interleaving/block.py
src/commpy/_channelCoding/interleaving/convolutional.py
src/commpy/_channels/channels.py
src/commpy/_fields/base.py
src/commpy/_fields/binary_extension_field.py
src/commpy/_fields/polynomials.py
src/commpy/_fields/prime_field.py
src/commpy/_informationTheory/formulas.py
src/commpy/_informationTheory/rate_distortion.py
src/commpy/_informationTheory/source_coding.py
src/commpy/_modulation/base.py
src/commpy/_modulation/equalization.py
src/commpy/_modulation/gray.py
src/commpy/_modulation/legacy.py
src/commpy/_modulation/pam.py
src/commpy/_modulation/psk.py
src/commpy/_modulation/pulse_shaping.py
src/commpy/_modulation/qam.py
src/commpy/_modulation/soft_demod.py
src/commpy/_modulation/synchronization.py
src/commpy/_networking/queuing.py
src/commpy/_ofdm/ofdm.py
src/commpy/_utils/maths.py
src/commpy/_utils/numba_compat.py
src/commpy/_waves/iq_wave.py
tests/conftest.py
tests/test_examples.py
tests/test_package.py
tests/_channelCoding/block/test_bch.py
tests/_channelCoding/block/test_crc.py
tests/_channelCoding/block/test_cyclic.py
tests/_channelCoding/block/test_hamming.py
tests/_channelCoding/block/test_reed_solomon.py
tests/_channelCoding/convolutional/test_trellis.py
tests/_channelCoding/convolutional/test_viterbi.py
tests/_channelCoding/interleaving/test_block.py
tests/_channelCoding/interleaving/test_convolutional.py
tests/_channels/test_channels.py
tests/_fields/test_binary_extension_field.py
tests/_fields/test_polynomials.py
tests/_fields/test_prime_field.py
tests/_informationTheory/test_formulas.py
tests/_informationTheory/test_rate_distortion.py
tests/_informationTheory/test_source_coding.py
tests/_modulation/test_equalization.py
tests/_modulation/test_gray.py
tests/_modulation/test_legacy.py
tests/_modulation/test_modulator_contract.py
tests/_modulation/test_pam.py
tests/_modulation/test_psk.py
tests/_modulation/test_pulse_shaping.py
tests/_modulation/test_qam.py
tests/_modulation/test_soft_demod.py
tests/_modulation/test_synchronization.py
tests/_networking/test_queuing.py
tests/_ofdm/test_ofdm.py
tests/_utils/test_numba_compat.py
tests/_waves/test_iq_wave.py