Embedded Python basic_block input buffer lengths

2021-03-25 Thread Achilleas Anastasopoulos
HI all, I am trying to debug a grc flowgraph containing an Embedded Python BASIC_BLOCK. The python block has two inputs and one output. The block makes sure (through FORECAST()) that both inputs have the SAME sample requirements. Also, the block ALWAYS uses CONSUME_EACH() so that both input

PMT thoughts

2021-03-25 Thread John Sallay
I appreciate the effort that you guys have put into cleaning up gnuradio and making it easier to work with over the past few years (python2 - python3, swig to pybind11). I see that you are going to improve the logging as well which is great. I've recently been doing some message based processing,

Re: (gnuradio3.8) module 'gnuradio.blocks' has no attribute 'message_sink'

2021-03-25 Thread Criss Swaim
Here is a solution using an asynchronous probe: In this application, there is a need to periodically send signals to a background task for non-realtime calculations.     # connect the queue to the input signal