An NR-ARFCN calculator
Project description
nrarfcn
Your NR-ARFCN calculator, as a Python package.
What is it?
This is a Python package that calculates the frequency for a given NR-ARFCN, and related information.
It follows 3GPP TS 38.104, table 5.4.2.1-1: "NR-ARFCN parameters for the global frequency raster"
How do I install it?
pip install nrarfcn
How do I use it?
>>> from nrarfcn.utils import get_frequency
>>> get_frequency(620000)
3300.0
License
This software is licensed under the MIT license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nrarfcn-1.0.0.tar.gz
(2.7 kB
view hashes)