calculates ‘inverse’ s-parameter matrix, used for de-embeding
this is not literally the inverse of the s-parameter matrix. it is defined such that the inverse of the s-matrix cascaded with itself is unity.
where is the matrix inverse. in other words this is the inverse of the scattering transfer parameters matrix transformed into a scattering parameters matrix.
Parameters : | s : numpy.ndarray
|
---|---|
Returns : | s’ : numpy.ndarray
|