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.

S Parameter Inductance and Capacitance Calculations

Status
Not open for further replies.

SrB

Newbie
Joined
Apr 28, 2015
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,302
References Previous Thread:



Hello asubraman,

Import or read your S-pareameter file to any simulator (AWR MWO or Sonnet EM)
then plot the Y parameters Then use the following equation to get the Capacitance & Indutance values

Y11 = Im(Y(1,1))

C1=1.0E12 / ( 2 * _PI * _FREQ * ( 1 / Y11 ) )

Where
L1=1.0E9 * ( 1 / Y11 ) / ( 2 * _PI * _FREQ )

L1: Effective Inductance (in nH) of a series RL network

C1: Effective Capacitance (in pF) of a series RC network

_FREQ: is project frequencies in GHz

Note: Sonnet has direct measurement option for the above...


---manju---
Hi Manju

What if I calculate capacitance using Y(2,1) instead of Y(1,1)
C1=1.0E12 / ( 2 * _PI * _FREQ * ( 1 / Y21 ) )

Where
L1=1.0E9 * ( 1 / Y21 ) / ( 2 * _PI * _FREQ )

Will it be same?
 

Here is the math for getting the series components between the ports:

For capacitors
L21 = - imag( 1/ Y21 ) / ( 2 * PI * FREQ )
or for capacitors
C21= 1 / ( 2 * PI * FREQ * imag (1 / Y21) )
or for resistors
R21= -real( 1 / Y21 )

This is valid for 2-port data only (no more ports, no less).
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top