CommPy
Digital Communication with Python
File Explorer
Download Latest Version (.zip)- 96.3.963.txt
- 96.33.964.txt
- 1440.720.txt
- 960.720.a.txt
- BlockCont.png
- coderateblock.png
- conv_code_177_133.png
- FECexamp2.png
- FECmainidea1.png
- n7o4bsf7_htlv10gsatc-yojbrq[1].png
- nebitrate.png
- punct.png
- v3v5w2gbwk34nzk_2qt25baoebq[1].png
- __init__.py
- test_algcode.py
- test_convcode.py
- test_gfields.py
- test_ldpc.py
- __init__.py
- algcode.py
- convcode.py
- gfields.py
- interleavers.py
- ldpc.py
- README.md
- turbo.py
- conv_encode_decode.py
- plotConsModem.py
- wifi80211_conv_encode_decode.py
- __init__.py
- test_channels.py
- test_links.py
- test_modulation.py
- test_sequences.py
- test_utilities.py
- __init__.py
- channels.py
- filters.py
- impairments.py
- links.py
- modulation.py
- sequences.py
- utilities.py
- wifi80211.py
- test_docscrape.py
- __init__.py
- comment_eater.py
- compiler_unparse.py
- docscrape.py
- docscrape_sphinx.py
- LICENSE.txt
- MANIFEST.in
- numpydoc.py
- phantom_import.py
- plot_directive.py
- README.txt
- setup.py
- traitsdoc.py
- channelcoding.rst
- channels.rst
- commpydoc.rst
- conf.py
- filters.rst
- impairments.rst
- index.rst
- links.rst
- Makefile
- modulation.rst
- sequences.rst
- utilities.rst
- .coveragerc
- .coveralls.yml
- .gitignore
- .travis.yml
- LICENSE.txt
- MANIFEST.in
- README.md
- requirements.txt
- runner
- setup.cfg
- setup.py
- THANKS.txt
# Installation Guide
1. Get the code
git clone https://github.com/veeresht/CommPy
Downloads the entire project code from GitHub to your computer.
cd CommPy
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ pip install scikit-commpy
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd doc
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
