edges_cal.reflection_coefficient.gamma_de_embed

edges_cal.reflection_coefficient.gamma_de_embed(s11: np.typing.ArrayLike, s12s21: np.typing.ArrayLike, s22: np.typing.ArrayLike, gamma_ref: np.typing.ArrayLike) np.typing.ArrayLike[source]

Obtain the intrinsic reflection coefficient.

See Eq. 2 of Monsalve et al., 2016.

Obtains the instrinsic reflection coefficient from the one measured at the reference plane, given a set of reflection coefficients.

Parameters:
  • s11 – The S11 parameter of the two-port network for the port facing the calibration plane.

  • s12s21 – The product of S12*S21 of the two-port network.

  • s22 – The S22 of the two-port network for the port facing the device under test (DUT)

  • gamma_ref – The reflection coefficient of the device under test (DUT) measured at the reference plane.

Returns:

gamma – The intrinsic reflection coefficient of the DUT.

See also

gamma_embed

The inverse function to this one.