www.gusucode.com > rf 案例源码程序 matlab代码 > rf/PlotImpedanceDataOnASmithChartExample.m

    %% Plot Impedance Data On a Smith Chart
% 

% Copyright 2015 The MathWorks, Inc.

z = 0.1*50 + 1j*(0:0.1:50);
gamma = z2gamma(z);
figure
smithchart(gamma)