Skip to main content

CI Pylint PyPI version Downloads

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

Coding Guideline

Formatting

  • Screen width 120
  • spaces on each side of math operators like +-*/

Testing

  • Each function must have a hard-coded test that can run on CI
  • Each function should have a Matlab test that can run on a machine with Matlab license
  • Hard-coded test cases should cover the most common argument combinations
  • Matlab tests should cover more argument combinations than the hard-coded tests

Function interface

  • Functions should return numpy arrays if the return value is an array
  • Functions should accept numpy arrays and python lists if an input value is an array
  • Config objects should have a getter and setter method and declare the internal variable with underscore at the beginning
  • Input arguments should be checked and a 'ValueError' or 'TypeError' should be raised if an argument is not correct

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py3gpp-0.3.2.tar.gz (67.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

py3gpp-0.3.2-py3-none-any.whl (67.2 kB view details)

Uploaded Python 3

File details

Details for the file py3gpp-0.3.2.tar.gz.

File metadata

  • Download URL: py3gpp-0.3.2.tar.gz
  • Upload date:
  • Size: 67.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for py3gpp-0.3.2.tar.gz
Algorithm Hash digest
SHA256 2c36db323c8f9b96b600e0e488fbe2a131c32191f1f9e17cf1ffdf3e07977cfb
MD5 6341d25f1086a562b6f8b6fcd3e02f22
BLAKE2b-256 92ec24547e87c5055b0ad5ab954d8c92cf8d53a604c4f38dc76cd7ee57cc7483

See more details on using hashes here.

File details

Details for the file py3gpp-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: py3gpp-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 67.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for py3gpp-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e54a2f454f4e63d6e49bcad59a5356515edbb6a0a8a6d1830a282d6f60dc8cff
MD5 eec3553a3f2a8340cd10d5e3b470bd54
BLAKE2b-256 02ce15d1aecf6cb6ee124143fa88caf8b3d06718f9b2d4151867b388c0ddeb25

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page