Re: Performance issue in gnuradio version 3.10.1

2023-01-19 Thread Jeff Long
As a not, assuming you are using the pkt_xmt and pkt_rcv flowgraphs, both have throttles in them. The rcv one should not have a throttle, as it will be paced by the zmq source. No idea if this is related. On Thu, Jan 19, 2023 at 5:27 PM Cinaed Simson wrote: > Please do not send me images. > > In

Re: Performance issue in gnuradio version 3.10.1

2023-01-19 Thread Cinaed Simson
Please do not send me images. Instead,  when the system slows down, open a cmd windows and type   systeminfo | find "Available Physical Memory" -- Cinaed On 1/19/23 05:48, SHAKTHIVEL S 2021 Batch,PES University wrote: I am running the flowgraph graph on Windows10 Anaconda 3 GNURADIO 3.10. As

Re: gr_modtool bind makes incorrect file

2023-01-19 Thread Ryan Volz
Hi Jameson, On 1/19/23 1:03 PM, Jameson Collins wrote: I am using gnuradio 3.10.2 from conda.  If I make a new module and simply edit its _impl.cc and yaml files then everything works correctly. If I take the same module, and run `gr_modtool bind` on it then the new binding file will be diffe

gr_modtool bind makes incorrect file

2023-01-19 Thread Jameson Collins
I am using gnuradio 3.10.2 from conda. If I make a new module and simply edit its _impl.cc and yaml files then everything works correctly. If I take the same module, and run `gr_modtool bind` on it then the new binding file will be different and I'll get errors when trying to run. Here is the co