Skip to content

Commit

Permalink
Update banners for notebooks and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dnorthcote committed May 13, 2021
1 parent c294f21 commit 4789409
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<img src="strathclyde_banner.png" width="100%">
<img src="strathsdr_banner.png" width="100%">

# Spectrum Analyser on PYNQ
This repository hosts an RFSoC Spectrum Analyser tool compatible with [PYNQ image v2.6](https://github.com/Xilinx/PYNQ/releases) for the ZCU111 and RFSoC2x2 development board.

<p align="center">
<img src="./demonstration.gif"/>
<img src="./demonstration.gif" width="75%" height="75%" />
</p>

Currently, this project is in version 0.3.0. We are working on improving aspects of the hardware design and increasing functionality/programability of the Python overlay.
Currently, this project is in version 0.3.1. We are working on improving aspects of the hardware design and increasing functionality/programability of the Python overlay.

## Key Features
* Up to 2 GHz bandwidth for inspection
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"images/strathclyde_banner.png\" width=\"50%\" align=\"left\">"
"<img src=\"images/strathsdr_banner.png\" align=\"left\">"
]
},
{
Expand Down Expand Up @@ -252,4 +252,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
]
},
"source": [
"<img src=\"images/strathclyde_banner.png\" width=\"50%\" align=\"left\">"
"<img src=\"images/strathsdr_banner.png\" align=\"left\">"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"source": [
"<img src=\"images/strathsdr_banner.png\" align=\"left\">"
],
"cell_type": "markdown",
"metadata": {}
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"images/strathclyde_banner.png\" width=\"50%\" align=\"left\">"
"<img src=\"images/strathsdr_banner.png\" align=\"left\">"
]
},
{
Expand Down Expand Up @@ -256,4 +256,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
]
},
"source": [
"<img src=\"images/strathclyde_banner.png\" width=\"50%\" align=\"left\">"
"<img src=\"images/strathsdr_banner.png\" align=\"left\">"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"source": [
"<img src=\"images/strathsdr_banner.png\" align=\"left\">"
],
"cell_type": "markdown",
"metadata": {}
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -44,7 +51,7 @@
"\n",
"<a class=\"anchor\" id=\"fig-1\"></a>\n",
"<figure>\n",
"<img src='images/zcu111_single_channel_setup.png' height='25%' width='25%'/>\n",
"<img src='images/zcu111_single_channel_setup.png' width=50%/>\n",
" <figcaption><b>Figure 1: ZCU111 development board setup in loopback mode.</b></figcaption>\n",
"</figure>\n",
"\n",
Expand Down
Binary file removed strathclyde_banner.png
Binary file not shown.
Binary file added strathsdr_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4789409

Please sign in to comment.