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:



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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…