h2y
Convert hybrid h-parameters to Y-parameters
Syntax
Description
Examples
Convert h-Parameters to Y-Parameters
Define a matrix of h-parameters.
h_11 = 0.314441556185771 + 2.51960941000598i; h_12 = 0.999823389146385 - 0.000246785162909241i; h_21 = -1.000115600382660 - 0.000129304649930592i; h_22 = -6.55389515512306e-007 + 6.67541048071651e-006i; h_params = [h_11,h_12; h_21,h_22];
Convert h-parameters to Y-parameters.
y_params = h2y(h_params)
y_params = 2×2 complex
0.0488 - 0.3908i -0.0487 + 0.3907i
-0.0488 + 0.3908i 0.0487 - 0.3908i
Input Arguments
h_params
— 2-port hybrid h-parameters
2-by-2-by-M array of complex numbers
2-port hybrid h-parameters, specified as a 2-by-2-by-M array of complex numbers, where M represents the number of frequency points of 2-port hybrid h-parameters.
Output Arguments
y_params
— 2-port Y-Parameters
2-by-2-by-M array of complex numbers
2-port Y-Parameters, returned as a 2-by-2-by-M array of complex numbers, where M represents the number of frequency points of 2-port Y-parameters.
Version History
Introduced before R2006a
Apri esempio
Si dispone di una versione modificata di questo esempio. Desideri aprire questo esempio con le tue modifiche?
Comando MATLAB
Hai fatto clic su un collegamento che corrisponde a questo comando MATLAB:
Esegui il comando inserendolo nella finestra di comando MATLAB. I browser web non supportano i comandi MATLAB.
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)