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

    %% Get Z0 of Network Object
% Create and analyze a two-wire network object.
 tx1=rfckt.twowire('Radius',7.5e-4)
 analyze(tx1,1.9e9)
 %%
 % Find the Z0 of the two-wire object.
 z0 = getz0(tx1)