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

    %% List Parameters of Network Object
% List the available parameters of analysis of a transmission line. 
trl = rfckt.txline;
f = [1e9:1.0e7:3e9];
analyze(trl,f);
listparam(trl)