I am reasonably confident (subject to testing and verification) that I can measure the magnitude and phase of the reflection coefficient to sufficient accuracy and narrow it to just two values. Knowing these, I can determine the location of the load on the Smith Chart to one of two points and by the frequency shift method discussed in the last section, down to one. With that information, per the analytical model, I can calculate the required matching impedances. To convert this impedances to real capacitor and inductor values, I also need to know the frequency. So, I will have add a frequency counter to the solution.
This page is repeat (summary) of the analytical model, but when I go to write the code, it is good to have all of the formulas in one place without all the proofs.
Measure the magnitude and phase of the reflection coefficient from the AD8302 device. Depending on the value of the phase use the frequency change method to estimate the true phase (I might have to build a look up table if the algorithm becomes too complicated).
From the magnitude and phase of the reflection coefficient, calculate the real and imaginary parts:
From the reflection coefficient calculate the normalized resistance and reactance:
Determine the region where the load is located. If in region 1, then:
If in region 2 then:
Build safeguards for the case when the load is on the unit resistance circle in the lower half of the Smith Chart or it is on the unit conductance circle in the upper half of the Smith Chart. In these cases, the first step of the matching network (parallel capacitor or series inductor respectively) are omitted.
If in region 1, calculate the intersection with the r = 1 circle:
No comments:
Post a Comment