SmithChart
This is a smith chart written in C++ (with GTK+3).
Install / Use
/learn @mmalmquist/SmithChartREADME
SmithChart
A simple smith chart written in C++ and GTK+3.<br> It currently supports
- Transmission line in series.
- Lumped component in series and parallel.
- Open/short stub in parallel.
- Simple expression evaluation
- Removing last entry
- Clearing all entries
- Panel showing the properties of all active components.
Expression evaluation
Implemented to allow electrical length to be entered in radians
- a
- a / b
- a * pi
- pi / b
- a * pi / b
where a and b are real numbers.
<p align="center"> <img src="screenshot.png" alt="Smith Chart"> </p>