Linear_Feedback_Shift_Register
PyLFSR
File Explorer
Download Latest Version (.zip)- config.yml
- __init__.py
- primitive_polynomials_GF2_dict.txt
- pylfsr.py
- seq_generators.py
- utils.py
- pylfsr-1.0.5-py3-none-any.whl
- pylfsr-1.0.5.tar.gz
- pylfsr-1.0.7-py3-none-any.whl
- pylfsr-1.0.7.tar.gz
- api.rst
- api_fun.rst
- conf.py
- contacts.rst
- dispViz.rst
- generators.rst
- index.rst
- installation.rst
- LFSR_Examples.rst
- lfsrClass.rst
- matlab.rst
- properties.rst
- example1.py
- example_LFSR1.py
- example_LFSR2.py
- 5bit_0.jpg
- 5bit_1.gif
- 5bit_1.jpg
- 5bit_2.gif
- 5bit_3.gif
- 5bit_4.gif
- 5bit_5.gif
- 5bit_6.gif
- 5bit_7.gif
- 5bit_8.gif
- 5bit_fib_1_only.png
- 5bit_Galois_1.png
- 5bit_galois_1_only.png
- A5_1.jpg
- acorr_test.jpg
- acorr_test_npf.jpg
- aucorr_test.jpg
- Enhanced_A51.png
- FibanacciLFSR_1.gif
- FibanacciLFSR_2.gif
- forkme_left_github_left_red.png
- forkme_left_github_right_red.png
- GaloisLFSR_1.gif
- Geffe_0.jpg
- L_p14_861_fibonacci.png
- L_p14_861_galois.png
- L_p23_5_10K_image_1.png
- L_p53_1.png
- L_p53_10K_image_1.png
- L_p5432_1.png
- L_p61_1.png
- L_p6521_galois_ob0_1.png
- L_p6521_galois_ob3_1.png
- L_p8432_10K_image_1.png
- LFSR.jpg
- LFSR_m.jpg
- LFSR_matlab.jpg
- pylfsr_logo.png
- pylfsr_logo_1.png
- LFSRv1.m
- LFSRv2.m
- LFSRv3.m
- __init__.py
- primitive_polynomials_GF2_dict.txt
- pylfsr.py
- seq_generators.py
- utils.py
- dependency_links.txt
- PKG-INFO
- requires.txt
- SOURCES.txt
- top_level.txt
- .readthedocs.yaml
- examples.py
- LICENSE
- LICENSE.txt
- MANIFEST.in
- README.md
- requirements.txt
- setup.py
- Version
- versions.json
# Installation Guide
1. Get the code
git clone https://github.com/Nikeshbajaj/Linear_Feedback_Shift_Register
Downloads the entire project code from GitHub to your computer.
cd Linear_Feedback_Shift_Register
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
