From H-parameters to A-parameters
In matrix form, the formula is
A=([1000]H+[0100])([000−1]H+[0010])−1
While for each element, we obtain
A11A12A21A22=−H21H11H22−H12H21=−H21H11=−H21H22=−H211
The formulas are obtained with the methods explained here.
The MATLAB implementation can be found in circuitconversions on Gitlab.
Definitions
[V1I2]=H[I1V2] | [V1I1]=A[V2−I2] |