z2y
Convert Z-parameters to Y-parameters
Syntax
Description
Examples
Convert Z-Parameters to Y-Parameters
Define a matrix of Z-parameters.
Z11 = -14567.2412789287 - 148373.315116592i; Z12 = -14588.1106171651 - 148388.583516562i; Z21 = -14528.0522132692 - 148350.705757767i; Z22 = -14548.5996561832 - 148363.457002006i; z_params = [Z11,Z12; Z21,Z22];
Convert the Z-parameters to Y-parameters.
y_params = z2y(z_params)
y_params = 2×2 complex
0.0488 - 0.3908i -0.0487 + 0.3909i
-0.0489 + 0.3907i 0.0488 - 0.3908i
Input Arguments
z_params
— Impedance parameters
N-by-N-by-M complex
array
Impedance parameters, specified as an N-by-N-by-M complex array, where M represents the number of frequency points of an N-port Z-parameter.
Output Arguments
y_params
— Admittance parameters
N-by-N-by-M complex
array
Admittance parameters, returned as an N-by-N-by-M complex array, where M represents the number of frequency points of an N-port Y-parameter.
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)