Skip to Main Content Skip to Search
Product Documentation

h2abcd - Convert hybrid h-parameters to ABCD-parameters

Syntax

abcd_params = h2abcd(h_params)

Description

abcd_params = h2abcd(h_params) converts the hybrid parameters h_params into the ABCD-parameters abcd_params. The h_params input is a complex 2-by-2-by-M array, representing M 2-port hybrid h-parameters. abcd_params is a complex 2-by-2-by-M array, representing M 2-port ABCD-parameters.

Examples

Convert h-parameters to ABCD-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 to ABCD-parameters
abcd_params = h2abcd(h_params);

See Also

abcd2h | h2s | h2y | h2z | s2abcd | y2abcd | z2abcd

  


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