Re: Audio sink to "wire"

2024-06-06 Thread Marcus Müller
Hi everyone, trying to get the discussion back under one email thread (hint: it's easier to deal with the mailing list if you *don't* get the digest but each email individually, and set up your email client or -service to file emails from the mailing list into their own folder). So, Dave poin

RE: Audio sink to "wire"

2024-06-06 Thread Šerých Jakub
Thanks, I’ll try advices from this mail and thread. I am contributing to development of software for RP2040 to transmit WSPR and I need just the simple monitoring tool. So I designed simple flowgraph in GNU radio, which just receives given frequency using SDR, filters it by narrow band LP filter

minor bug in control_loop.h

2024-06-06 Thread Eugene Grayver
Hi, Found a minor (but annoying to track down!) bug in include/gnuradio/blocks/control_loop.h. If the input is NaN, then neither of the if statements evaluates to true, and the program segfaults. My company policy requires jumping through some hoops to make a direct github contribution. I su

Re: minor bug in control_loop.h

2024-06-06 Thread Daniel Estévez
Hi Eugene, I believe there is this bug in other places (including other places in control_loop) too. Basically any time that an input float is used to compute an error which then ends up indexing some array (as could happen in a closed loop that indexes into filterbank), if the input is NaN,