Marcus Müller
Marcus Müller
Depends on #5994 – rebase after that was merged --- # Pull Request Details I needed a better probe_rate block to distinguish between multiple probe rates in one flow graph....
# Pull Request Details ## Description PMT dicts are notoriously annoying to generate; with this it gets easier: ```c++ using pmt::mp; using pmt::pmt_t; auto dict = dict_from_mapping(std::map{{mp(foo), mp(12)}, {mp(bar), mp(baz)}});...
### Feature Description While well-intended and used for a decade, it's a common problem that people try to enter "1.024k" into GRC fields, because that's how GRC displays 1024. That's...
Add a debian 11 i386 builder In recognition of #5973, depends on https://github.com/gnuradio/gnuradio-docker/pull/28 Signed-off-by: Marcus Müller # Pull Request Details ## Description Just a temporary thing; don't actually merge. ##...
### What happened? [`wavfile_sink.h`](https://github.com/gnuradio/gnuradio/blob/v3.10.3.0/gr-blocks/include/gnuradio/blocks/wavfile_sink.h) still says https://github.com/gnuradio/gnuradio/blob/d25a59cbb61992237b8d46db85be9c40ed5adf9e/gr-blocks/include/gnuradio/blocks/wavfile_source.h#L21 Also, [`Check gr_make_wavfile_source() for extra info.`](https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/include/gnuradio/blocks/wavfile_source.h#L26) is utterly meaningless (and would not be much better if this was still GNU Radio 3.6, where...
So, we need a unit test with FM modulated signals getting decoded correctly in a zero-noise scenario. extend gr-analog/python/analog/qa_quadrature_demod.py: 1. add a new `def test_fm_end_to_end(self):` 2. in that, use the...
### What happened? The API documentation says > hilbert_fc > Hilbert transformer. > real output is input appropriately delayed. imaginary output is hilbert filtered (90 degree phase shift) version of...
# Pull Request Details ## Description This should reduce the amount of chunkiness of signal processing if used. Users can now use throttle and get regular, because smaller, item chunks...
# Pull Request Details This adds but rudimentary support for zsh completion to for `gr_modtool`, so that you can go `gr_modtool`tab and are shown a list of the commands, through...
`pybombs run cmake --version` output: `2.3.4` is the version of pybombs, weird. I use this: `$cmake --version` `cmake version 3.10.2` @marcusmueller _Originally posted by @jackdondy in https://github.com/gnuradio/gnuradio/issues/5115#issuecomment-931466709_