Hi,
Now I get GOPT calculated from Linear analyasis with Noise in Smith Chart and I want to display it as impedance directly read from Smith Chart.
Originally calculated GOPT array has Polar data then to make realize what I want to do, I need to convert it to impedance.
Do you know how to do it?
I know ZIN1,2 can do it in Smith Chart.
Please advise.
Thanks in advance,
Umekawa
Now I get GOPT calculated from Linear analyasis with Noise in Smith Chart and I want to display it as impedance directly read from Smith Chart.
Originally calculated GOPT array has Polar data then to make realize what I want to do, I need to convert it to impedance.
Do you know how to do it?
I know ZIN1,2 can do it in Smith Chart.
Please advise.
Thanks in advance,
Umekawa
Since I've not received your comment, I tried to apply my easy equation
Zo=50;
gamma=Linear1_Data.S[1,1]
Zin=Zo*(1+gamma)/(1-gamma)
But still I cannot reach good idea to overwrite this Zin to Smith Chart directly.
Do you know anything?
My intention is I just want to convert calculated GOPT(polar) to Z read in a smithchart directly.
Thanks in advance,
Ume