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.

Problem in calculation inductance from Sp simulation - ADS

Status
Not open for further replies.

irisaru

Newbie level 6
Joined
May 25, 2013
Messages
11
Helped
0
Reputation
0
Reaction score
1
Trophy points
1,281
Activity points
1,366
Dear all,

I am simulating the inductance and coupling coefficient of transformer using ADS. My procedure consists of three steps. First, I create a transformer using CoilSys in ADS and then simulate its S-parameter, then I separate this transformer into two inductors and simulate their S-parameter. After that, based on S-parameter I calculate the inductance of two inductors in two cases: (1) transformer (2) two separated inductors then I use the T-model of transformer to determine the mutual inductance and coupling coefficient.

Theoretically, inductance of inductor is determined using the equation:
L = imag(Z_ind)/(omega)

I found that the S11 = (Zin-Z0)/(Zin+Z0) => Zin = Z0*(1+S11)/(1-S11) when the other ports are matched. Furthermore, the Zin of the two-port inductor = Z0 + Z_ind, so we can find the Z_ind of inductor using S-parameter and then calculate the inductance using the previous equation.

However, I have read in one ADS application note that there are equations to determine the inductance of inductor
(https://muehlhaus.com/support/ads-application-notes/functions-in-ads)
They said that we can use stoz function to translate the S-parameter to Z-parameter and then thank to the equation: Zseries = (Z11*Z22 - Z12*Z21)/Z21, they use this impedance to calculate the inductance.

I have a question that does the Z11 from stoz() function different from the Zin, which is calculated from S11 and another question is what Zseries means and why do we use this impedance to calculate the inductance. I found that the inductance, calculated from Zseries and Zin are quite similar, and these results are more different from the inductance, determined from Z11_stoz.

Would you please advise me or give me some documents to solve this problem.
Thank you very much.
 

You quoted my appnote, so let me try to explain the different concepts.

Let's start with inductance. Below is the simplified equivalent circuit model for on inductor in Silicon technology. When we want to extract inductance, we need to define what inductance value we mean: the core Ls value? The effective value with parasitics? For what port connection, because that gives different effective values?

si_ind.PNG

If we are a PDK modelling engineer, we might want the core Ls value (excluding paraitics). For circuit design, we are more interested in an effective series inductance value that includes all the effects (includes parasitics). In Silicon technologies, inductors in tank circuit are usually driven in differential mode, so we want the effective value for this configuration between 1+ and 1- :

ind_diff.PNG

The equation from my appnote converts the 2-port parameters (one port on each end of the inductor) into 1-port parameter measured between the two terminals. The result for inductance is the same as directly simulating as a 1-port, and then using L = imag(Z_ind)/(omega). However, the advantage of using 2-port EM data in circuit simulation is that it is valid both differential and common mode excitation (and a mixture of both). That's why I prefer simulating as a 2-port (data for circuit sim), and instead of doing another 1-port sim for plotting differential inductor parameters that is calculated by Zseries = (Z11*Z22 - Z12*Z21)/Z21

I have a question that does the Z11 from stoz() function different from the Zin, which is calculated from S11 and another question is what Zseries means and why do we use this impedance to calculate the inductance. I found that the inductance, calculated from Zseries and Zin are quite similar, and these results are more different from the inductance, determined from Z11_stoz.

As explained above, the circuit use in Si technology is differential drive of the inductor. If you measured into port 1, with port 2 terminated into 50 Ohm, the effect of parasitics is different. That is why evaluting inductor parameters should be done for the actual model of operation, i.e. differentially between the inductor terminals for differential circuit use.

Hope this makes sense now?

Best regards
Volker
 
Last edited:

Dear Volker,

Thank you very much for your help. Your app notes are very helpful.

Best Regards,
irisaru
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top