Hi John,
There's some python embedded in the GRC xml.
The block is a python command: 'from gnuradio import analog'
The block is another python command: 'analog.wfm_rcv(...)' that
uses the analog module that was imported from gnuradio.
That python code can come from two places: native py
Hello, everyone, and I trust most of you will indulge a GRC newbie.
After reading some of the online Gnuradio docs, I'm puzzled by what's
inside building blocks that appear in the GRC block tree panel. If I
select "WBFM Receive" from the "Modulators" tab, for example, I know
this defined by t