summaryrefslogtreecommitdiff
path: root/gr-digital/python/digital/qa_ofdm_carrier_allocator_cvc.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-83/+168
| | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-301-1/+1
|
* digital: add pybind11 bindingsJosh Morman2020-06-041-22/+26
|
* pmt: Fix RuntimeError in pmt_to_pythonMichael Byers2020-02-091-4/+4
| | | | | | | Python has a RuntimeError that's thrown during the pmt to_python function. Instead of throwing this error, SWIG has been updated to throw a TypeError. This allows us to keep the same behavior whereby we iterate over PMT types until the proper conversion is found
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-311-3/+3
|\
| * python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-8/+9
| |
* | Solved the issue without C++11 and introduced the proposed improvements. ↵Maximilian Stiefel2018-03-221-23/+35
| | | | | | | | Fixes #1648
* | Throwing a std::invalid_argument instead of letting SIGFPE happen for wrong ↵Maximilian Stiefel2018-03-221-6/+32
|/ | | | | | input in case of the OFDM carrier allocator. Fixes #1648
* digital: updated some QAs to use proper tsb functionsMartin Braun2014-05-201-66/+45
|
* digital: carrier allocator tag propagation now handles sync words properlyMartin Braun2013-11-031-1/+50
|
* Merged in next_docs branch.Ben Reynwar2013-05-191-9/+9
|
* Merged next into uninstalled import branch.Ben Reynwar2013-04-021-0/+186