I have an ADC module with 1 MHZ sampling rate. Here is the URL of his sample program I will give him a 40khz carrier signal as an analog input. I want to write
I have written a gnuradio block with 1 input and 2 outputs. Now I'm writing the qa_test in python. the code below is to test a block with 1 input and 1 output.
I have a simple test application for GNUradio where I try top convert a input in range -180...180 to range 0...360. I've written python code and QA code for tha
How do I correctly set up the $PYTHONPATH variable for my workspace in VisualStudio Code? Background Information I have installed two versions of GNURadio: G
I would like to build and install my project using CLion, however it must be installed globally (i.e. to /usr/local/lib/cmake/). In bash I build with make -j$
I have followed the wonderful GNURadio Guided Tutorial PSK Demodulation: https://wiki.gnuradio.org/index.php/Guided_Tutorial_PSK_Demodulation I've created a ve