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

    %% Read a File as H-parameters and Extract H11
% 
%
%% Read default.s2p as h-parameters
%

% Copyright 2015 The MathWorks, Inc.

 h = hparameters('default.s2p')
 %% Extract h11
 %
 h11 = rfparam(h,1,1);