Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to plot re(Zi) vs freq*freq

Status
Not open for further replies.

mustangyhz

Member level 5
Joined
Nov 18, 2008
Messages
87
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,978
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. plot.JPG
 

Using Matlab, ADS, or what else ?
 

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)
 
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?

- - - Updated - - -

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

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
 

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.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top