For Single-ended inductor (equations valid in ADS):
L(f)=imag(1/y11)/(2*pi*f);
Q(f)=imag(1/y11)/real(1/y11);
For differential inductor:
Z=z11+z22-z12-z21;
L(f)=imag(Z)/(2*pi*f);
Q(f)=imag(Z)/real(Z);
Wednesday, February 10, 2010
Subscribe to:
Post Comments (Atom)
Hi,
ReplyDeleteMay I know the basic theory of the derivation of L & Q above? Is it from a simple RL circuit?