3.3 The Smith Chart
3.3 The Smith Chart
This document provides a Smith chart which maps normalized impedance, Zn(z), as a function of the
reflection coefficient, . The chart is used to plot a reflection coefficient corresponding to a given normalized
load impedance, and subsequently to solve an impedance matching example. Graphical methodology and
results are compared with Mathcad's complex arithmetic capability.
You provide:
Background
The Smith chart shows, on the plane, contours of constant Re(Z) and Im(Z), that is, contours of constant
resistance and reactance. Pivoting around the center of the Smith chart on a circle of contant radius | | is
equivalent to examining the impedance along the transmission line, and will provide a graphical solution for
Zn(z).
Typically, (z) and Z(z) can be easily calculated in Mathcad without using a Smith chart (see Section 3.2
Reflection Coefficient Calculations), but the chart gives a convenient way of visualizing these relationships.
Plots can also provide a first guess for numerical solutions of impedance matching problems (see definition of
the root function in the Mathcad User's Guide.)
Mathcad Implementation
This document describes Mathcad plotting of transmission line impedances on a Smith chart, and shows
example of impedance matching using the chart.
Constants
00 8.854 10
12
00 4 10
The data for the Smith Chart is stored in the Excel Component below. We set up the plot by using the
Outputs section to map data from the Excel object to variables in the Mathcad worksheet.
Outputs
SR excel
Sheet1!A2:A875
SI excel
Sheet1!B2:B875
These instructions plot the first column of numbers in the data file on the horizontal axis against the second
column on the vertical axis, creating a simplified Smith chart, with the following gridlines:
Circles of constant resistance r for r = 0, .2, .5, 1, 2, and 5.
Contours of constant reactance x are at x = 0, .2, .5, 1, 2, 5, -.2, -.5,- 1, -2, and -5.
To plot values of the reflection coefficient on the chart, plot Re( ) against Im( ). As an example, the
sequence of instructions below shows the procedure for mapping a reflection coefficient onto the Smith chart.
On the same chart, the circle representing all other z) is plotted.
Given a complex normalized load impedance
ZnL 2 + 2j
Calculate the reflection coefficient
ZnL 1
L
= 0.538 + 0.308i
ZnL + 1
|L| = 0.62
step 0 , .01 1
SI
imag (step)
Im L
SR
real (step)
Re L
Impedance Matching
To use the diagram for impedance matching, find the admittance at the point where the | | circle crosses the r
= 1 contour, then match the imaginary part of the admittance at that point.
The chart is helpful in providing a guess value for the imaginary part x of the admittance. Mathcad can find x
exactly using the root function, and determine how far (in wavelengths) the parallel shunt admittance should
be placed from the load.
To illustrate this idea, use a guess value for x by looking at the Smith chart above, and calculate a matching
admittance, starting with the normalized admittance
Yn (x) 1 + 1j x
The corresponding normalized impedance is
1
Zn (x)
Yn (x)
Zn (x) 1
(x)
Zn (x) + 1
For the case of a load impedance ZnL, as given above, the plot above indicates that the constant | | circle
crosses the r = 1 contour between x = 1 and x = 2. So we'll guess
x 1.5
1
1
z (x) if angle (x) > 0 ,
angle (x) ,
(2 + angle (x))
4
4
z (x) = 0.22
wavelengths
Graphing Parameters
i01
m01
r 0
i 0
r Re L
i Im L
Real and imaginary Admittance reflected through the origin to show impedance:
Yr Re ( (x))
Yi Im ( (x))
Yr Re ( (x))
Yi Im ( (x))
SI
imag (step)
Yi
SR
real (step)
Yr
It is possible to match the load from the other point where the constant | | circle crosses the r
= 1 contour, i.e., between x = -1 and x = -2. It turns out that this second admittance has the
same susceptance magnitude, but with the opposite sign. The shunt will also need to be placed
at a different location with respect to the load in this case.
x 1.5
wavelengths
shunt = 1.581i
See 3.2 Reflection Coefficient Calculations for examples of using complex variables and Mathcad's root
function to solve problems of this kind directly without the aid of a Smith chart.