News

GNU Radio v3.7.9.1 Release

GNU Radio v3.7.9.1 Release GNU Radio release v3.7.9.1 is now available for download: http://gnuradio.org/releases/gnuradio/gnuradio-3.7.9.1.tar.gz http://gnuradio.org/releases/gnuradio/gnuradio-3.7.9.1.tar.gz.asc The updated GNU Radio Live SDR Environment: http://s3-dist.gnuradio.org/ubuntu-14.04.3-desktop-amd64-gnuradio-3.7.9.1.torrent MD5 sums: Release notes for v3.7.9.1 are available here: http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_9_1 Information about the Live SDR environment is here: http://gnuradio.org/redmine/projects/gnuradio/wiki/GNURadioLiveDVD

Continue reading

PyBOMBS 2.0.1 Released

PyBOMBS 2.0.1 Released Our popular package manager has had its first version number bump since the version 2 release. Version 2.0.1 contains a lot of fixes for bugs, most of which were reported by community members willing to try the early 2.0.0 release. We would like to thank everyone for trying PyBOMBS 2.

Continue reading

GNU Radio accepted for GSoC ’16!

GNU Radio accepted for GSoC ’16! Everyone, I’m really happy to say that GNU Radio was accepted as a participating organization for Google Summer of Code 2016! After not participating last year, I’m very glad I can give this news, and it’ll be the fourth time that we participate in this program.

Continue reading

GNU Radio TensorFlow Blocks

TensorFlow is a powerful python-numpy expression compiler which supports concurrent GPP and GPU offload of large algorithms. It has been used largely in the machine learning community, but has implications for…

Continue reading

GNU Radio v3.7.9 Release

GNU Radio v3.7.9 Release GNU Radio release v3.7.9 is now available for download: http://gnuradio.org/releases/gnuradio/gnuradio-3.7.9.tar.gz http://gnuradio.org/releases/gnuradio/gnuradio-3.7.9.tar.gz.asc The last maintenance release for the 3.7.8 series (v3.7.8.2) is available here: http://gnuradio.org/releases/gnuradio/gnuradio-3.7.8.2.tar.gz http://gnuradio.org/releases/gnuradio/gnuradio-3.7.8.2.tar.gz.asc The updated GNU Radio Live SDR Environment: http://s3-dist.gnuradio.org/ubuntu-14.04.3-desktop-amd64-gnuradio-3.7.9.torrent MD5 sums: Release notes for v3.7.9 are available here: http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_9 Information about the Live SDR environment is here:

Continue reading

Such Samples v2

Recently Tom Rondeau did a bunch of work to add message passing support to GNU Radio’s Qt based plotters. This is really cool because now there’s not a whole lot of need for the gr-pyqt (pyqwt based) messa…

Continue reading

New Way of Using ControlPort

I’d like to get us to have more blocks within the GNU Radio main source code that support configuration over ControlPort. We are going to rely heavily on ControlPort for our Android work where the Java applicat…

Continue reading

Building a Burst FSK Modem in GNU Radio with Message Lambda Blocks and Eventstream

Lots of cheap electronics tend to use burst FSK modems for wireless communications. This article proposes a slightly different approach to building such a burst FSK waveform to inter-operate with many wireless

Continue reading

GNU Radio stream lambda blocks and dynamic runtime updates

Since adding message based lambda blocks the other day, it seemed an obvious pairing to include a stream equivalent block as well for really rapid prototyping needs.

Continue reading

QTGUI Tools and Tips

It’s been made apparent to me that not everyone knows about all of the capabilities in the QTGUI plotting tools we have in GNU Radio. We’ve also recently added a number of features that I think people will find…

Continue reading