t2s
Convert T-parameters to S-parameters
Syntax
Description
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 T-parameters to S-parameters.
s_params = t2s(t_params)
s_params = 2×2 complex
-0.5892 + 0.1579i 0.0372 + 0.0335i
1.9159 + 3.1887i 0.3011 - 0.3344i
Input Arguments
t_params
— 2-port T-Parameters
2-by-2-by-M array
2-port T-Parameters, specified as a complex 2-by-2-by-M array, where M represents the number of frequency points of 2-port T-parameters.
This function defines the T-parameters as
where:
a1 is the incident wave at the first port.
b1 is the reflected wave at the first port.
a2 is the incident wave at the second port.
b2 is the reflected wave at the second port.
Output Arguments
s_params
— 2-port- S-Parameters
2-by-2-by-M array of complex numbers
2-port S-parameters, returned as a 2-by-2-by-M array of complex numbers, where M represents the number of frequency points of 2-port S-Parameters.
References
[1] Gonzalez, Guillermo, Microwave Transistor Amplifiers: Analysis and Design, 2nd edition. Prentice-Hall, 1997, p. 25.
Version History
Introduced before R2006a
See Also
Open Example
You have a modified version of this example. Do you want to open this example with your edits?
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)