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

    %% Plot Y-Parameters on Smith Chart
% Extract y-parameters from |default.s2p| and plot on a smith
% chart.
Y = yparameters('default.s2p')
figure;
smith(Y,1,1)