Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

vborchsh/pynrl1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

! Deprecated. Everything moved to: https://github.com/vborchsh/py3gpp

pynrl1

L1 5G NR 3GPP Python implementation.

Installation

You need Python 3.9+ and some additional math packages like numpy and so on.

pypi

pip install pynrl1

Sources

git clone https://github.com/vborchsh/pynrl1
cd pynrl1
pip install .

Testing

At the moment, most part of code covered by MATLAB + pytest.

Limitations

  1. The only anthenna port assumed
  2. Any L2 procedures are out of scope

Contribution

TODO list

Nothing exceptional: fork -> edit -> pull request