Skip to Main Content Skip to Search
Product Documentation

t2s - Convert T-parameters to S-parameters

Syntax

s_params = t2s(t_params)

Description

s_params = t2s(t_params) converts the chain scattering parameters t_params into the scattering parameters s_params. The t_params input is a complex 2-by-2-by-M array, representing M 2-port T-parameters. s_params is a complex 2-by-2-by-M array, representing M 2-port S-parameters.

This function defines the T-parameters as

where:

Examples

Convert T-parameters to S-parameters:

%Define a matrix of T-parameters
t11 =  0.138451095405929   - 0.230421317393041i;
t21 = -0.0451985986689165  + 0.157626245839348i;
t12 =  0.0353675449261375  + 0.115682026931012i;
t22 = -0.00194567217559662 - 0.0291212122613417i;
t_params = [t11 t12; t21 t22];
%Convert to S-parameters
s_params = t2s(s_params)

References

Gonzalez, Guillermo, Microwave Transistor Amplifiers: Analysis and Design, 2nd edition. Prentice-Hall, 1997, p. 25.

See Also

abcd2s | h2s | s2t | y2s | z2s

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS