Due to some constraints in the manufacturing process of my product, there is substantial mechanical variation in the BLE antenna. I can constrain this variation to a degree, but it gets more expensive the higher tolerances I want to hit.
I can simulate my antenna impedance at a given frequency using HFSS and I can include random mechanical variations to yield a large set of simulated impedances. I can then average those impedances to get a "canonical" antenna impedance.
Now, assuming my matching network is a perfect complex conjugate of the canonical antenna, what would be the VSWR for each of the randomly generated variations in the above simulation?
It seems that the reflection coefficient, gamma, is (Zo-ZL)/(Zo+ZL). And then the VSWR is simply (1+mag(gamma))/(1-mag(gamma)). Where Zo is the output impedance of my matching network and ZL is the impedance of each (simulated) antenna.
A number of problems pop out immediately when trying to apply this approach:
First, it's quite easy to generate combinations of Zo and ZL that produce a mag(gamma) greater than 1. This seems physically impossible because it implies a reflected power higher than the incident power. Is the formula wrong or am I misinterpreting the meaning of mag(gamma)>1?
Second, when you plug ZL = conjugate(Zo) into the equation for gamma, you don't get zero. In fact, you get j*Im(ZL)/Re(ZL).
I'm guessing that the classic formula for VSWR does not use mag(gamma) but rather the mag(Re(gamma)). That would give zero when you plug in the conjugate.
Can any of you RF wizards help clarify my math?