Jademobile
Newbie level 6
Dear,
I use ADS. I am quiet puzzling about the definition of Z-matrix and Zin and Zout.
Question:
In ADS, I use stoz(S) to get the Z-matrix of the network.
In schematic, I write the following measurement equations to get Zin and Zout.
Ztmp = stoz(S, 50)
RinEVB = real(Ztmp(1,1))*50
XinEVB = real(Ztmp(1,1))*50
RoutEVB = real(Ztmp(1,1))
XoutEVB = real(Ztmp(1,1))
Also, I use another way to get Zin and Zout:
Zin1 = sm_z1(S, 50)
Zout2 = sm_z2(S, 50)
As expected, RinEVB roughly equals Zin1 and RoutEVB roughly equals Zout2.
While there are some difference between the 2 approach. My question is, which way is more accurate.
Also, I found that XinEVB and XoutEVB differs a lot from imagines of Zin1 and Zout2. What is the reason, and which on is correct?
Thank you.
Jade
I use ADS. I am quiet puzzling about the definition of Z-matrix and Zin and Zout.
Question:
In ADS, I use stoz(S) to get the Z-matrix of the network.
In schematic, I write the following measurement equations to get Zin and Zout.
Ztmp = stoz(S, 50)
RinEVB = real(Ztmp(1,1))*50
XinEVB = real(Ztmp(1,1))*50
RoutEVB = real(Ztmp(1,1))
XoutEVB = real(Ztmp(1,1))
Also, I use another way to get Zin and Zout:
Zin1 = sm_z1(S, 50)
Zout2 = sm_z2(S, 50)
As expected, RinEVB roughly equals Zin1 and RoutEVB roughly equals Zout2.
While there are some difference between the 2 approach. My question is, which way is more accurate.
Also, I found that XinEVB and XoutEVB differs a lot from imagines of Zin1 and Zout2. What is the reason, and which on is correct?
Thank you.
Jade