Marcus Müller

Results 470 comments of Marcus Müller

~/.gnuradio/grc.log does not contain "Did not find QDarkstyle"

can, and am more clearly reproducing. Not sure whether this is a GR or libsndfile problem, and that would help know how to fix it

ah yes, with your file the wavfile_source just produces 0, 0 , 0, … items forever at some point; libsndfile doesn't raise any errors. I call "this last frame has...

I bet it's pybind being smart about `from_long` being the least sane API for integer conversion, but, who knows. @jsallay knows, maybe.

agreed, at the very least it needs to be better documented; don't think having a "skeleton" option that just adds empty source files and and entries to CMakeLists.txt is a...

I replaced your two-input Time sink with a subtraction to just see for how long the difference stays constant. I also completely removed the channel model, instead of just setting...

wrapping std::any-consuming functions to Python isn't very sensible; so these should be removed.

Yep, there's at least one bug here, but I think it's multiple ones, after scribbling on a few pages of paper: Citing the used algorithm from A. Alimohammad, S. F....

Can reproduce: ![repro6723](https://github.com/gnuradio/gnuradio/assets/958972/1ceb4cfa-6308-452d-b930-4ab90a2d2ceb) ```Python import numpy as np from gnuradio import gr class blk(gr.sync_block): # other base classes are basic_block, decim_block, interp_block def __init__(self): # only default arguments here gr.sync_block.__init__(...