Abstract: In this paper, a approach with a tunable null width of the radiation pattern is proposed and validated on a linear patch antenna array. The optimal excitation distribution (OED) is optimized ...
/*Given an array of integers, find all the leaders in the array. An element is called a leader if it is greater than all elements to its right. The last element is always a leader.