skrf.tlineFunctions.reflection_coefficient_2_input_impedance_at_theta

skrf.tlineFunctions.reflection_coefficient_2_input_impedance_at_theta(z0, Gamma0, theta)[source]

Input impedance from load reflection coefficient at a given electrical length.

Calculate the input impedance at electrical length theta, given a reflection coefficient and characteristic impedance of the medium.

Parameters:
  • z0 (number or array-like) – characteristic impedance.

  • Gamma (number or array-like) – reflection coefficient

  • theta (number or array-like) – electrical length of the line, (may be complex)

  • Gamma0 (Number | Sequence[Number] | ndarray)

Returns:

zin – input impedance at theta

Return type:

number or array-like