terminate_a_in_s

pmrf.rf.terminate_a_in_s(Amat: Array, Smat: Array, z0: Array, s_def='power', method: str | None = None) Array

Terminates an ABCD matrix in an S-parameter matrix.

Currently this only supports terminating a two-port in a one-port. The resultant terminated one-port S matrix is returned.

Parameters:
  • Amat (jnp.ndarray) – The ABCD matrix to terminate from.

  • Smat (jnp.ndarray:) – The S matrix to terminate into.

  • z0 (jnp.ndarray:) – The characteristic impedance of the S-matrix being terminated.

  • method (str, optional) – The method, not yet used.

Returns:

The resulting S-parameter matrix of the terminated system.

Return type:

jnp.ndarray