Yokoya elliptic (reopened)
Compare changes
+ 148
− 30
@@ -8,6 +8,7 @@ from pathlib import Path
@@ -168,7 +169,6 @@ def tune_shift_from_effective_impedance(Zeff):
@@ -189,38 +189,156 @@ def yokoya_elliptic(x_radius, y_radius):
Replaced the existing look-up table method with an analytical calculation method. I reopened the merge request to change the value of qr_th from 0.9 to 0.8. 0.8 is corresponds to Migliorati's paper. (Please refer to FIG. 3 of the paper.)
The place to be for your source code