Selection of Zeros of S11(s)

Status
Not open for further replies.

pancho_hideboo

Advanced Member level 5
Joined
Oct 21, 2006
Messages
2,847
Helped
767
Reputation
1,536
Reaction score
733
Trophy points
1,393
Location
Real Homeless
Activity points
17,490
We can determine S11(s) from S21(s).

S11(s)*S11(-s) = 1 - S21(s)*S21(-s)
Zin(s) = {1 + S11(s)} / {1 - S11(s)} or
Zin(s) = {1 - S11(s)} / {1 + S11(s)}

Here two options exist for S11(s).
(1) Choose Zeros <= 0.0
(2) Choose Zeros >= 0.0

Usually I choose (1), since (1) is Minimum Phase System.
However both are surely feasible.

Actually, if I realize Zin(s) by T-Toplogy LC Ladder circuit, (1) and (2) are simply reverse each other.

Code:
# Zeros <= 0.0
L1 = 2.25822
C2 = 1.11103
L3 = 0.804011
C4 = 0.507241
L5 = 0.174319
R5 = 1

# Zeros >= 0.0
L1 = 0.174319
C2 = 0.507241
L3 = 0.804011
C4 = 1.11103
L5 = 2.25822
R5 = 1

How can I interpret selection of zeros of S11 ?
 

Attachments

  • 2019-0620-1218-51.png
    12.4 KB · Views: 148
  • 2019-0620-1218-45.png
    13.2 KB · Views: 144
  • 2019-0620-1219-29.png
    12.1 KB · Views: 145
  • 2019-0620-1219-25.png
    13 KB · Views: 133
  • 2019-0620-1214-52.png
    13.5 KB · Views: 148
Last edited:

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…