I know that, for example, \$X_L=2\pi f L\$ will calculate reactance of an ideal inductor, but can this be calculated for a real component model? Given the S-Parameter values at some frequency from an S2P file, can you calculate the reactance of the component at that frequency?
For example, in Mag-Angle format, this 120 nH inductor has the following S-parameter values at 100MHz as seen in its .s2p file:
S-Param | \$\|S\|\$ | Phase \$\angle\$ in degrees |
---|---|---|
\$S_{11}\$ | 0.588600478 | 50.2086462 |
\$S_{21}\$ | 0.770096917 | -35.9648121 |
\$S_{12}\$ | 0.770096917 | -35.9648121 |
\$S_{22}\$ | 0.588600478 | 50.2086462 |
Reactance for 120nH at 100MHz should be somewhere near here, but I want to know the component's reactance based on the S2P model:
\$2\pi×(100×10^6)×(120×10^{−9}) \approx 75.36 \Omega\$
Questions:
- Is it possible to calculate the (probably complex) reactance based on the S-Parameters above?
- If so, how?