gnuradio 3.10.10.0-1 source package in Ubuntu

Changelog

gnuradio (3.10.10.0-1) unstable; urgency=medium

  * New upstream release.
    - Runtime
      * Modernize location of config files. XDG_CONFIG_HOME will be used if set
      (often $HOME/.config). This change attempts to be backward compatible with
      existing config file locations, but be aware that config files may show up
      in the old ($HOME/.gnuradio/) and new ($XDG_CONFIG_HOME/gnuradio)
      locations depending on GNU Radio version. Files are not automatically
      moved, since some users run multiple versions of GNU Radio.
      * Ctrlport Probe, Ctrlport Probe PSD and gr-ctrlport-monitor.
        Ctrlport Monitor blocks are still broken.
    - GRC
      * NEW Qt-based front end! Run gnuradio-companion --qt to try it
        out. This feature is still in testing, so the Gtk front end runs by
        default. In a future release, Qt will become the default, removing Gtk
        as a manditory dependency. Maintenance will focus on the Qt front end
        at that point.
      * Restore property field background colors (as a View option, off by
        default) for the Gtk front end. Background colors were previously
        replaced with textual type string.
      * The canvas can be panned using the middle mouse button
      * C++ code generation improvements related to parameters and strings
      * C++ code generation fixed for Add Const
    - gr-audio
      * Added 96 kHz and 192 kHz selections to ALSA source/sink
    - gr-blocks
      * Float To UChar block adds vector support,
        and also scale and bias params
    - gr-digital
      * Additive Scrambler adds soft symbol handling
      * Add callback to set header format in Digital Protocol Formatter
    - modtool
      * Improvements to handling of Python blocks
        (add, rm, and rename work reliably)
      * New parseable manifest format (yaml instead of md) to better
        support the OOT ecosystem
      * Manifest and examples are installed by "make install"
  * Update standards version to 4.7.0, no changes needed.

 -- A. Maitland Bottoms <email address hidden>  Mon, 22 Apr 2024 17:03:08 -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
Oracular release universe comm

Downloads

File Size SHA-256 Checksum
gnuradio_3.10.10.0-1.dsc 5.3 KiB e2723c2872f703b937686fb16158e3dce79ac0315912713003b65d6555e9de99
gnuradio_3.10.10.0.orig.tar.gz 4.4 MiB 4202a486bee49ae97672acae559c133b1337e0e89f2d192332e4381d7c6682da
gnuradio_3.10.10.0-1.debian.tar.xz 60.4 KiB 4f0d6877c8a606aea13cc988f7e15d1360ea267893aecd04f5c9f7ab92dc142a

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 PDF form.
 .
 HTML docs start file:///usr/share/doc/gnuradio-doc/html/index.html
 .
 PDF docs in file:///usr/share/doc/gnuradio-doc/refman.pdf.gz
 .
 Part of the main gnuradio build.

libgnuradio-analog3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-analog3.10.10
libgnuradio-audio3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-audio3.10.10
libgnuradio-blocks3.10.10: gnuradio blocks functions

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

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

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

libgnuradio-channels3.10.10-dbgsym: debug symbols for libgnuradio-channels3.10.10
libgnuradio-digital3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-digital3.10.10
libgnuradio-dtv3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-dtv3.10.10
libgnuradio-fec3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-fec3.10.10
libgnuradio-fft3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-fft3.10.10
libgnuradio-filter3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-filter3.10.10
libgnuradio-iio3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-iio3.10.10
libgnuradio-network3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-network3.10.10
libgnuradio-pdu3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-pdu3.10.10
libgnuradio-pmt3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-pmt3.10.10
libgnuradio-qtgui3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-qtgui3.10.10
libgnuradio-runtime3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-runtime3.10.10
libgnuradio-soapy3.10.10: gnuradio SoapySDR support

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

libgnuradio-soapy3.10.10-dbgsym: debug symbols for libgnuradio-soapy3.10.10
libgnuradio-trellis3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-trellis3.10.10
libgnuradio-uhd3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-uhd3.10.10
libgnuradio-video-sdl3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-video-sdl3.10.10
libgnuradio-vocoder3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-vocoder3.10.10
libgnuradio-wavelet3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-wavelet3.10.10
libgnuradio-zeromq3.10.10: 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.10-dbgsym: debug symbols for libgnuradio-zeromq3.10.10