gnuradio 3.10.7.0-1 source package in Ubuntu

Changelog

gnuradio (3.10.7.0-1) unstable; urgency=medium

  * New upstream release
  Runtime
  - Setting the minimum buffer size should have the desired effect now,
    and not be overwritten. NOTE: the value returned by min_buffer_size()
    is not intended to indicate the actual buffer size. Header Payload
    Demod was the only block attempting to use this value, and was
    corrected.
  - Use a set to store thread group (more efficient)
  - Message Debug can now output via the logging system
  - The field prefs.singleton is no longer externally exposed
    (was unintentional)
  - PMT dict can be generated more easily using
    pmt::dict_from_mapping()
  GRC
  - Save changes under all exit conditions (a couple were previously missed)
  - Prevent silent Generate/Run failures for unsaved flowgraphs
  Testing
  - Add Fedora 38, using the clang compiler
  - Remove EOL Fedora 36
  gr-analog
  - C++ code generation for Quadrature Demod
  - Add max_gain parameter for AGC
  gr-blocks
  - Probe Rate adds a name parameter, for clearer logging
  - Selector has a new "sync" more that consumes the same number of items
    from all inputs. Default is now to consume as many items as possible
    from the active input, and no more than that many items from other
    inputs. The previous behavior was, well, broken.
  - Throttle reset item count on restart, to avoid long delays
  gr-digital
  - Constellation Encoder and Decoder: constellation can be changed at runtime
  gr-filter
  - Filter design tool: multiple improvements in bounds checking
    and exception handling
  - Filter design tool: update QMessageBox to work in Qt5
  gr-network
  - Multiple memory management errors fixed in UDP Source/Sink and TCP Sink
  gr-soapy
  - Better AGC and gain behavior in RTL, AirspyHF and SDRPlay blocks
  - Support bias controls in RTL and SDRPlay blocks
  gr-uhd
  - Remove possibility of infinite recursion for network overruns
  - Support fmtlib v10
  - RFNoC: bindings and block yml for Vector IIR, Replay and Log Power blocks
  - RFNoC: add S16 format to RX Streamer
  gr-vocoder
  - Support additional codec2 modes
  Modtool
  - Don't override user-defined CMAKE_INSTALL_PREFIX
  * start gr-video-sdl2 patch to port to SDL 2,
    depend upon libsdl1.2-compat-dev for now.

 -- A. Maitland Bottoms <email address hidden>  Sat, 15 Jul 2023 21:46:56 -0400

Upload details

Uploaded by:
A. Maitland Bottoms
Uploaded to:
Sid
Original maintainer:
A. Maitland Bottoms
Architectures:
any all
Section:
comm
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gnuradio_3.10.7.0-1.dsc 5.1 KiB 4b69d28b3365b0474a99c39bae32f86e82183f2940bc9bec6f83690945e9057e
gnuradio_3.10.7.0.orig.tar.gz 4.2 MiB 55156650ada130600c70bc2ab38eee718fc1d23011be548471e888399f207ddc
gnuradio_3.10.7.0-1.debian.tar.xz 37.0 KiB 1dda517c012eeba94beebb21a27ade69b6de0f88a4817498f7ae711f1371d280

Available diffs

No changes file available.

Binary packages built by this source

gnuradio: GNU Radio Software Radio Toolkit

 GNU Radio provides signal processing blocks to implement software
 radios. It can be used with readily-available low-cost external RF
 hardware to create software-defined radios, or without hardware in a
 simulation-like environment. It is widely used in hobbyist, academic
 and commercial environments to support both wireless communications
 research and real-world radio systems.
 .
 GNU Radio applications are primarily written using the Python
 programming language, while the supplied performance-critical signal
 processing path is implemented in C++ using processor floating-point
 extensions, where available. Thus, the developer is able to implement
 real-time, high-throughput radio systems in a simple-to-use,
 rapid-application-development environment.
 .
 While not primarily a simulation tool, GNU Radio does support
 development of signal processing algorithms using pre-recorded or
 generated data, avoiding the need for actual RF hardware.
 .
 This package contains the gnuradio-companion, a graphical tool for
 creating signal flow graphs and generating flow-graph source code.
 Also included are a variety of tools and utility programs.

