Feb 19, 2011 #1 C cnm Full Member level 2 Joined Oct 4, 2010 Messages 144 Helped 9 Reputation 18 Reaction score 9 Trophy points 1,298 Activity points 2,229 Help needed to create an arbitrary load in ADS that has a reflection coefficient magnitude =1, so I can sweep the phase. In other words, the normalized load is on the rim of the unit Smith chart. Thank you!
Help needed to create an arbitrary load in ADS that has a reflection coefficient magnitude =1, so I can sweep the phase. In other words, the normalized load is on the rim of the unit Smith chart. Thank you!
Feb 20, 2011 #2 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 Use "S1P_Eqn", "Z1P_Eqn" or "Y1P_Eqn" with equation describing impedance you want. S1P Eqn to S6P Eqn (1- to 6-Port S-parameters, Equation-Based) - ADS 2009 -*Agilent EEsof Documentation Center Z1P Eqn to Z6P Eqn (1- to 6-Port Z-parameters, Equation-Based) - ADS 2009 -*Agilent EEsof Documentation Center Y1P Eqn to Y6P Eqn (1- to 6-Port Y-parameters, Equation-Based) - ADS 2009 -*Agilent EEsof Documentation Center If you never run transient analysis, you can use "Term" with equation describing impedance you want instead of "S1P_Eqn", "Z1P_Eqn" or "Y1P_Eqn". Term (Port Impedance for S-parameters) - ADS 2009 - Agilent EEsof Documentation Center For example, if you use "Z1P_Eqn" or "Term", set Z[1,1] or Z like following. Gamma=polar(rho, phase_deg) Z0=50 Z[1,1]=Z0*(1+Gamma)/(1-Gamma) if you use "S1P_Eqn", set S[1,1]=polar(rho, phase_deg) and Z[1]=50. Last edited: Feb 20, 2011
Use "S1P_Eqn", "Z1P_Eqn" or "Y1P_Eqn" with equation describing impedance you want. S1P Eqn to S6P Eqn (1- to 6-Port S-parameters, Equation-Based) - ADS 2009 -*Agilent EEsof Documentation Center Z1P Eqn to Z6P Eqn (1- to 6-Port Z-parameters, Equation-Based) - ADS 2009 -*Agilent EEsof Documentation Center Y1P Eqn to Y6P Eqn (1- to 6-Port Y-parameters, Equation-Based) - ADS 2009 -*Agilent EEsof Documentation Center If you never run transient analysis, you can use "Term" with equation describing impedance you want instead of "S1P_Eqn", "Z1P_Eqn" or "Y1P_Eqn". Term (Port Impedance for S-parameters) - ADS 2009 - Agilent EEsof Documentation Center For example, if you use "Z1P_Eqn" or "Term", set Z[1,1] or Z like following. Gamma=polar(rho, phase_deg) Z0=50 Z[1,1]=Z0*(1+Gamma)/(1-Gamma) if you use "S1P_Eqn", set S[1,1]=polar(rho, phase_deg) and Z[1]=50.
Feb 20, 2011 #3 C cnm Full Member level 2 Joined Oct 4, 2010 Messages 144 Helped 9 Reputation 18 Reaction score 9 Trophy points 1,298 Activity points 2,229 Thank you Pancho for the wonderful tips. It is indeed very helpful. For Z1P_Eqn, I have to sweep from a small non-zero value to a number slightly less than 360 to get around the "divide by zero" error. Last edited: Feb 21, 2011
Thank you Pancho for the wonderful tips. It is indeed very helpful. For Z1P_Eqn, I have to sweep from a small non-zero value to a number slightly less than 360 to get around the "divide by zero" error.
Feb 21, 2011 #4 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 cnm said: For Z1P_Eqn, I have to sweep from a small non-zero value to a number slightly less than 360 to get around the "divide by zero" error. Click to expand... It is very natural since you set rho=1.0. Why don't you use "S1P_Eqn" ? BTW, if you use "S1P_Eqn" or "Z1P_Eqn" in Transient Analysis, you have to pay attention to a causality of your impedance expression. See The Designer's Guide Community Forum - usage *of "port" from analogLib Last edited: Feb 21, 2011
cnm said: For Z1P_Eqn, I have to sweep from a small non-zero value to a number slightly less than 360 to get around the "divide by zero" error. Click to expand... It is very natural since you set rho=1.0. Why don't you use "S1P_Eqn" ? BTW, if you use "S1P_Eqn" or "Z1P_Eqn" in Transient Analysis, you have to pay attention to a causality of your impedance expression. See The Designer's Guide Community Forum - usage *of "port" from analogLib
Feb 22, 2011 #5 C cnm Full Member level 2 Joined Oct 4, 2010 Messages 144 Helped 9 Reputation 18 Reaction score 9 Trophy points 1,298 Activity points 2,229 I did try all the options you suggested. The impedance causality is very interesting...Do you have more background or basic info on the causality?
I did try all the options you suggested. The impedance causality is very interesting...Do you have more background or basic info on the causality?
Feb 22, 2011 #6 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 cnm said: The impedance causality is very interesting... Do you have more background or basic info on the causality? Click to expand... See "Dealing with Noncausal Frequency Responses" in Troubleshooting a Transient-Convolution Simulation - ADS 2009 - Agilent EEsof Documentation Center
cnm said: The impedance causality is very interesting... Do you have more background or basic info on the causality? Click to expand... See "Dealing with Noncausal Frequency Responses" in Troubleshooting a Transient-Convolution Simulation - ADS 2009 - Agilent EEsof Documentation Center
Feb 23, 2011 #7 C cnm Full Member level 2 Joined Oct 4, 2010 Messages 144 Helped 9 Reputation 18 Reaction score 9 Trophy points 1,298 Activity points 2,229 Thank you so much for the very cool stuff, Pancho! learned something new today.
Dec 11, 2013 #8 M michele.kozlovic Newbie level 1 Joined Dec 11, 2013 Messages 1 Helped 0 Reputation 0 Reaction score 0 Trophy points 1 Activity points 4 Touchstone File Format Specification Rev 1.1 Hi I suggest follow this link: **broken link removed** Have a nice day
Touchstone File Format Specification Rev 1.1 Hi I suggest follow this link: **broken link removed** Have a nice day