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