GNU Radio is a free software development toolkit that provides the signal processing runtime and processing blocks to implement software radios.
In PyCharm, I've added the Python environment /usr/bin/python. However, from gnuradio import gr fails as an undefined reference. …
python pycharm gnuradioHow do I correctly set up the $PYTHONPATH variable for my workspace in VisualStudio Code? Background Information I have installed …
visual-studio-code pythonpath gnuradioWhen trying to execute a GNU Radio program that uses a USRP, I get an error backtrace, which (in Python) …
gnuradio usrp uhdI'm trying to demodulate a signal using GNU Radio Companion. The signal is FSK (Frequency-shift keying), with mark and space …
signal-processing gnuradio gnuradio-companionI have followed instructions out lined here: http://forums.nuand.com/forums/viewtopic.php?f=9&t=2804 and installed GNU …
python gnuradioIm currently creating a satellite ground station which will be used to control our cubesat in coming months. The modulation …
gnuradioI'm working with the Gnuradio framework. I handle flowgraphs I generate to send/receive signals. These flowgraphs initialize and start, …
python multithreading blocking gnuradioHow do I find out the version of GNU Radio that I have installed? I would like the use their …
c++ gnuradioI'm running a very simple flow graph in GNU Radio Companion, consisting of a USRP Source, which is connected to (1) …
gnuradio usrp