Side Lobe Level (SLL) goal
Answers
-
Dear @Haj Hassan
I don't think it is currently possible to define SLL directly as an optimization goal in Feko, but it should be possible to define an indirect goal to achieve this.
<?xml version="1.0" encoding="UTF-8"?>
If you consider the gain of a 5-dipole linear array as in the graph above, you will see that the side lobe is defined as the maximum gain value outside the main beam. If we then minimize this value, we should reduce the SLL.
We can achieve this by requesting a far field cut outside the main beam. In the example above this would be for Theta from 25 to 90 degrees. Let us call this far field request 'Sidelobes':We can then define a goal as follows:
This goal would then aim to reduce the highest peak outside the main lobe - which would reduce the SLL.It is important to note that the above goal does not consider the main beam gain value. If your optimization parameters might also affect your main beam gain, you would have to also include a goal to maximize your main beam gain or to optimize it to be equal to a required value. You might also have to play around with the 'Weight' values of these two goals to achieve the best results.
0 -
Thank you very much.
This is very helpful.
0