Skip to content

How to simulate S-parameters of passive networks? #213

Answered by svenboulanger
fred3991 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

The S-parameters are calculated using waves, so you will have to first calculate those waves using (see MathWorks or Wikipedia).

$$a_i = \frac{1}{2} \frac{V_i+Z_0\cdot I_i}{\sqrt{\left|Re(Z_0)\right|}}$$

$$b_i = \frac{1}{2} \frac{V_i - Z_0^*\cdot I_i}{\sqrt{\left|Re(Z_0)\right|}}$$

Or, whatever convention that you are using.
The $V_i$ and $I_i$ are the complex voltages and currents at port $i$. Once you have these 4 waves, you know that they are related using S-parameters like this:

$$ \left(\begin{array}{c} b_1\\ b_2 \end{array}\right) = \left( \begin{array}{cc} S_{11} & S_{12} \\ S_{21} & S_{22} \end{array} \right)\cdot\left( \begin{array}{c} a_1\\ a_2 \end{array} \right) $$

As you …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by svenboulanger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants