News

GSoC 2018 MIMO - Week 11 - Final Receiver Structure

After discussing the proposed MIMO-OFDM receiver structure (see post of last week) with my mentors this week, we decided to do some major changes in the structure of the receiver to meet some general requirements.

Continue reading

GSoC 2018 gr-modtool - Week 10 - Mock GUI

As planned for Week 10, I have created a mock GUI for the modtool. I have also added the commits from the branch yaml, which contained the cli and core modules for the XML to YAML conversion, into the branch swapnil_next​. I have also condensed all the remaining work of the other PRs into the main PR.

Continue reading

GSoC 2018 MIMO - Week 10 - Designing the MIMO-OFDM Receiver

After finishing the MIMO-OFDM transmitter last week, I approached the receiver this week and thought a lot about its structure. Before I want to propose a structure for the MIMO-OFDM receiver, let us first have a look at the current SISO-OFDM receiver

Continue reading

GNU Radio v3.7.13.4 Release

Dear Community, we’ve released a new version of our 3.7 maintenance line – 3.7.13.4. Whilst this maintains binary compatibility with its predecessor, it fixes build breakage on systems with boost 1.67, it fixes a bunch of out-of-bound vector accesses (which on some systems triggered bug safeguards which aborted the applications doing them), and it also fixed a bug in how the “Skip Head” block deals with tags.

Continue reading

GSoC 2018 gr-modtool - Week 9 - XML to YAML Converter

As planned for Week 9, an XML to YAML generator has been added to the modtool. A new CLI command, update, has been added to the existing modtool commands that serves the purpose of conversion of XML scripts to YAML scripts. The functionality can also be achieved through the API class, ModToolUpdate. I would like to thank my mentors and HÃ¥kon VÃ¥gsether for helping me throughout.

Continue reading

GSoC 2018 MIMO - Week 09 - Hierarchical MIMO Encoder Block

I successfully finished the MIMO channel estimator this week. The corresponding qa test is also finished and running. I therefore completed all elements which are required to build up the hierarchical python blocks of the MIMO encoder and decoder.

Continue reading

GSoC 2018 gr-modtool - Week 8 - Add YAML Generator

As planned for Week 8, YAML Generator has been added to the ModTool and the basic grc_xml template has been replaced with the grc_yaml template.

Continue reading

GSoC 2018 gr-modtool - Week 7 - Logger Colors and Pylint Tests

As planned for week 7, the logger has been updated with ANSI colors, the modtool tests have been updated with Pylint tests (currently errors only) and the issue with the rename module has been solved (PR has been submitted).

Continue reading

GSoC 2018 MIMO - Week 07 - MIMO-OFDM

This week, I started with the last big milestone for this summer: The integration of the MIMO algorithms into an OFDM transceiver system.

Continue reading