Hi,
I have a few custom blocks in C in the top level GRC system. Everything
seems to work fine up until the Play button. The top_block.py Python
program seems to crash on this error.
At first glance, it seems to say that A1SystemControl's 4th output has size
of 49 while the connected input port o
For last two days i'm trying to create new block in gnuradio, but i'm
constantly getting error when i try to execute flow graph:
|AttributeError:'module'object has no attribute 'test'|
I think that there is some problem with 3rd party libraries (opennn) i'm
trying to use in my project.In main