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

    %% Convert File to T-Parameters
% Read S-parameter data from a Touchstone file and convert 
% the data to T-parameters

% Copyright 2015 The MathWorks, Inc.

T1 = tparameters('passive.s2p');
disp(T1)