Skip to content

Instantly share code, notes, and snippets.

@0x9900
Last active August 30, 2024 15:33
Show Gist options
  • Save 0x9900/6e2279367e591122cc92d7406b9274b0 to your computer and use it in GitHub Desktop.
Save 0x9900/6e2279367e591122cc92d7406b9274b0 to your computer and use it in GitHub Desktop.
Graph SWR smith chart and return loss

This tool has been moved to its own python package. to get the latest version please go to https://github.com/0x9900/RigExpert

RigExpert

RigExpert is a tool designed to analyze and visualize antenna performance. It takes measurement data from devices like the RigExpert antenna analyzer or NanoVNA and generates detailed charts that help users understand their antenna's behavior. These charts include impedance plots, VSWR (Voltage Standing Wave Ratio) graphs, and Smith charts, which are essential for fine-tuning and optimizing antenna systems.

#!/usr/bin/env python3
#
# BSD 3-Clause License
#
# Copyright (c) 2023-2024 Fred W6BSD
# All rights reserved.
#
#
"""
This tool has been moved to its own python package.
to get the latest version please go to https://github.com/0x9900/RigExpert
# RigExpert
RigExpert is a tool designed to analyze and visualize antenna performance. It takes measurement data from devices like the RigExpert antenna analyzer or NanoVNA and generates detailed charts that help users understand their antenna's behavior.
These charts include impedance plots, VSWR (Voltage Standing Wave Ratio) graphs, and Smith charts, which are essential for fine-tuning and optimizing antenna systems.
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment