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