Name | py3gpp JSON |
Version |
0.1.4
JSON |
| download |
home_page | |
Summary | Functions for 5G NR signal processing |
upload_time | 2023-01-25 18:28:40 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.8 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[](https://github.com/catkira/py3gpp/actions/workflows/lint_and_test.yml)
[](https://github.com/catkira/py3gpp/actions/workflows/python-package.yml)
[](https://badge.fury.io/py/py3gpp)
[](https://pepy.tech/project/py3gpp)
# Summary
This python package aims to replace the Matlab 5G Toolbox in Python. The call syntax of functions is the same as in matlab where possible. There are some differences, because matlab allows to continuously index a multidimensional array in one axis. In python this is not possible, therefore the result of functions like nrPBCHIndices() is also multidimensional here to make it compatible with Python.
# Installation
'python3 -m pip install py3gpp'
or
clone this repo and then do 'python3 -m pip install -e .'
# Getting started
run 'examples/test_py3gpp.ipynb'
The example data is ideal data generated with Matlab, but the code has been tested with real data that has CFO, SFO and noise.
# Documentation
See Matlab documentation of equivalent function
Raw data
{
"_id": null,
"home_page": "",
"name": "py3gpp",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "Benjamin Menk\u00fcc <benjamin@menkuec.de>",
"download_url": "https://files.pythonhosted.org/packages/22/8e/6198471aa214e6b09527ce631a6d6aa57cf24b50b58a6a726dba42c18278/py3gpp-0.1.4.tar.gz",
"platform": null,
"description": "[](https://github.com/catkira/py3gpp/actions/workflows/lint_and_test.yml)\n[](https://github.com/catkira/py3gpp/actions/workflows/python-package.yml)\n[](https://badge.fury.io/py/py3gpp)\n[](https://pepy.tech/project/py3gpp)\n\n# Summary\nThis python package aims to replace the Matlab 5G Toolbox in Python. The call syntax of functions is the same as in matlab where possible. There are some differences, because matlab allows to continuously index a multidimensional array in one axis. In python this is not possible, therefore the result of functions like nrPBCHIndices() is also multidimensional here to make it compatible with Python.\n\n# Installation\n'python3 -m pip install py3gpp'\nor\nclone this repo and then do 'python3 -m pip install -e .'\n\n# Getting started\nrun 'examples/test_py3gpp.ipynb'\n\nThe example data is ideal data generated with Matlab, but the code has been tested with real data that has CFO, SFO and noise.\n\n# Documentation\nSee Matlab documentation of equivalent function\n",
"bugtrack_url": null,
"license": "",
"summary": "Functions for 5G NR signal processing",
"version": "0.1.4",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fe38dd16dab48af97dfe8b82805e2e6dc6463f659838844581950449449fa0b3",
"md5": "5c475de588e1626a6ee01aef207e863a",
"sha256": "1a0b731ba7084eebc9e9b8eadd1a3401541aaba9d4d70563c9f84f70552968e0"
},
"downloads": -1,
"filename": "py3gpp-0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5c475de588e1626a6ee01aef207e863a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 40492,
"upload_time": "2023-01-25T18:28:39",
"upload_time_iso_8601": "2023-01-25T18:28:39.212826Z",
"url": "https://files.pythonhosted.org/packages/fe/38/dd16dab48af97dfe8b82805e2e6dc6463f659838844581950449449fa0b3/py3gpp-0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "228e6198471aa214e6b09527ce631a6d6aa57cf24b50b58a6a726dba42c18278",
"md5": "e7c0417f5d249cecbf379364a268df21",
"sha256": "2094517c2584824230f4af81e925f3a4ab73922e74e1e86a72dda846aaef3bc0"
},
"downloads": -1,
"filename": "py3gpp-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "e7c0417f5d249cecbf379364a268df21",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 36385,
"upload_time": "2023-01-25T18:28:40",
"upload_time_iso_8601": "2023-01-25T18:28:40.789268Z",
"url": "https://files.pythonhosted.org/packages/22/8e/6198471aa214e6b09527ce631a6d6aa57cf24b50b58a6a726dba42c18278/py3gpp-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-25 18:28:40",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "py3gpp"
}