Skip to content

Commit

Permalink
fix image titles in vna and vna-122-88
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-demin committed Oct 26, 2024
1 parent 9f75a8b commit 6691d08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vna-122-88.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Hardware

The basic blocks of the system are shown in the following diagram:

![Multichannel Pulse Height Analyzer]({% link img/vna-122-88.png %})
![Vector Network Analyzer]({% link img/vna-122-88.png %})

The [projects/vna_122_88](https://github.com/pavel-demin/red-pitaya-notes/tree/master/projects/vna_122_88) directory contains one Tcl file [block_design.tcl](https://github.com/pavel-demin/red-pitaya-notes/blob/master/projects/vna_122_88/block_design.tcl) that instantiates, configures and interconnects all the needed IP cores.

Expand All @@ -32,7 +32,7 @@ The [projects/vna_122_88/server](https://github.com/pavel-demin/red-pitaya-notes

The [projects/vna/client](https://github.com/pavel-demin/red-pitaya-notes/tree/master/projects/vna/client) directory contains the source code of the control program ([vna.py](https://github.com/pavel-demin/red-pitaya-notes/blob/master/projects/vna/client/vna.py)).

![vna client]({% link img/vna-client.png %})
![VNA client]({% link img/vna-client.png %})

Getting started with MS Windows
-----
Expand Down
4 changes: 2 additions & 2 deletions vna.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Hardware

The basic blocks of the system are shown in the following diagram:

![Multichannel Pulse Height Analyzer]({% link img/vna.png %})
![Vector Network Analyzer]({% link img/vna.png %})

The [projects/vna](https://github.com/pavel-demin/red-pitaya-notes/tree/master/projects/vna) directory contains one Tcl file [block_design.tcl](https://github.com/pavel-demin/red-pitaya-notes/blob/master/projects/vna/block_design.tcl) that instantiates, configures and interconnects all the needed IP cores.

Expand All @@ -32,7 +32,7 @@ The [projects/vna/server](https://github.com/pavel-demin/red-pitaya-notes/tree/m

The [projects/vna/client](https://github.com/pavel-demin/red-pitaya-notes/tree/master/projects/vna/client) directory contains the source code of the control program ([vna.py](https://github.com/pavel-demin/red-pitaya-notes/blob/master/projects/vna/client/vna.py)).

![vna client]({% link img/vna-client.png %})
![VNA client]({% link img/vna-client.png %})

Getting started with MS Windows
-----
Expand Down

0 comments on commit 6691d08

Please sign in to comment.