renormalize_s
- renormalize_s(s, z_old, z_new, s_def_old='power', s_def_new='power', method='mobius')[source]
Renormalize S-parameters from one impedance/definition to another.
- Parameters:
s (jnp.ndarray) – The input S-parameter matrix.
z_old (NumberLike) – The original characteristic impedance.
z_new (NumberLike) – The new characteristic impedance.
s_def_old (str, optional, default='power') – The original S-parameter definition.
s_def_new (str, optional, default='power') – The new S-parameter definition.
method (str, optional, default='direct') – The algorithm to use. Can be ‘direct’ or ‘hub’.
- Returns:
The renormalized S-parameter matrix.
- Return type:
jnp.ndarray