Terminator3
Advanced Member level 3
- Joined
- Feb 25, 2012
- Messages
- 802
- Helped
- 71
- Reputation
- 142
- Reaction score
- 63
- Trophy points
- 1,308
- Activity points
- 9,027
How to match negative Zs with Smith Chart? ( -28.526393888 + 70.854968742i)
I am using Smith v3.10. After calculating required Zs for transistor matching, i realized that Re part is -28, and can't be put into program.
How to solve this problem? Samples from my book have no such case.
I am using Smith v3.10. After calculating required Zs for transistor matching, i realized that Re part is -28, and can't be put into program.
How to solve this problem? Samples from my book have no such case.
Code:
_S11=PolarToRect(0.7,-64.8)
_S11 = 0.298045504 - 0.633378937i
Gs=1/_S11
Gs = 0.608256131 + 1.292610075i
Zs=50*(1+Gs)/(1-Gs)
Zs = -28.526393888 + 70.854968742i
Gout=S22+(S12*S21)*Gs/(1-S11*Gs)
Gout = 1.886478204 + 0.744136625i
Zout=50*(1+Gout)/(1-Gout)
Zout = -116.175687126 + 55.549873949i
Abs(Gs)
Ans = 1.428571429
Abs(Gout)
Ans = 2.027939676
Last edited: