gnuradio

How to make a message source and message strobe blocks in GNURadio

How to make a message source and message strobe blocks in GNURadio Question: I have to make a message source block in GNURadio. I have to use Windows 10 and I don’t know how to install and use gr-modtool on it, so I’m trying to make the block using the Embedded Python Block. The message …

Total answers: 1

How do I use installed packages in PyCharm?

How do I use installed packages in PyCharm? Question: In PyCharm, I’ve added the Python environment /usr/bin/python. However, from gnuradio import gr fails as an undefined reference. However, it works fine in the Python interpreter from the command line. GNURadio works fine with python outside of Pycharm. Everything is installed and configured how I want …

Total answers: 14