skrf.network.Network.renormalize

Network.renormalize(z_new, s_def=None)[source]

Renormalize s-parameter matrix given a new port impedances.

Parameters:
  • z_new (complex array of shape FxN, F, N or a scalar) – new port impedances

  • s_def (str -> s_def : can be: None, 'power', 'pseudo' or 'traveling') – None to use the definition set in the network s_def attribute. Scattering parameter definition : ‘power’ for power-waves definition, ‘pseudo’ for pseudo-waves definition. ‘traveling’ corresponds to the initial implementation. Default is ‘power’. NB: results are the same for real-valued characteristic impedances.

Return type:

None