z2s
Convert Z-parameters to S-parameters
Description
Examples
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 Z-parameters to S-parameters.
s_params = z2s(z_params)
s_params = 2×2 complex
0.0038 + 0.0248i 0.9964 - 0.0254i
0.9961 - 0.0250i 0.0037 + 0.0249i
Input Arguments
N-port Z-parameters, specified as an N-by-N-by-M array of complex numbers, where M represents the number of frequency points of N-port Z-parameters.
Reference impedance in ohms, specified as one of the following:
Positive real scalar when you want to specify the same the reference impedance for all ports in the network.
Positive real vector of length N when you want to specify a different reference impedance for each port in the N-port network. (since R2023a)
Positive real vector of length K when you want to specify a different reference impedance for each in the K frequencies in the data. (since R2023a)
If the reference impedance is a vector and the number of ports N
equals the number of data frequencies K, N ==
K, then the sparameters
object will assign each
element of the vector to each port of the network. To specify reference impedances for
each frequency in this case, specify Z0
as a 3-D vector of length
1-by-1-by-K.
Output Arguments
N-port S-parameters, returned as a N-by-N-by-M array of complex numbers, where M representing number of frequency points of N-port S-parameters.
Version History
Introduced before R2006aSpecify a different reference impedance for each port in the network by setting the
z0
argument to a vector.
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
- América Latina (Español)
- Canada (English)
- United States (English)
유럽
- 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)