skrf.tlineFunctions.Gamma0_2_zin¶
- skrf.tlineFunctions.Gamma0_2_zin(z0, Gamma0, theta)¶
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