Category "gnuradio"

(gnuradio) Is there a way I can use "python block" to make a source?

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

QA_test for multiple outputs on gnuradio with different types

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.

Problem with using numpy.float32 value in if clause

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 to correctly set PYTHONPATH for Visual Studio Code

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

CLion make install globally

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$

GNURadio PSK bit recovery

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