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

    %% Extract G11
% Read the file |default.s2p| as g-parameters and extract G11. 
g = gparameters('default.s2p')
g11 = rfparam(g,1,1);