scikit-rf
scikit-rf copied to clipboard
Checking if port impedances are real
When working with large matrices (>300 ports) the matrix multiplication used in s2s can very slow. However, if the port terminations z0 are completely real then the travelling and power wave definitions are the same, so no conversion is necessary.
LGTM
Also solve issue #764