Skip to content

Commit f64f5a4

Browse files
authored
Merge pull request #35 from dnorthcote/master
Update strath-sdr banners
2 parents 061ae18 + 4acd475 commit f64f5a4

12 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="strathclyde_banner.png" width="100%">
1+
<img src="strathsdr_banner.png" width="100%">
22

33
# RFSoC QPSK Transceiver
44
This repository is only compatible with [PYNQ images v2.6](https://github.com/Xilinx/PYNQ/releases) for the [ZCU111](https://www.xilinx.com/products/boards-and-kits/zcu111.html) and [RFSoC2x2](http://rfsoc-pynq.io/).
@@ -7,7 +7,7 @@ This repository is only compatible with [PYNQ images v2.6](https://github.com/Xi
77
This repo contains all the files needed to build and run the RFSoC QPSK demonstrator that was published in [IEEE Access](https://ieeexplore.ieee.org/document/9139483) and was presented at both [FPL](https://fpl2018.org/) and [XDF](http://www.xilinx.com/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](https://github.com/xilinx/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.
88

99
<p align="center">
10-
<img src="demonstration.gif" width="787" height="513" />
10+
<img src="demonstration.gif" />
1111
<p/>
1212

1313
## Quick Start
@@ -57,7 +57,7 @@ The following software is required to use the project files in this repository.
5757
- MATLAB R2020a
5858

5959
### System Generator
60-
The Tx and Rx IPs are in separate directories in `rfsoc_qpsk/boards/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!
60+
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!
6161

6262
### Vivado
6363
This project can be built with Vivado from the command line. Open Vivado 2020.1 and execute the following into the tcl console:
Binary file not shown.
536 KB
Loading

boards/RFSoC2x2/rfsoc_qpsk/notebooks/rfsoc_qpsk_demonstrator.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<img src=\"images/strathclyde_banner.png\" width=\"50%\" align=\"left\">"
7+
"<img src=\"images/strathsdr_banner.png\" align=\"left\">"
88
]
99
},
1010
{

boards/RFSoC2x2/rfsoc_qpsk/notebooks/voila_rfsoc_qpsk_demonstrator.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
]
99
},
1010
"source": [
11-
"<img src=\"images/strathclyde_banner.png\" width=\"50%\" align=\"left\">"
11+
"<img src=\"images/strathsdr_banner.png\" align=\"left\">"
1212
]
1313
},
1414
{
Binary file not shown.
536 KB
Loading

boards/ZCU111/rfsoc_qpsk/notebooks/rfsoc_qpsk_demonstrator.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"<img src=\"images/strathclyde_banner.png\" width=\"50%\" align=\"left\">"
7+
"<img src=\"images/strathsdr_banner.png\" align=\"left\">"
88
]
99
},
1010
{

boards/ZCU111/rfsoc_qpsk/notebooks/voila_rfsoc_qpsk_demonstrator.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
]
99
},
1010
"source": [
11-
"<img src=\"images/strathclyde_banner.png\" width=\"50%\" align=\"left\">"
11+
"<img src=\"images/strathsdr_banner.png\" align=\"left\">"
1212
]
1313
},
1414
{

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def copy_drivers():
8888

8989
setup(
9090
name="rfsoc_qpsk",
91-
version='1.3',
91+
version='1.3.1',
9292
install_requires=[
9393
'pynq==2.6',
9494
'plotly==4.5.2',

0 commit comments

Comments
 (0)