.gitignore
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements-docs.txt
requirements.txt
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.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/QUICK_REFERENCE.md
docs/USER_GUIDE.md
docs/index.md
examples/ber_waterfall_simulation.py
examples/convolutional_viterbi_demo.py
examples/full_chain_demo.py
examples/hamming_demo.py
examples/huffman_demo.py
examples/ldpc_coding_gain_demo.py
examples/mm1_queue_demo.py
examples/ofdm_papr_demo.py
examples/polar_scl_demo.py
examples/qam_ber_curve.py
examples/quickstart.ipynb
examples/reed_solomon_demo.py
examples/sigmf_iq_io.py
examples/turbo_coding_gain_demo.py
src/commpy/__init__.py
src/commpy/py.typed
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/_channelCoding/ldpc/code.py
src/commpy/_channelCoding/ldpc/decoder.py
src/commpy/_channelCoding/ldpc/matrices.py
src/commpy/_channelCoding/ldpc/standards.py
src/commpy/_channelCoding/polar/code.py
src/commpy/_channelCoding/polar/construction.py
src/commpy/_channelCoding/polar/decoder.py
src/commpy/_channelCoding/turbo/bcjr.py
src/commpy/_channelCoding/turbo/rsc.py
src/commpy/_channelCoding/turbo/turbo.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/_sdr/iq_file.py
src/commpy/_simulation/link_simulation.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/_channelCoding/ldpc/test_ldpc.py
tests/_channelCoding/ldpc/test_matrices.py
tests/_channelCoding/polar/test_construction.py
tests/_channelCoding/polar/test_polar.py
tests/_channelCoding/turbo/test_rsc.py
tests/_channelCoding/turbo/test_turbo.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/_sdr/test_iq_file.py
tests/_simulation/test_link_simulation.py
tests/_utils/test_numba_compat.py
tests/_waves/test_iq_wave.py