Skip to content

Commit e769eea

Browse files
authored
Merge pull request #9 from dnorthcote/main
Update strath-sdr banners
2 parents b558de8 + cb82057 commit e769eea

File tree

12 files changed

+6
-6
lines changed

12 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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 OFDM Transceiver
44
This repository contains an RFSoC demonstration of an Orthogonal Frequency Division Multiplexing (OFDM) transceiver. The OFDM system is only compatible with [PYNQ images v2.6 and greater](https://github.com/Xilinx/PYNQ/releases) for the [ZCU111](https://www.xilinx.com/products/boards-and-kits/zcu111.html) and the [RFSoC2x2](http://rfsoc-pynq.io/).
Binary file not shown.
536 KB
Loading

boards/RFSoC2x2/rfsoc_ofdm/notebooks/rfsoc_ofdm_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\" style=\"left\">"
7+
"<img src=\"images/strathsdr_banner.png\" align=\"left\" >"
88
]
99
},
1010
{

boards/RFSoC2x2/rfsoc_ofdm/notebooks/voila_rfsoc_ofdm_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\" style=\"left\">"
7+
"<img src=\"images/strathsdr_banner.png\" align=\"left\">"
88
]
99
},
1010
{
-160 KB
Binary file not shown.
536 KB
Loading

boards/ZCU111/rfsoc_ofdm/notebooks/rfsoc_ofdm_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\" style=\"left\">"
7+
"<img src=\"images/strathsdr_banner.png\" align=\"left\" >"
88
]
99
},
1010
{

boards/ZCU111/rfsoc_ofdm/notebooks/voila_rfsoc_ofdm_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\" style=\"left\">"
7+
"<img src=\"images/strathsdr_banner.png\" align=\"left\" >"
88
]
99
},
1010
{

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def copy_notebooks():
6565

6666
setup(
6767
name=package_name,
68-
version='0.2.1',
68+
version='0.2.2',
6969
install_requires=[
7070
'pynq>=2.6',
7171
],

0 commit comments

Comments
 (0)