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