z2a
- pmrf.rf.z2a(z: Array) Array
Directly convert Impedance (Z) parameters to ABCD parameters.
- Parameters:
z (jnp.ndarray) – The Impedance matrix with shape (2, 2) or (nfreqs, 2, 2).
- Returns:
The ABCD parameter matrix with shape matching the input z.
- Return type:
jnp.ndarray