Skip to content

Latest commit

 

History

History
executable file
·
10 lines (8 loc) · 721 Bytes

README.md

File metadata and controls

executable file
·
10 lines (8 loc) · 721 Bytes

PYNQ-RTL-SDR

This project aims to develop a FPGA accelerated real time Software-Defined Radio (SDR) receiver using PYNQ-Z2 board and RTL-SDR dongle. I/Q samples are acquired through pyrtlsdr and passed to programmable logic (PL) where custom IPs created in "System Generator for DSP" downsample, filter and demodulate the data. Currently main focus of the project is to implement a modular and efficient FM receiver where support for additional demodulation schemes could be added later.

ToDo

  • Pass I/Q samples to PL
  • Implement mono FM receiver
  • Play audio samples from PL
  • Implement stereo FM receiver
  • Add support for partial reconfiguration