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

    %% Create Inverse Hybrid Connected Networks
% Create inverse hybrid connected networks of linear RF objects with two
% transmission line objects using rfckt.hybridg. 

% Copyright 2015 The MathWorks, Inc.


tx1 = rfckt.txline;
tx2 = rfckt.txline;
invhyb = rfckt.hybridg('Ckts',{tx1,tx2})