abcd2y
Convert ABCD-parameters to Y-parameters
Description
converts the ABCD-parameters to the admittance parameters. y_params
= abcd2y(abcd_params
)
For more information see, RF Network Parameter Objects.
Examples
Convert ABCD-Parameters to Y-Parameters
Define a matrix of 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 Y-parameters.
y_params = abcd2y(abcd_params)
y_params = 2×2 complex
0.0488 - 0.3908i -0.0489 + 0.3907i
-0.0487 + 0.3909i 0.0488 - 0.3908i
Input Arguments
abcd_params
— 2N-port- ABCD-Parameters
2N-by-2N-by-M array of
complex numbers
2N-port- ABCD-Parameters, specified as a 2N-by-2N-by-M array of complex numbers, where M represents the number of frequency points of 2N-port ABCD-parameters.
The function assumes that the ABCD-parameter matrices have distinct A, B, C, and D submatrices:
Output Arguments
y_params
— 2N-port Y-Parameters
2N-by-2N-by-M array of
complex numbers
2N-port Y-Parameters, returned as a 2N-by-2N-by-M array of complex numbers, where M represents the number of frequency points of 2 N-port Y-parameters.
Version History
Introduced before R2006a
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 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)