微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 电磁仿真讨论 > how to plot re(Zi) vs freq*freq

how to plot re(Zi) vs freq*freq

时间:03-30 整理:3721RD 点击:
I am learning how to extract the parameters of integrated inductors. Dose anybody know how to plot re(Zi) vs freq*freq? I just hnow to plot re(Zi) vs freq.

Using Matlab, ADS, or what else ?

I want to do it in HFSS or ADS.
Thanks!

in ads you can you the plot_vs() function to define freq*freq

In ADS simply, after the simulation has finisehd, in the results windows open a rectangular plot, add a trace (doesen't matter which one), then in the rigth windows where the trace you choose is listed double click on it. Then go in "Trace expression" and replace what is written with:

plot_vs(<what you want to plot>, freq*freq)

plot_vs means plot versus. the synopsis is plot_vs(Y,X) that will plot Y with respect to X.

If, for instance, you want to plot the S21, in dB with respect to freq^2, you'll have to write:

plot_vs(dB(S(2,1)), freq*freq)

thank you very much! do you know how to do it in HFSS?



johnjoe, thank you very much! do you know how to do it in HFSS?

No, I'm sorry, I don't know HFSS at all.

In HFSS you can do the same as in ADS:
When you create an new rectangular plot a window opens.
On the right side is a trace tab.
PrimarySweep should be Freq.
For X you can uncheck the Default and then type Freq*Freq.
And for Y you choose your value like S21

I have tried several times, they all failed, and I have to restart HFSS to make it works again.

上一篇:ac signal peak detector
下一篇:最后一页

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top