gnuradio-dbgsym: debug symbols for gnuradio
gnuradio-dev: GNU Software Defined Radio toolkit development

 Header files for the GNU Radio software defined radio system.
 Since GNU Radio is a framework for development of SDR
 applications, you are likely to need this installed.
 .
 Part of the main gnuradio build.

gnuradio-doc: GNU Software Defined Radio toolkit documentation

 Documentation for the GNU Radio software defined radio system
 in html and xml form.
 .
 Part of the main gnuradio build.

libgnuradio-analog3.10.7: gnuradio analog functions

 Library for handling analog signal processing functions.
 These functions are also in gnuradio-core.
 Part of the main gnuradio build.

libgnuradio-analog3.10.7-dbgsym: debug symbols for libgnuradio-analog3.10.7
libgnuradio-audio3.10.7: gnuradio audio functions

 This is the gr-audio library, used to connect to audio sources
 (mic-in) and sinks (speaker-out) ports on a computer. The underlying
 hardware driver is system and OS dependent and this module should
 automatically discover the correct one to use. Part of the main
 gnuradio build.

libgnuradio-audio3.10.7-dbgsym: debug symbols for libgnuradio-audio3.10.7
libgnuradio-blocks3.10.7: gnuradio blocks functions

 Some non-signal processing blocks.
 These functions are also in gnuradio-core.
 Part of the main gnuradio build.

libgnuradio-blocks3.10.7-dbgsym: debug symbols for libgnuradio-blocks3.10.7
libgnuradio-channels3.10.7: gnuradio channels functions

 Some channel oriented processing blocks.
 These functions are also in gnuradio-core.
 Part of the main gnuradio build.

libgnuradio-channels3.10.7-dbgsym: debug symbols for libgnuradio-channels3.10.7
libgnuradio-digital3.10.7: gnuradio digital communications functions

 All the functions for doing digital modulation and demodulation,
 including bpsk, qpsk, gmsk and ofdm signals.
 Part of the main gnuradio build.

libgnuradio-digital3.10.7-dbgsym: debug symbols for libgnuradio-digital3.10.7
libgnuradio-dtv3.10.7: gnuradio digital TV signal processing blocks

 ATSC support, gr-atsc ported to a new framework, as well as
 DVB-S2, DVB-T, DVB-T2 digital video broadcast standards.
 Part of the main gnuradio build.

libgnuradio-dtv3.10.7-dbgsym: debug symbols for libgnuradio-dtv3.10.7
libgnuradio-fec3.10.7: gnuradio forward error correction support

 Handle forward error correction processing in gnuradio.
 Implements the GNU Radio FEC API, supporting encoders and
 decoders for no-op dummmy, repetition, and convolutional classes.
 Part of the main gnuradio build.

libgnuradio-fec3.10.7-dbgsym: debug symbols for libgnuradio-fec3.10.7
libgnuradio-fft3.10.7: gnuradio fast Fourier transform functions

 Library for Fourier transform techniques used in gnuradio.
 Uses single precision FFT from libfftw3-single3.
 Part of the main gnuradio build.

libgnuradio-fft3.10.7-dbgsym: debug symbols for libgnuradio-fft3.10.7
libgnuradio-filter3.10.7: gnuradio filter functions

 Library of filter blocks used in gnuradio. Implements
 FIR, IIR and FFT filters, as well as Polyphase filterbank and
 PFB arbitrary resampler methods.
 Part of the main gnuradio build.

libgnuradio-filter3.10.7-dbgsym: debug symbols for libgnuradio-filter3.10.7
libgnuradio-iio3.10.7: IIO blocks for GnuRadio

 Libiio is a library that has been conceived to ease the development of
 applications interfacing Industrial Input/Output (IIO) devices through
 the IIO subsystem of the Linux kernel.
 .
 The IIO blocks for GnuRadio can be used to create flowgraphs that interface
 IIO devices through libiio.
 .
 Part of the main gnuradio build.

libgnuradio-iio3.10.7-dbgsym: debug symbols for libgnuradio-iio3.10.7
libgnuradio-network3.10.7: gnuradio network library

 Library of blocks that implement UDP and TCP source and
 sink blocks supporting both IPv4 and IPv6.
 Part of the main gnuradio build.

