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

    %% Plot Reflection Data On a Smith Chart
% 

% Copyright 2015 The MathWorks, Inc.

S = sparameters('passive.s2p');
    s11 = rfparam(S,1,1);
    figure
    smithchart(s11)