Derek Kozel

Results 37 issues of Derek Kozel

GNU Radio has made release 3.8.1.0. This is a maintenance release with a very long list of bug fixes, usability improvements, and feature additions. branch: maint-3.8 tag: v3.8.1.0 hash: 867b0ab9191ff6c6d5d8f49b5b95fdd884e92a07...

### Feature Description When a vector length is specified in the Add Const block then the Constant value must be a vector with a matching length. We could easily create...

Feature Request

### What happened? The warning `tpb_thread_body :warning: asynchronous message buffer overflowing, dropping message` was printed during a flowgraph running. This message makes it clear that some message buffer is overflowing...

Runtime
enhancement
logging
Triage::done

Some folks prefer having straight/90 degree lines for the connections between blocks. The math and code for the connection types is still available from GNU Radio 3.7 and could be...

Feature Request
GRC

In `prefix init` sysutils.mkdir_writable is used https://github.com/gnuradio/pybombs/blob/master/pybombs/commands/prefix.py#L266 rather than mkdirp_writable. https://github.com/gnuradio/pybombs/blob/master/pybombs/utils/sysutils.py#L77 The result is that `pybombs prefix init ~/prefix/default/` will fail if ~/prefix does not already exist. Which behavior is...

Issue moved from the GNU Radio repository to the Pybombs one. https://github.com/gnuradio/gnuradio/issues/1823 @lgommans reported: > It's nice that gnuradio tries to install all required packages without having to look for...

bug

I think this can be done pretty efficiently, if bytewise arithmetic shift operators exist. Otherwise its probably just loop unrolling? The `volk_8ic_deinterleave_16i_x2` kernels are much more complicated than I expected...

Enhancement

### What happened? Clicking the Generate or Run buttons has no effect and prints/displays no error message if the flowgraph has not been saved yet. Possible fixes from best to...

Bug
GRC
good first issue

- [x] Needs increased error handling for missing fields (can we setup a formal schema to check against?) ``` Traceback (most recent call last): File "/home/dkozel/prefixes/grmain/lib/python3.10/site-packages/gnuradio/grc/gui_qt/components/oot_browser.py", line 65, in populate_right_view...

GRC-Qt