abcd2h
Convert ABCD-parameters to hybrid h-parameters
Description
converts the ABCD-parameters to the hybrid parameters. For more information see, RF Network Parameter Objects.h_params
= abcd2h(abcd_params
)
Examples
Convert ABCD-Parameters to h-Parameters
Define a matrix for ABCD-parameters.
A = 0.999884396265344 + 0.000129274757618717i; B = 0.314079483671772 + 2.51935878310427i; C = -6.56176712108866e-007 + 6.67455405306704e-006i; D = 0.999806365547959 + 0.000247230611054075i; abcd_params = [A,B; C,D];
Convert ABCD-parameters to h-parameters.
h_params = abcd2h(abcd_params)
h_params = 2×2 complex
0.3148 + 2.5198i 0.9999 + 0.0001i
-1.0002 + 0.0002i -0.0000 + 0.0000i
Input Arguments
abcd_params
— 2-port- ABCD-Parameters
2-by-2-by-M array of complex numbers
2-port- ABCD-Parameters, specified as a 2-by-2-by-M array of complex numbers, where M represents the number of frequency points of 2-port ABCD-parameters.
The function assumes that the ABCD-parameter matrices have distinct A, B, C, and D submatrices:
Output Arguments
h_params
— 2-port hybrid h-parameters
2-by-2-by-M array of complex numbers
2-port hybrid h-parameters, returned 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.
Version History
Introduced before R2006a
Ouvrir l'exemple
Vous possédez une version modifiée de cet exemple. Souhaitez-vous ouvrir cet exemple avec vos modifications ?
Commande MATLAB
Vous avez cliqué sur un lien qui correspond à cette commande MATLAB :
Pour exécuter la commande, saisissez-la dans la fenêtre de commande de MATLAB. Les navigateurs web ne supportent pas les commandes 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)