Hello
In the attached formula (ROS.png), as long as Zo is real, even if Zl is complex, everything is fine and S11 remains in a circle of radius 1. and the ROS is between 1 and infinity.
If Zo is complex, this is no longer the case.
While writing C# code looking for a (complex) adaptation by dichotomy, I was looking for a ROS of 1. It doesn't work. I had to use the modulus of the difference between my target and the current value.
double optimiseur = Complex.Subtract(Zouth_, Application.Zcibleh).Magnitude;
Is it legitimate to talk about S11 when Zo is complex?
73
--
F1AMM
Fran?ois