All Projects → strath-sdr → rfsoc_qpsk

strath-sdr / rfsoc_qpsk

Licence: BSD-3-Clause License
PYNQ example of using the RFSoC as a QPSK transceiver.

Programming Languages

VHDL
269 projects
tcl
693 projects
Verilog
626 projects
c
50402 projects - #5 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to rfsoc qpsk

rfsoc sam
RFSoC Spectrum Analyser Module on PYNQ.
Stars: ✭ 44 (+4.76%)
Mutual labels:  sdr, pynq, pynq-hardware-overlay, fpga-soc, voila, voila-dashboard
IIoT-SPYN
IIoT-SPYN gives users the ability to control, monitor, capture data, visualize and analyze industrial grade motors
Stars: ✭ 37 (-11.9%)
Mutual labels:  pynq, pynq-hardware-overlay
SDR Matlab OFDM 802.11n
📡 Using Software Designed Radio to transmit MIMO-OFDM QPSK signals at 5 GHz
Stars: ✭ 44 (+4.76%)
Mutual labels:  sdr, qpsk
HPS2FPGAmapping
SoCFPGA: Mapping HPS Peripherals, like I²C or CAN, over the FPGA fabric to FPGA I/O and using embedded Linux to control them (Intel Cyclone V)
Stars: ✭ 27 (-35.71%)
Mutual labels:  fpga-soc
gr-ccsds
GNU Radio module for Reed Solomon coded CCSDS frames
Stars: ✭ 32 (-23.81%)
Mutual labels:  sdr
cariboulite
CaribouLite turns any 40-pin Raspberry-Pi into a Tx/Rx 6GHz SDR
Stars: ✭ 785 (+1769.05%)
Mutual labels:  sdr
LeanHRPT-Decode
An easy to use HRPT decoder.
Stars: ✭ 28 (-33.33%)
Mutual labels:  sdr
rtl433 influx
dump everything your rtl-sdr receives on 433MHz into an InfluxDB for easy graphing -- superseded by `rtl433 -F influx`
Stars: ✭ 27 (-35.71%)
Mutual labels:  sdr
KS-1Q
Opensat first generation cubesat bus, launch into orbit at 2016/11/11
Stars: ✭ 22 (-47.62%)
Mutual labels:  sdr
Thrifty
Thrifty is proof-of-concept SDR software for TDOA positioning using inexpensive SDR hardware such as the RTL-SDR.
Stars: ✭ 44 (+4.76%)
Mutual labels:  sdr
deinvert
A voice inversion descrambler (and scrambler).
Stars: ✭ 80 (+90.48%)
Mutual labels:  sdr
1bitSDR
Minimal SDR with Lattice MachXO2 FPGA. And a port to Cyclone3 by Steven Groom
Stars: ✭ 53 (+26.19%)
Mutual labels:  sdr
PYNQ Composable Pipeline
PYNQ Composabe Overlays
Stars: ✭ 25 (-40.48%)
Mutual labels:  pynq
nrsc5-dui
An enhanced, user-friendly version of nrsc5-gui that is not heavily dependent upon Python processing for audio generation.
Stars: ✭ 49 (+16.67%)
Mutual labels:  sdr
SoapyBladeRF
Soapy SDR plugin for the Blade RF
Stars: ✭ 16 (-61.9%)
Mutual labels:  sdr
vor-python-decoder
Decodes VOR signal from WAV file to get the bearing to your position
Stars: ✭ 33 (-21.43%)
Mutual labels:  sdr
HamLTE
4G LTE software radio implementation for radio amateurs
Stars: ✭ 33 (-21.43%)
Mutual labels:  sdr
falcon
FALCON - Fast Analysis of LTE Control channels
Stars: ✭ 88 (+109.52%)
Mutual labels:  sdr
bbhtm
bare bone Hierarchial Temporal Memory
Stars: ✭ 14 (-66.67%)
Mutual labels:  sdr
Virgo
📡 Virgo: A Versatile Spectrometer for Radio Astronomy
Stars: ✭ 85 (+102.38%)
Mutual labels:  sdr

RFSoC QPSK Transceiver

This repository is only compatible with PYNQ images v2.7 for the ZCU111 and RFSoC2x2.

Introduction

This repo contains all the files needed to build and run the RFSoC QPSK demonstrator that was published in IEEE Access and was presented at both FPL and XDF conferences in 2018. The design is a full QPSK transceiver, which transmits and receives randomly-generated pulse-shaped symbols with full carrier and timing synchronisation. PYNQ is used to visualise the data at both the DAC and ADC side of the RFSoC data converters, as well as visualising various DSP stages throughout the transmit and receive signal path.

Quick Start

Follow the instructions below to install the QPSK demonstrator on your development board. You will need to give your board access to the internet.

  • Power on your RFSoC2x2 or ZCU111 development board with an SD Card containing a fresh PYNQ v2.7 image.
  • Navigate to Jupyter Labs by opening a browser (preferably Chrome) and connecting to http://<board_ip_address>:9090/lab.
  • We need to open a terminal in Jupyter Lab. Firstly, open a launcher window as shown in the figure below:

  • Now open a terminal in Jupyter as illustrated below:

  • Now simply install the QPSK demonstrator through PIP by executing the following command in the terminal:
pip3 install git+https://github.com/strath-sdr/rfsoc_qpsk

Once installation has complete, you will find the QPSK demonstrator notebooks located in the jupyter home workspace in the qpsk-demonstrator folder.

This repository uses Voila to create simple web applications using Jupyter notebooks. Your RFSoC2x2 or ZCU111 development board should already be preinstalled with a version of Voila and no further setup is required.

Using the Project Files

The following software is required to use the project files in this repository.

  • Vivado Design Suite 2020.1
  • System Generator for DSP
  • MATLAB R2020a

System Generator

The Tx and Rx IPs are in separate directories in rfsoc_qpsk/boards/ip/sysgen/ that can be opened using the appropriate System Generator dialogue. Due to the large amount of decimation and interpolation in both IPs, simulating the output can take an extraordinarily long time. A less extreme multirate system would simulate much faster!

Vivado

This project can be built with Vivado from the command line. Open Vivado 2020.1 and execute the following into the tcl console:

cd /<repository-location>/boards/<board-name>/rfsoc_qpsk/

Now that we have moved into the correct directory, make the Vivado project by running the make commands below sequentially.

make project
make block_design
make bitstream_file

Alternatively, you can run the entire project build by executing the following into the tcl console:

make all

License

BSD 3-Clause

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].