GSoC 2023 Qt Widgets Improvement Week-7 Blog

2023-07-31 Thread Rohit Bisht
Dear GNU Radio Community, I hope this email finds you well. I am excited to announce that my latest blog post covering "GSoC 2023 Qt Widgets Improvement - Week 7" is now live and accessible to everyone. In this blog post, I discuss the successful integration of the gr-qtgui flowgraph’s Qt GUI wid

Re: update for gr-radar to gnuradio 3.10

2023-07-31 Thread Chris Gorman
Hello Again, I have finally finished porting and testing (that I can) of my port of gr-radar from kit-cel sources. Unfortunately, I didn't notice that this had already been done by Ryan Volz. Thanks to Ryan's sources, I debugged my qa python scripts and all but one runs properly now. I plan on

Re: update for gr-radar to gnuradio 3.10

2023-07-31 Thread Ryan Volz
Hi Chris, There are a couple pull requests on the kit-cel gr-radar github already. Check out https://github.com/kit-cel/gr-radar/pull/57. Or you can find this built as a conda package already or in radioconda. Cheers, Ryan On July 30, 2023 2:52:23 PM EDT, Chris Gorman wrote: >Hello Again, > >

Re: Incompatible function arguments

2023-07-31 Thread Marcus Müller
Hi Jim, that reads as if `Receive.blocks.head` is not an instance of Head block, but the *type* (think as in "blueprint")! Could you share your hier block's Python source code with us? Best regards, Marcus On 31.07.23 15:40, Elmore's wrote: I have created a flowgraph which has a hierarchical

Incompatible function arguments

2023-07-31 Thread Elmore's
I have created a flowgraph which has a hierarchical block called Receive. In the Receive block is a Head block. The primary block has an OOT containing a callback in which I wish to call the reset() function in the Head block as follows: Receive.blocks.head.reset() This call results in

Re: Time difference between between different GUI Instruments.

2023-07-31 Thread Marcus Müller
Hi Igor, well you set the sampling rate in your QT GUI Sink to twice the value of what you use in your QT GUI Time Sink. So, this is correct! Best regards, Marcus On 31.07.23 14:40, Igor wrote: Hi community, I noticed the double time difference between two different time  related QT GUI I