summaryrefslogtreecommitdiff
path: root/gr-digital/python/digital/utils
Commit message (Collapse)AuthorAgeFilesLines
* digital: pep8 formattingJosh Morman2021-11-246-28/+41
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* gr-digital: improved performance and capability of scramblers to 64-bit ↵Elof Wecksell2021-01-292-0/+23
| | | | | | | registers. Use __builtin_parity or volk popcnt. qa was also enhanced to detect errors. Signed-off-by: Elof Wecksell <elof@wecksell.se> Co-authored-by: Martin Braun <martin@gnuradio.org>
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-034-8/+0
| | | | | | | | | | | | | | | | All of the removed `from __future__ import` were needed in older versions of Python (mostly 2.5.x and below) but later became mandatory in most versions of Python 3 hence are not necessary anymore. More specifically, according to __future__.py[1]: - unicode_literals is part of Python since versions 2.6.0 and 3.0.0; - print_function is part of Python since versions 2.6.0 and 3.0.0; - absolute_import is part of Python since versions 2.5.0 and 3.0.0; - division is part of Python since versions 2.2.0 and 3.0.0; Get rid of those unnecessary imports to slightly clean up the codebase. [1] https://github.com/python/cpython/blob/master/Lib/__future__.py
* Update license header to SPDX formatdevnulling2020-01-275-68/+8
|
* Fix for misc. documentation + trivial typosluz.paz2019-07-171-1/+1
| | | | | | | | | | | | | Found via `codespell -q 3 -L ans,sinc,hist,ist,ith,uint,fo -S ./volk` Fix typos in gnuradio-runtime/ Fix typos in gr-digital/ Fix typos in gr-qtgui/ Fix typos in gr-channels/ Fix typos in grc/ Fix typos gr-filter/ Fix typos in gr-uhd/ Fix typos in gr-blocks/ Fix typos in gr-fec/
* digital: Fix Python 3 divide for tagged streams.Ron Economos2019-01-151-3/+3
|
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-264-22/+30
|
* runtime: Added packet_utils and marked tagged_streams.py for removal in futureMartin Braun2014-05-201-0/+2
|
* Merged in next_docs branch.Ben Reynwar2013-05-191-2/+2
|
* Merged next into uninstalled import branch.Ben Reynwar2013-04-021-0/+133
|
* digital: Enabling uninstalled python imports.Ben Reynwar2013-03-074-0/+262