discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] GNU Radio Release v3.7.9


From: West, Nathan
Subject: [Discuss-gnuradio] GNU Radio Release v3.7.9
Date: Sun, 3 Jan 2016 16:08:43 -0500

GNU Radio releases v3.7.9 and v3.7.8.2 are available for download.

Tarball (and PGP signature):
http://gnuradio.org/releases/gnuradio/gnuradio-3.7.9.tar.gz
http://gnuradio.org/releases/gnuradio/gnuradio-3.7.9.tar.gz.asc

Md5sum:
bf1a2abd0abc492c7f67cba1080ceb8c  gnuradio-3.7.9.tar.gz
A corresponding Live DVD Environment is available. For information please see:

http://gnuradio.org/redmine/projects/gnuradio/wiki/GNURadioLiveDVD

Release notes for GNU Radio are available below:

Contributors


Major Changes

The git log is always the authoritative list of changes, but the following provides a high level overview of major changes since v3.7.8 (excluding changes already included in maintenance releases). v3.7.9 introduces improved documentation, new features, and a few examples. The bulk of features revolve around message passing and integrating message ports with Control Port.


GNU Radio Companion

GRC changes improve start-up time and flowgraph loading by asynchronously reading block docstrings. Loading flowgraphs with missing hier_blocks results in auto-generated hier_blocks so the top-level flowgraph remains viewable.

GRC menus are slightly reorganized to include submenus for new and recently used flowgraphs. A new option to include custom run commands (which is intended to assist remote deployments and starting applications related to a flowgraph) is available. A new easter egg in the menus will display flowgraph-complexity in Balints.

The GRC file format includes the following improvements:
- select default and per-flowgraph QSS themes for QT GUI.
- embedded python blocks: create and edit Python Blocks straight from
GRC using your favorite editor. Automatic wrapper generation. Stored in
the grc file.
- grc file format: minimizes diffs when changing flowgraphs
- embedded python modules: save custom python code directly in grc files
and edit it directly from grc.


Analog

New uniform integer distribution source Added a new message port to the signal source to change frequency tag propagation fix with QA
Add complex matrix multiply block.
New Complex to Imaginary char block (complex to IChar) with GRC support
Add blocks to convert between complex representations and magnitude/phase representations


DTV

A new DVB-T receiver flowgraph is available in tree. DVB-T is widely used in European television broadcasts. gr-dvt also saw major work on resolving coverity issues.


FEC

GNU Radio participated in the ESA SoC with Johannes Demel implementing polar codes. This work has been merged in and uses Johannes' VOLK kernels to accelerate en/decoding.
Tracie has continue work on LDPC codes from GSoC 2013. Much of the work in this release has been examples and improved documentation.


FFT

Windowing operations in fft_vcc_fftw were replaced with VOLK calls for improved performance.


Filter

The center frequency message port handles a dict as well as the pair that currently used pair which matches conventions used in other message handlers.


QT-GUI

Expose trigger callbacks for GUI sinks to GRC.
Add a Qt style sheet for projectors and presentations as well as better color scaling and better coloring in general for sharing plots.
QT GUI plotting widgets have added support for control and data message ports. The GUIs can only plot data from messages or streams, but not both at once. These come with documentation and an example in gr-qtgui/examples/qtgui_message_inputs.grc
Documentation
Added documentation for quadrature demod blocks and exposed through GRC.

ControlPort

Expose constant parameter of the multiply_const_ff and add_const_XX blocks through control port. As part of this the add_const_XX blocks are now implemented separately rather than templates.

Message Handlers are now all exposed through ControlPort which allows passing arbitrary messages in to a flow graph through ControlPort. For an example see gr-blocks/examples/ctrlport/simple_copy.grc and gr-blocks/examples/ctrlport/usrp_source_controller.py
ackRegister the average throughput performance counter.


gr-uhd

Rearranged tabs for USRP blocks in GRC.
Register the "command" message handler with ControlPort. See the example in gr-blocks/examples/ctrlport/usrp_sink_controller.py.
Examples and utilities are improved with multi-channel support and a shared base class for accessing UHD (see gr-uhd/apps/uhd_app.py)


Runtime

Work on random number generators to support the new uniform random source in gr-analog


Bug fixes

GNU Radio v3.7.8.2 is a simultaneous release of bug fixes to the 3.7.8 series. Contributors for this release are:

Changes:


reply via email to

[Prev in Thread] Current Thread [Next in Thread]