Gss PPT
Gss PPT
• golden_section.m :
function y=function_example(x)
y=x^2-2*x+1;
Þ Q-factor, .
• The golden section search algorithm is then used to find the resonant frequency
w0 that makes the Q-factor value unity.
• The algorithm uses the function handle to evaluate the function at two points x1
and x2, and iteratively narrows down the search range until the difference
• Lets consider the capacitance value, . Now, we have to calculate the values of
resistance and inductance to calculate the Q-factor.
• Our required Q-factor be unity and we have to verify the values of in the range
and L in the range .
• So we’ll take all the values of resistances in that range (integral values) and apply
golden section search for the optimal inductance for the range of inductances, and
calculate the Q-factor.
• We’ll solve 2-3 iterations manually.
Initially,
for ,
Iteration 1:
;
Now consider points
;
;
• M. Capek, L. Jelinek and P. Hazdra, "On the Functional Relation Between Quality Factor and
Fractional Bandwidth," in IEEE Transactions on Antennas and Propagation, vol. 63, no. 6, pp.
2787-2790, June 2015, doi: 10.1109/TAP.2015.2414472.
• https://www.sciencedirect.com/science/article/abs/pii/S1293255810000622
THANK YOU