Skip to content

S-Parameter Definitions

Scattering parameters describe a microwave network by relating incident and reflected waves at each port. In Flex RF, those wave amplitudes are computed from the port voltage V, port current I, and reference impedance Z_ref.

When Z_ref is real, such as a standard 50 ohm reference, the supported definitions produce the same S-matrix. They differ when Z_ref is complex, which is common for lossy transmission lines when the line characteristic impedance is used as the reference.

The incident and reflected wave amplitudes can be written as:

a = F * (V + Z_ref * I)
b = F * (V - Z_ref_prime * I)

F is a scaling factor. Z_ref_prime is either Z_ref or its complex conjugate, depending on the selected definition. The S-matrix relates these quantities as b = S * a.

Definitions_param_defReflected-wave impedanceMain behavior
Pseudo-wave"pseudo"Z_refDefault definition. For complex Z_ref, reciprocal devices are not guaranteed to have S12 = S21.
Power-wave"power"conjugate(Z_ref)Relates wave amplitudes directly to delivered power and keeps passive reflection coefficients bounded.
Symmetric pseudo-wave"symmetric_pseudo"Z_refKeeps reciprocal S-matrices symmetric while using a complex scaling factor.

Set the definition on TerminalComponentModeler with the s_param_def field. The resulting MicrowaveSMatrixData records which definition was used.

For power waves, the net power delivered by a port is:

P = 0.5 * (abs(a)^2 - abs(b)^2)

For pseudo-waves and symmetric pseudo-waves, an additional cross term appears when Z_ref is complex. This means the net power is not simply the difference between incident and reflected power. The cross term disappears when Z_ref is real, so all definitions reduce to the familiar power relationship.

DefinitionReciprocal S12 = S21Condition for S11 = 0Passive abs(S11) <= 1
Pseudo-waveNoZ_in = Z_refNo
Power-waveYesZ_in = conjugate(Z_ref)Yes
Symmetric pseudo-waveYesZ_in = Z_refNo

For pseudo-waves and symmetric pseudo-waves, S11 follows the familiar impedance-match form and vanishes when the input impedance equals the reference impedance. For power waves, the conjugate in the reflected-wave definition means S11 = 0 requires a conjugate match when Z_ref is complex.

PageWhy open it
Terminal Component ModelerConfigure the component modeler that extracts the S-matrix.
RF Mode AnalysisCompute characteristic impedance for transmission-line modes.
Impedance CalculatorCalculate impedance from field data and path integrals.