This module provides GNU Radio source and sink blocks for a variety of SDR devices using SoapySDR, a generalized C/C++ library which provides abstraction in interfacing with different SDR devices and vendors. About gnuradio-uhd Home:https://gnuradio.org/ ...
file_descriptor_sink.h /usr/include/gnuradio/blocks/file_descriptor_source.h /usr/include/gnuradio/blocks/file_meta_sink.h /usr/include/gnuradio/blocks/file_meta_source.h /usr/include/gnuradio/blocks/file_sink.h /usr/include/gnuradio/blocks/file_sink_base.h /usr/include/gnuradio/blocks/file_...
-- Found Boost: /usr/include (found suitable version "1.65.1", minimum required is "1.65.1") found components: date_time program_options filesystem system regex thread unit_test_framework chrono atomic -- Found VOLK: Volk::volk CMake Warning (dev) at /usr/local/lib/cmake/gnuradio/Gnura...
CMake is the canonical meta-build system for C++ development. We will use it to include all our external libraries and generate the Makefile that will compile our code. Once we have a Makefile, we can use the make command to build our dependencies.To setup our program:...
sink.h /usr/include/gnuradio/audio/source.h /usr/include/gnuradio/basic_block.h /usr/include/gnuradio/block.h /usr/include/gnuradio/block_detail.h /usr/include/gnuradio/block_registry.h /usr/include/gnuradio/blocks/abs_blk.h /usr/include/gnuradio/blocks/add_blk.h /usr/include/gnuradio/...
Original file line numberDiff line numberDiff line change Expand Up @@ -23,6 +23,7 @@ options: sizing_mode: fixed thread_safe_setters: '' title: '' window_size: (1000,1000) states: bus_sink: false bus_source: false Expand All @@ -39,7 +40,7 @@ blocks: gui_hint: '' label...
This module provides GNU Radio source and sink blocks for a variety of SDR devices using SoapySDR, a generalized C/C++ library which provides abstraction in interfacing with different SDR devices and vendors. About gnuradio-uhd Home: https://gnuradio.org/ Package license: GPL-3.0-or-later Summa...