Hackfest1306

From GNU Radio
Revision as of 01:36, 8 March 2017 by Mbr0wn (talk | contribs) (Imported from Redmine)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Hackfest June 2013 at Virginia Tech

Opening Information Session

When: Monday, June 3, 2013, 10am - 12pm

Where: ICTAS 310, Virginia Tech

Schedule:

10:00: Tom Rondeau, GNU Radio maintainer
Introduction to GNU Radio, the community, and the Hackfest

10:20: Ben Hilburn Ettus Research, LLC
Review of software radio hardware

10:40: Johnathan Corgan, Corgan Labs and co-maintainer of GNU Radio
Interfacing and contributing to the community and the project.

11:00: Philip Balister, OpenSDR and GNU Radio contributor
Developing the open source community in the university.

11:20: Martin Braun, Ph.D. candidate, KIT and GNU Radio contributor
Ben Reynwar, GNU Radio contributor
Discussing their contributions to GNU Radio and describing the new OFDM development.

11:40: Q & A

Tuesday night barbecue

A good time was had by all!

Embedded stuff

FPGA Co-processor Discussion Notes

  • Co-processors implementation needs to be generalized. Current idea: Shared Memory (Zynq) vs Memory Transfer (PCIe attached DSPs, GPGPU)
  • Shared Memory co-processors blocks want large contiguous memory buffers to avoid virtual to physical memory translation performance hits. Want to avoid needless mem copies as co-processor DMAs directly into RAM / cache. Current scheduler needs to be looked at with these facts in mind.
  • Code ACP controller in FPGA with Slave AXI-GP port and Master ACP port. Slave port receives control msgs and pointers to memory from GNU Radio. Master ACP transfers results directly into cache. Interrupt from controller to ARM core signals co-processor finished

Wrap-up

Tom: Burst modem support

Ben: internal build-tree support. Helps with Sphinx documentation and internal QA test setup

Justin: Looking into adding LiquidDSP into GNU Radio blocks. Verifying and comparing FFT and IIR

Nick: FECAPI, QTGUI and GRC updates to support FEC visualization

Jonathan and Philip: improving understanding, building, and using GNU Radio on embedded (ARM) systems.

Johnathan: Designing the new concept of 'gr-rfe' (GNU Radio's Radio Front End abstraction)

Tim: Performance monitor sees message connections. Added fading model simulation (takes a power delay profile and normalized Doppler frequency).

Martin: OFDM OTA running. Aww yeah.

Presentation on Many-Core Co-processors

By Wu Feng, Professor at Virginia Tech.

attachment:130606-VT-GNUradio_HackerFest.pdf