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

    %% List Format of Network Parameter
% List the available formats of analysis of a transmission line. 
trl = rfckt.txline;
f = [1e9:1.0e7:3e9];
analyze(trl,f);
listformat(trl,'S11')