libgnuradio-network3.10.7-dbgsym: debug symbols for libgnuradio-network3.10.7
libgnuradio-pdu3.10.7: gnuradio streaming protocol library

 Protocol Data Units library provides signal processing
 blocks that operate on Protocol Data Unit format messages. Many
 such blocks are analogs of streaming API functionality.
 Part of the main gnuradio build.

libgnuradio-pdu3.10.7-dbgsym: debug symbols for libgnuradio-pdu3.10.7
libgnuradio-pmt3.10.7: gnuradio pmt container library

 Polymorphic Types are opaque data types that are designed as generic
 containers of data that can be safely passed around between blocks
 and threads in GNU Radio.
 Part of the main gnuradio build.

libgnuradio-pmt3.10.7-dbgsym: debug symbols for libgnuradio-pmt3.10.7
libgnuradio-qtgui3.10.7: gnuradio Qt graphical user interface functions

 QT-based graphical sinks for gnuradio applications.
 Implements opengl, raster and native plotting methods, and
 supports a QT Style Sheet (QSS) file to adjust the look.
 Part of the main gnuradio build.

libgnuradio-qtgui3.10.7-dbgsym: debug symbols for libgnuradio-qtgui3.10.7
libgnuradio-runtime3.10.7: gnuradio core runtime

 Top level component library. Defines core blocks. Handles
 settings for logging, performance counters, and control port.
 Part of the main gnuradio build.

libgnuradio-runtime3.10.7-dbgsym: debug symbols for libgnuradio-runtime3.10.7
libgnuradio-soapy3.10.7: gnuradio SoapySDR support

 Soapy hardware drivers using the SoapySDR driver framework.
 Part of the main gnuradio build.

libgnuradio-soapy3.10.7-dbgsym: debug symbols for libgnuradio-soapy3.10.7
libgnuradio-trellis3.10.7: gnuradio trellis modulation functions

 Library for trellis coding modulation, including the Viterbi
 Algorithm, Concatenated Coding and Turbo Decoding
 based upon finite state machine (FSM) class.
 Part of the main gnuradio build.

libgnuradio-trellis3.10.7-dbgsym: debug symbols for libgnuradio-trellis3.10.7
libgnuradio-uhd3.10.7: gnuradio universal hardware driver functions

 The gnuradio interface to the UHD library to connect to and send and
 receive data between to the Ettus Research, LLC product line -
 including the USRP family of software radio peripheral devices.
 Part of the main gnuradio build.

libgnuradio-uhd3.10.7-dbgsym: debug symbols for libgnuradio-uhd3.10.7
libgnuradio-video-sdl3.10.7: gnuradio video functions

 Library for handling SDL (Simple DirectMedia Layer) video data.
 Implements input and output blocks.
 Part of the main gnuradio build.

libgnuradio-video-sdl3.10.7-dbgsym: debug symbols for libgnuradio-video-sdl3.10.7
libgnuradio-vocoder3.10.7: gnuradio vocoder functions

 Library of vocoder blocks, including ulaw, alaw, gsm and codec2.
 Debian uses external libraries for gsm and codec2.
 .
 Part of the main gnuradio build.

libgnuradio-vocoder3.10.7-dbgsym: debug symbols for libgnuradio-vocoder3.10.7
libgnuradio-wavelet3.10.7: gnuradio wavelet functions

 Library of Daubechies wavelet function blocks.
 wvps computes the Wavelet Power Spectrum from
 a set of wavelet coefficients.
 .
 Part of the main gnuradio build.

libgnuradio-wavelet3.10.7-dbgsym: debug symbols for libgnuradio-wavelet3.10.7
libgnuradio-zeromq3.10.7: gnuradio zeromq functions

 0MQ messaging library support. Provide network socket
 endpoints for gnuradio data and message streams.
 PUB/SUB, PUSH/PULL, REP/REQ models supported.
 .
 Part of the main gnuradio build.

libgnuradio-zeromq3.10.7-dbgsym: debug symbols for libgnuradio-zeromq3.10.7