Analysis of Uniform Circular Arrays for Adaptive Beamforming Applications Using Particle Swarm Optimization Algorithm

Size: px
Start display at page:

Download "Analysis of Uniform Circular Arrays for Adaptive Beamforming Applications Using Particle Swarm Optimization Algorithm"

Transcription

1 Analysis of Uniform Circular Arrays for Adaptive Beamforming Applications Using Particle Swarm Optimization Algorithm Korany R. Mahmoud, 1,2 Mohamed I. Eladawy, 1 Rajeev Bansal, 2 Saber H. Zainud-Deen, 3 Sabry M. M. Ibrahem 1 1 Department of Electronics, Communications, and Computers, Faculty of Engineering, Helwan University, Cairo, Egypt 2 Department of Electrical and Computer Engineering, University of Connecticut, CT Department of Electronics and Electrical Communications Engineering, Faculty of Electronic Engineering, Menoufia University, Menouf, Egypt Received 11 January 2007; accepted 17 March 2007 ABSTRACT: In this article, the particle swarm optimization algorithm is used to calculate the complex excitations, amplitudes and phases, of the adaptive circular array elements. To illustrate the performance of this method for steering a signal in the desired direction and imposing nulls in the direction of interfering signals by controlling the complex excitation of each array element, two types of arrays are considered. A uniform circular array (UCA) and a planar uniform circular array (PUCA) with 16 elements of half-wave dipoles are examined. Also, the performance of an adaptive array using 3-bit amplitude and 4-bit phase shifters are studied. In our analysis, the method of moments is used to estimate the response of the dipole UCAs in a mutual coupling environment. VC 2007 Wiley Periodicals, Inc. Int J RF and Microwave CAE 18: 42 52, Keywords: smart antennas; adaptive beamforming; method of moments; mutual coupling; uniform circular arrays; particle swarm optimization algorithm; adaptive array I. INTRODUCTION Smart antenna systems have been widely considered to provide interference reduction and improve the capacity, data rates, and performance of wireless mobile communication [1, 2]. Smart antenna arrays with adaptive beamforming capability are very effective in the suppression of interference and multipath signals. The techniques of placing nulls in the antenna patterns to suppress interference and maximizing their Correspondence to: K. R. Mahmoud; korany@engr. uconn.edu DOI /mmce Published online 26 September 2007 in Wiley InterScience ( gain in the direction of desired signal have received considerable attention in the past [3] and are still of great interest using evolutionary algorithms such as genetic algorithms (GA) [4, 5]. It is recognized that PSO algorithm is a practical and powerful optimization tool for a variety of electromagnetic and antenna design problems [6 10]. Compared to other evolutionary algorithms such as GA and simulated annealing, the PSO algorithm is much easier to understand and implement and requires minimum mathematical processing. A comparison between PSO and GA for the synthesis of amplitude-only, phase-only, and complex weighting for a specified far-field sidelobe envelope has been demonstrated in [11]. It indicated that the PSO algorithm is competitive with GA. For VC 2007 Wiley Periodicals, Inc. 42

2 UCA for Adaptive Beamforming Using PSO 43 amplitude-only synthesis, PSO performs better early on, but can be outperformed by the GA at a higher number of iterations. For phase-only synthesis, both algorithms have comparable performance, while GA slightly outperforms PSO for complex synthesis. In recent years, various versions of the PSO algorithm have been successfully used in linear [12, 13] and circular antenna array synthesis problems [14, 15]. The PSO is applied to an 18-element planar uniform circular array (PUCA) using phase-only control strategy for a synthesized beam pattern [14]. Also, the crossed PSO algorithm is applied to synthesize a PUCA of 19 elements with center-fed elements using a complex weight control strategy [15]. Many of the attempts on antenna array synthesis assume that the elements of the array are represented by isotropic point sensors isolated from one another [10, 12 14, 16, 17] or the element pattern can be modeled as a cosine function [9, 11, 15]. However, in practice, the elements of antenna arrays have finite physical dimensions and specific radiation characteristics. Since most of the beamforming algorithms ignore the effects of mutual coupling, especially in closely spaced antenna elements, the predicted system performances may not be accurate. Therefore, to evaluate accurately the resulting system performance of practical antenna arrays, the electromagnetic influence among the elements must be carefully considered. More recently, much attention has been paid to the effects of mutual coupling [18 20], and there have been studies integrating the GA with the method of moments (MoMs) [21]. In this paper, for adaptive arrays using space division multiple access, the optimal radiation pattern design of smart antennas is developed based on the particle swarm optimization (PSO) technique. Two types of arrays are considered in free space, the first one is a uniform circular array (UCA) and the second is a PUCA [16]. The array consists of center-fed halfwave dipoles. The dipoles are identical and oriented perpendicular to the plane of the array. The goal is to maximize the beam of the radiation pattern towards the intended user or Signal of Interest (SOI) and ideally obtain nulls in the directions of interfering signals or Signal not of Interest (SNOI). The performance of designed arrays is assessed using a full EM analysis based on the MoMs [22]. In this analysis, the mutual coupling effects between the array elements are fully taken into account. The methods of beam pattern synthesis based on controlling the complex weights (the amplitude and phase), the excitation amplitudes only, the phase values only, and the element position only have been extensively considered in the literature [3, 11, 23]. The most important method is based on controlling the complex weights since this technique utilizes fully the degrees of freedom for the solution space. Furthermore, the sidelobe level and the main beam characteristics can be controlled directly. On the other hand, it is also the most expensive approach considering the cost of both phase shifters and variable attenuators for all elements. Furthermore, when the number of elements in the antenna array increases, the computational time to find the values of element amplitudes and phases will also increase. This allows a trade-off between the quality of the constrained pattern and the complexity of the electronic control. PSO is used to adjust the weights of phase shift and amplitude of the excitation of each element of the array for beam synthesis. In this paper the PSO algorithm program was implemented using MAT- LAB-software version and linked to a FOR- TRAN code program to simulate the antenna arrays using Microsoft Developer Studio 97. The paper is organized as follows. In Section II, a brief introduction to the PSO algorithm is presented. In Section III, the objective function is described. In Section IV, the antenna array design is explained. Numerical results will be discussed in Section V. Finally, Section VI presents the conclusions. II. PSO ALGORITHM PSO has attracted a lot of attention since its introduction in 1995 by Kennedy and Eberhart [24]. Many researchers have worked on improving PSO performance in various ways and developed many interesting variants. A new inertia weight parameter was incorporated into the original PSO algorithms by Shi and Eberhart [25]. In PSO, each solution is a point in the search space and may be regarded as a particle in the algorithm. In general, each particle flies through the D-dimensional problem space by learning from the best experiences of all the particles. Therefore, the particles have a tendency to fly towards better search area over the course of search process. In a new version of the PSO algorithm [26], each particle is attracted towards the best previous positions visited by its neighbors. In this case, we take into account two neighbors on each side. For an D-dimensional problem, the position of the ith particle is represented as X i 5 (x i1, x i2,..., x id ). Each row of the position matrix represents a possible solution to the optimization problem. The rate of the position change (velocity) for particle i is represented as V i 5 (v i1, v i2,..., v id ). To update the velocity matrix at each iteration k,

3 44 Mahmoud et al. Figure 1. algorithm. every particle should know its personal best and the global best position vectors in addition to the neighbor best position vector. The personal best position vector defines the position at which each particle attained its best fitness value up to the present iteration. The personal best position of the ith particle is represented as Pbest i 5 (pbest i1, pbest i2,..., pbest id ). The global best position vector defines the position in the solution space at which the best fitness value was achieved by all particles, and is defined by Gbest 5 (gbest 1, gbest 2,..., gbest D ). The best neighbor position vector discovered by the whole population is represented as Nbest 5 (nbest 1, nbest 2,..., nbest D ). The particles are manipulated according to the following equations: v kþ1 id Flowchart showing the main steps of the PSO ¼ x vk id þ c 1 rand 1 ðpbest id x k id Þ þ c 2 rand 2 ðgbest D x k id Þ þ c 3 rand 3 ðnbest D x k id Þ x kþ1 id ¼ xk id þ vkþ1 id ð1þ Dt ð2þ where c 1, c 2, and c 3 are the acceleration constants, which represent the weighting of stochastic acceleration terms that pull each particle towards pbest, gbest, and nbest positions. rand 1, rand 2, and rand 3 are three random numbers in the range [0, 1], x is the inertia weight introduced to balance between the global and local search abilities, Dt is taken as a unit time step. In our PSO algorithm, the terminology of soft and hard boundary conditions is applied to describe the way in which particles are enforced to stay inside the desired domain of interest [27]. The soft boundary conditions rely on a velocity clipping technique to prevent particles from explosion, where if v id exceeds a positive constant value specified by the user, the velocity of that dimension is assigned to be sign(v id )VD max, i.e., the velocity along each dimension is clamped to a maximum magnitude VD max. This is done to help keep the swarm under control. The maximum velocity was set to the upper limit of the dynamic range of the search (VD max 5 XD max ). The hard boundary condition is any boundary that uses a position-clipping criterion, where if x id exceeds XD max, then it is assigned to be XD max, and also if x id falls below XD min, then it is assigned to be Xmin D. In this case, time-varying maximum velocity is applied, where v id is changed linearly from VD max to 0.1VD max, because as the particles approach the optimal result it is preferred to have them move with lower velocities [28]. The concept of time-varying acceleration coefficients c 1 and c 2 is taken into account, in addition to the time-varying inertia weight factor, to effectively control the global search and convergence to the global best solution. An improved optimum solution was observed when changing c 1 from 2.5 to 0.5, changing c 2 from 0.5 to 2.5, and fixing c 3 to 1.0, over the full range of the search [29]. Shi and Eberhart [25] introduced a linearly decreasing inertia weight to the PSO. The weighting function, x, can be calculated from the following equation: TABLE I. Lengths, Spacings, and Performance Comparison for Optimized Yagi-Uda Antenna for Both Gain and Input Impedance PSO Optimized (Ref. [8]) GA Optimized (Ref. [31]) Element Length/2 Spacing Length/2 Spacing Driver k 0.225k Reflector k k 0.239k 0.182k Director k k 0.224k 0.152k Director k k 0.217k 0.229k Director k k 0.211k 0.435k Director k k 0.220k 0.272k Gain (dbi) Z in (X) j j5.08

4 UCA for Adaptive Beamforming Using PSO 45 Figure 2. (a) Antenna array geometry of a UCA. (b) Antenna array geometry of a PUCA. x ¼ x max x max x min iter 0 max 3 iter ð3þ where, x max is the initial weight (0.9), x min is the final weight (0.4), iter 0 max is 0.75 of the maximum iteration number, and iter is the current iteration number. The value of x is fixed to x min after iter 0 max. The PSO algorithm used in this paper is very close to the crossed PSO algorithm used in [15], but in our algorithm a circular neighborhood topology [30] is used in addition to utilizing time-varying maximum velocity which decreases linearly from VD max to 0.1VD max over the full range of the search. Also, some parameters like c 1, c 2, and Dt are adjusted to obtain the best results, besides using soft and hard boundary conditions. Now it is necessary to see how an individual is represented in a PSO algorithm. For example, if we have (D/2) antenna elements, each element excitation has two variables (amplitude and phase). So for our array beamforming synthesis problem, the D-dimensional position vector is mapped to (D/2) amplitude and (D/2) phase weights. In the beginning, a population of I particles is generated with random positions (values) in the range of the solution space. Then a random velocity is assigned to each particle. As in all evolutionary computation techniques, there must be some function or method to evaluate the goodness of a position. The fitness function must take the position and return a single number representing the value of that position. By obtaining the fitness values, the Pbest, Gbest, and Nbest positions will be known. Then the new particle velocity (the amount of change in the particle s position) can be calculated by Eq. (1). Now it is simple to move each particle to its next location (position) using Eq. (2). After this process is carried out for each particle in the swarm, the process is repeated until the number of iteration is finished. Figure 1 shows a flowchart diagram of the main steps of the PSO algorithm used in this paper. It should be noted that the array geometry does not affect the performance of the PSO algorithm. As the number of array elements, the level of quantization of the amplitude and phase, and the boundaries for each variable increase, the PSO algorithm requires more time for convergence. III. OBJECTIVE FUNCTION The objective function provides the interface between the physical problem and the optimization algorithm. Figure 3. Radiation pattern comparison between our GA, PSO result and Ioannides and Balanis RLS result for isotropic PUCA.

5 46 Mahmoud et al. Objectiv function ¼ X N a i¼1 i Gðu i Þ X M b j¼1 j Gðu j Þ ð4þ Figure 4. Radiation pattern comparison between UCA and PUCA with respect to u (y 5 908) for half-wave dipole elements. In general, this could be antenna gain, weight, peak cross-polarization, or some kind of weighted sum of all these factors. So the quality of an antenna beamforming is expressed mathematically by an objective function. The following objective function rewards the antenna array for maximizing the output power toward the desired signal at u i and minimizing the total output power in the direction of the interfering signals at u j. where G is the antenna array gain and the constants a i and b j are the weights that control the contribution from each term to the overall objective function. The constant N represents the number of desired users and M represents the number of interferers. In our analysis, we take N 5 1 with two values for M: in the first case, M 5 2 and, in the other case, M 5 3. Next, the weights a i and b j are considered to be (a ), (b 1 5 1), (b 2 5 1), and (b 3 5 1) to assign a higher priority to maximizing the output power toward the desired signal while minimizing the total output power in the direction of the interfering signals. IV. ANTENNA ARRAY DESIGN To illustrate the capabilities of the PSO algorithm as an optimization technique in antenna design, the lengths and spacings of several Yagi-Uda antennas Figure 5. (a) Amplitude and (b) phase excitation for each dipole element of the UCA. Figure 6. (a) Amplitude and (b) phase excitation for each dipole element of the PUCA.

6 UCA for Adaptive Beamforming Using PSO 47 TABLE II. and PUCA Directivity Comparison Between UCA Directivity (db) y y y y UCA PUCA Figure 7. Radiation patterns for UCA with respect to u in different planes of y. optimized for various performance characteristics have been studied before [8]. Table I illustrates a comparison between the results obtained using PSO algorithm and the results proposed in Ref. [31] for an optimized six-element Yagi-Uda array for both gain and a matched input impedance (Z in )of50x. Better results have been obtained using PSO than other optimization techniques such as the GA [8]. Now, two different shapes of circular arrays using half-wave dipole elements are presented and compared with each other. An obvious advantage results from the symmetry of the UCA structure. Since a UCA does not have edge elements, directional patterns synthesized with a UCA can be electronically rotated in the plane of the array without a significant change of the beam shape [32, 33]. The first array considered is a UCA. The geometry of the array is shown in Figure 2a. This geometry consists of 16 elements uniformly distributed with a ring radius r 5 (8/2p)k. The second array is a PUCA. The geometry consists of two concentric circular arrays with uniformly distributed antenna elements as shown in Figure 2b. The first circular ring of radius r 1 5 (3/2p)k consists of six elements and the second circular ring of radius r 2 5 (5/2p)k consists of 10 elements. The antenna elements in both cases consist of vertical (z-directed) half-wave dipole elements equally spaced in the x y plane along a circular ring, where the distance between adjacent elements is d c 5 0.5k and the dipole wire radius is a k. V. NUMERICAL RESULTS As an example of adaptive beamforming with a UCA and a PUCA, we considered the desired user at u while the other two users are at u and u , which are considered as interferers. Figure 3 shows a comparison between the resulting beam pattern for the PUCA when employing GA and the PSO algorithms for isotropic elements and the results obtained via recursive least squares (RLS) technique in Ref. [16]. Both GA and PSO algorithms are employed with a population size of 100 and 200 iterations. A stochastic sampling for selection is used for GA with a probability of crossover (P c 5 0.8), and probability of mutation (P m ). All the unknown parameters were discretized using eight bits. It required about 25 s for both PSO and GA on a 32-bit Dell Precision Workstation 690 (Dual Core Intel (tm) Xeon (tm) Processor 5050 at 3.0 GHz) to Figure 8. Radiation patterns for PUCA with respect to u in different planes of y. Figure 9. Radiation patterns comparison for UCA with discrete and precise feeding.

7 48 Mahmoud et al. Figure 10. (a) Amplitude and (b) phase excitation for each element of the UCA. Figure 11. Radiation patterns comparison for PUCA fed with discrete and precise feeding. get the result. The PSO algorithm shows better performance than GA and RLS in directing the maximum towards the direction of the SOI while placing deeper nulls towards the angles of SNOIs. Therefore, we will focus on applying the PSO algorithm for beamformig the antenna array. Next, the more practical half-wave dipole elements (with mutual coupling) will be used for pattern synthesis. Figure 4 illustrates the resulting beam pattern for a UCA compared with the beam pattern of a PUCA. Figures 5 and 6 show the required amplitude and phase excitations of each element of the UCA and PUCA corresponding to the desired beam pattern of Figure 4. A first observation from these plots is that a good performance is obtained from PSO even when the mutual coupling between elements is fully taken into account. Also, it is noted that the PUCA achieves deeper nulls towards the angles of interfering signals compared with the UCA. The PSO algorithm with a swarm size of 100 and 200 iterations in this case required about 14.5 min to get the result. Figures 7 and 8 show the radiation patterns for the UCA and PUCA with respect to u in different planes of y (908, 1008, 1208, 1308), respectively. These figures indicate that a good behavior from the two types of arrays can be obtained in different planes. Note that, as Figure 12. (a) Amplitude and (b) phase excitation for each element of the PUCA.

8 UCA for Adaptive Beamforming Using PSO 49 Figure 13. Radiation patterns comparison for UCA with discrete and precise feeding. the elevation angle increases, the beamwidth increases and the gain decreases as depicted in Table II. From a practical view point, it would be difficult to feed the antenna array elements with the precise values of amplitudes and phases obtained, so we let the feeding excitation to have discrete values, where the amplitude is changed from 1.0 to 3.0 with step of 0.5, and the phase will change from 2p to p with step of p/4. In this case, the resulting beam pattern has been optimized by the PSO algorithm with a swarm size of only 50 and 200 iterations, which required about 7.25 min. Figure 9 shows the radiation pattern for the case of feeding each element of the UCA with stepped values of amplitudes and phases compared with the case of feeding with the original precise values. Figure 10 shows the required amplitude and phase excitations of each element to obtain this acceptable beam pattern. Also Figure 11 shows the required amplitude and phase excitations of each element of the PUCA to obtain the desired beam pattern of Figure 12. These results indicate that acceptable deep nulls can be obtained using 3-bit amplitude and 4-bit phase shifters; at the same time we can still obtain a high gain, 11.9 db for the UCA, and 12.3 db for the PUCA. Quantized steps of p/4 and 0.5 for phase and amplitude are used to compromise between the hardware cost and the beam pattern synthesis accuracy. Clearly if the quantized step size is decreased, the accuracy will increase but, on the other hand, the required convergence time will increase. To further illustrate the application of the technique, another case of adaptive beamforming with a UCA and a PUCA is considered, assuming one desired user and three interferers. The SOI impinges from u while the other three not of interest signals SNOIs are directed from u , u , and u Figures 13 and 14 show a comparison between the desired radiation patterns for a UCA and a PUCA, respectively, in case of stepped and precise feeding. Table III shows the directivity for each case and the required amplitude and phase excitations of each element to obtain the beam patterns in Figures 13 and 14. As a comparison between a UCA and a PUCA, the UCA is shown to have the narrowest main beamwidth and, therefore, the best spatial resolution. This is due to the fact that the UCA has much larger overall size (the separation between nearly diametrically opposite elements is larger) than in a PUCA. However, for practical applications with size limitations, the dimension of the UCA can be challenging for actual implementation where the UCA area is 5.093k 2 while the area of the PUCA is only 1.989k 2. VI. CONCLUSIONS In this article, adaptive arrays of smart antennas such as a UCA and a PUCA are considered. The array consisted of center-fed half-wave dipoles and the mutual coupling effect between the array elements is fully taken into account. By integrating the PSO algorithm with the MoMs, the amplitudes and phases of the antennas are calculated. Good results are obtained in different planes for both UCA and PUCA. Also, acceptable gain and deep nulls are obtained using 3- bit amplitude and 4-bit phase shifters compared with precise values. The comparison between UCA and PUCA shows a trade-off between them in null depth, beamwidth, and overall size. Finally, it is anticipated that the above method can be applied to different types of adaptive arrays with different shapes. Figure 14. Radiation patterns comparison for PUCA with discrete and precise feeding.

9 50 Mahmoud et al. TABLE III. Amplitude and Phase Excitation for Each Element of the UCA and PUCA for Exact and Discrete Feeding UCA PUCA Element No. Exact Discrete Exact Discrete ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 08 Directivity (db) REFERENCES 1. P.H. Lehne and M. Pettersen, An overview of smart antenna technology for mobile communications systems, IEEE Commun Surveys Tutorials 2 (1999), M. Chryssomallis, Smart antennas, IEEE Antennas Propag Mag 42 (2000), H. Steyskal, Simple method for pattern nulling by phase perturbation, IEEE Trans Antennas Propag 31 (1983), R.L. Haupt, Phase-only adaptive nulling with a genetic algorithm, IEEE Trans Antennas Propag 45 (1997), P.K. Varlamos and C.N. Capsalis, Electronic beam steering using switched parasitic smart antenna arrays, Prog Electromagn Res 36 (2002), D. Gies and Y. Rahmat-Samii, Particle swarm optimization for reconfigurable phase-differentiated array design, Microwave Opt Technol Lett 38 (2003), J. Robinson and Y. Rahmat-Samii, Particle swarm optimization in electromagnetics, IEEE Trans Antennas Propag 52 (2004), S.H. Zainud-Deen, K.R. Mahmoud, M. El-Adawy, and S.M.M. Ibrahem, Design of Yagi-Uda antenna and electromagnetically coupled curl antenna using particle swarm optimization algorithm, 22nd National Radio Science Conference (NRSC 2005), Cairo, Egypt, March 15 17, T.B. Chen, Y.B. Chen, Y.C. Jiao, and F.S. Zhang, Synthesis of antenna array using particle swarm optimization, Microwave Conference Proceedings (APMC 2005, Asia-Pacific Conference Proceedings), Vol. 3, Suzhou, China, Dec 3-4, 2005, 4 pp. 10. M. Donelli, R. Azaeo, F.G.B. Natale, and A. Massa, An innovative computational approach based on a particle swarm strategy for adaptive phased-arrays control, IEEE Trans Antennas Propag 54 (2006), D.W. Boeringer and D.H. Werner, Particle swarm optimization versus genetic algorithms for phased array synthesis, IEEE Trans Antennas Propag 52 (2004), M.M. Khdier and C.G. Christodoulou, Linear array geometry synthesis with minimum sidelobe level and null control using particle swarm optimization, IEEE Trans Antennas Propag 53 (2005), M.H. Bataineh and J.I. Ababneh, Synthesis of aperiodic linear phased antenna arrays using particle swarm optimization, Electromagnetics 26 (2006), M. Benedetti, R. Azaro, D. Franceschini, and A. Massa, PSO-based real-time control of planar uniform circular arrays, IEEE Antennas Wireless Propag Lett 5 (2006), T.B. Chen, Y.L. Dong, Y.C. Jiao, and F.S. Zhang, Synthesis of circular antenna array using crossed particle swarm optimization algorithm, J Electromagn Waves Appl 20 (2006), P. Ioannides and C.A. Balanis, Uniform circular and rectangular arrays for adaptive beamforming applications, IEEE Antennas Wireless Propag Lett 4 (2005), M. Mouhamadou and P. Vaudon, Smart antenna array patterns synthesis: null steering and multi-user beam-

10 UCA for Adaptive Beamforming Using PSO 51 forming by phase control, Prog Electromagn Res 60 (2006), T. Su, K.R. Dandekar, and H. Ling, Experimental study of mutual coupling compensation in smart antenna applications, IEEE Trans Antennas Propag 50 (2002), F. Gao, R.-H. Shan, and Q.-Z. Liu, A novel circular smart antenna array implementation and its analysis with mutual coupling, J Electromagn Waves Appl 18 (2004), Z. Huang, C.A. Balanis, and C.R. Birtcher, Mutual coupling compensation in UCAs: Simulations and experiment, IEEE Trans Antennas Propag 54 (2006), S.H. Zainud-Deen, E.S. Mady, K.H. Awadalla, and H.A. Sharshar, Adaptive Arrays of Smart Antennas Using Genetic Algorithm, 22nd National Radio Science Conference (NRSC 2005), Cairo, Egypt, March 15 17, R.F. Harrington, Field computation by moment methods (IEEE Press series on electromagnetic waves), Wiley-IEEE Press, New York, H. Steyskal, R.A. Shore, and R.L. Haupt, Methods for null control and their effects on the radiation pattern, IEEE Trans Antennas Propag 34 (1986), J. Kennedy and R. Eberhart, Particle swarm optimization, IEEE International Conference on Neural Networks, Perth, Australia, 1995, Vol. 4, pp Y.H. Shi and R.C. Eberhart, A modified particle swarm optimizer, IEEE International Conference on Evolutionary Computation, Anchorage, Alaska, 1998, pp K. Veeramachaneni, T. Peram, C. Mohan, and L.A. Osadciw, Optimization using particle swarm with near neighbor interactions, in GECCO 2003, Lecture Notes Computer Science, Applications of Evolutionary Computing, Proceedings of EvoWorkshops 2003, Berlin, Germany, Vol. 2723, Springer Verlag, 2003, pp S. Mikki and A. Kishk, Improved particle swarm optimization technique using hard boundary conditions, Microwave Opt Technol Lett 46 (2005), H. Fan and Y. Shi, Study on Vmax of particle swarm optimization, Proceedings of the Workshop on Particle Swarm Optimization, Purdue School of Engineering and Technology, IUPUI, Indianapolis, April A. Ratnaweera, S.K. Halgamuge, and H.C. Waston, Self-organizing hierarchical particle swarm optimization with time-varying acceleration coefficients, IEEE Trans Evolut Comput 8 (2004), J. Kennedy and R. Eberhart, Swarm intelligence, Academic Press, San Diego, CA, E.A. Jones and W.T. Joines, Design of Yagi-Uda antennas using genetic algorithms, IEEE Trans Antennas Propag 45 (1997), K.-L. Du, Pattern analysis of uniform circular array, IEEE Trans Antennas Propag 52 (2004), P. Ioannides and C.A. Balanis, Uniform circular arrays for smart antennas, IEEE Antennas Propag Mag 47 (2005), BIOGRAPHIES Korany R. Mahmoud was born in Cairo, Egypt, on August He received his B.S. and M.S. degrees in Communications and Electronics Engineering from University of Helwan (Egypt) in 1998 and He is currently working toward the Ph.D. degree in the area of analyzing the smart antenna arrays using optimization techniques at Helwan University in collaboration with the University of Connecticut, USA. His current research interests are in the area of antenna design and array beamforming using optimization techniques. Mohamed I. Eladawy graduated from the Department of Electrical Engineering, Faculty of Engineering of Assiut University in May 1974; M.Sc. from Cairo University in May 1979; Ph.D. from Connecticut State University, School of Engineering, in May He worked as an Instructor at the Faculty of Engineering, Helwan University since Currently he is a Professor at the Department of Communication and Electronics Engineering and the Vice Dean for Student Affairs in the same faculty. He was working for the general organization for technical and vocational training for 6 years from 1989 to 1995 in Saudi Arabia. Main interest is in signal processing and its medical applications. Rajeev Bansal received his Ph.D. in Applied Physics from Harvard University in Since then he has taught and conducted research in the area of Applied Electromagnetics at the University of Connecticut where he is currently a Professor of Electrical Engineering. His technical contributions include Handbook of Engineering Electromagnetics (2004), two patents (1989 and 1993), and over 75 journal/conference papers. Dr. Bansal has served as an Editor/Reviewer of Journal of Electromagnetic Waves and Applications as well as an Associate Editor of Radio Science, IEEE Antennas and Propagation Magazine, and IEEE Microwave Magazine. He is a member of the Electromagnetics Academy, the Connecticut Academy of Science and Engineering (CASE), and the Technical Program Committee of the IEEE International Microwave Symposia. He has served as a Consultant to the Naval Undersea Warfare Center, Newport, RI.

11 52 Mahmoud et al. Saber H. Zainud-Deen was born in Menouf, Egypt, in November He received the B.Sc., M.Sc., and Ph.D. degrees from Menoufia University in 1978, 1982, and 1988, respectively, all in Electrical Engineering. From December 1978 to October 1982, he was an Instructor at Menoufia University. From November 1982 to October 1986, he was an Assistant Lecturer at Menoufia University. From March 1986 to 1988, he was a Research Assistant at Birmingham University, UK. From 1988 to 1993, he was a Lecturer in Menoufia University. From 1993 to 2000, he was a member of Technical Staff at Saudi Telecom Company, KSA. From 2000 to 2002, he was a Professor in Menoufia University. From 2002 to 2005, he was a Head of the Electrical and Communication Engineering Department at Menoufia University. Currently, he is a Professor in the Electrical and Communication Engineering Department at Menoufia University. His research interests are in wireless communications, smart antennas, and computational electromagnetics. Dr. Zainud-Deen is a member of IEEE. Sabry M. M. Ibrahem received the B.S. degree in Electrical Engineering from the High Industrial Institute, Cairo, in 1969, and the M.S. and D.Sc. degrees in Electrophysics from the George Washington University, Washington, DC, in 1978 and 1982, respectively. He is currently an Associate Professor of Electrical Engineering at Helwan University, Faculty of Engineering, Communication Department. His research interests include the areas of phased array antennas, antenna array design using genetic algorithms and other optimization techniques.

Design of Optimum Gain Pyramidal Horn with Improved Formulas Using Particle Swarm Optimization

Design of Optimum Gain Pyramidal Horn with Improved Formulas Using Particle Swarm Optimization Design of Optimum Gain Pyramidal Horn with Improved Formulas Using Particle Swarm Optimization Yahya Najjar, Mohammad Moneer, Nihad Dib Electrical Engineering Department, Jordan University of Science and

More information

PERFORMANCE ANALYSIS OF DIFFERENT ARRAY CONFIGURATIONS FOR SMART ANTENNA APPLICATIONS USING FIREFLY ALGORITHM

PERFORMANCE ANALYSIS OF DIFFERENT ARRAY CONFIGURATIONS FOR SMART ANTENNA APPLICATIONS USING FIREFLY ALGORITHM PERFORMACE AALYSIS OF DIFFERET ARRAY COFIGURATIOS FOR SMART ATEA APPLICATIOS USIG FIREFLY ALGORITHM K. Sridevi 1 and A. Jhansi Rani 2 1 Research Scholar, ECE Department, AU College Of Engineering, Acharya

More information

Optimal design of a linear antenna array using particle swarm optimization

Optimal design of a linear antenna array using particle swarm optimization Proceedings of the 5th WSEAS Int. Conf. on DATA NETWORKS, COMMUNICATIONS & COMPUTERS, Bucharest, Romania, October 16-17, 6 69 Optimal design of a linear antenna array using particle swarm optimization

More information

Research Article Optimization of Gain, Impedance, and Bandwidth of Yagi-Uda Array Using Particle Swarm Optimization

Research Article Optimization of Gain, Impedance, and Bandwidth of Yagi-Uda Array Using Particle Swarm Optimization Antennas and Propagation Volume 008, Article ID 1934, 4 pages doi:10.1155/008/1934 Research Article Optimization of Gain, Impedance, and Bandwidth of Yagi-Uda Array Using Particle Swarm Optimization Munish

More information

Side Lobe Level Reduction of Phased Array Using Tchebyscheff Distribution and Particle Swarm Optimization

Side Lobe Level Reduction of Phased Array Using Tchebyscheff Distribution and Particle Swarm Optimization Side Lobe Level Reduction of Phased Array Using Tchebyscheff Distribution and Particle Swarm Optimization Pampa Nandi 1, Jibendu Sekhar Roy 2 1,2 School of Electronics Engineering, KIIT University, Odisha,

More information

Design and Optimization of Multi-Band Wilkinson Power Divider

Design and Optimization of Multi-Band Wilkinson Power Divider Design and Optimization of Multi-Band Wilkinson Power Divider Nihad Dib, Majid Khodier Department of Electrical Engineering, Jordan University of Science and Technology, P. O. Box 3030, Irbid, Jordan Received

More information

PENCIL BEAM PATTERNS OBTAINED BY PLANAR ARRAYS OF PARASITIC DIPOLES FED BY ONLY ONE ACTIVE ELEMENT

PENCIL BEAM PATTERNS OBTAINED BY PLANAR ARRAYS OF PARASITIC DIPOLES FED BY ONLY ONE ACTIVE ELEMENT Progress In Electromagnetics Research, PIER 103, 419 431, 2010 PENCIL BEAM PATTERNS OBTAINED BY PLANAR ARRAYS OF PARASITIC DIPOLES FED BY ONLY ONE ACTIVE ELEMENT M. Álvarez-Folgueiras, J. A. Rodríguez-González

More information

Synthesis of Dual Beam Pattern of Planar Array Antenna in a Range of Azimuth Plane Using Evolutionary Algorithm

Synthesis of Dual Beam Pattern of Planar Array Antenna in a Range of Azimuth Plane Using Evolutionary Algorithm Progress In Electromagnetics Research Letters, Vol. 62, 65 7, 26 Synthesis of Dual Beam Pattern of Planar Array Antenna in a Range of Azimuth Plane Using Evolutionary Algorithm Debasis Mandal *, Jyotirmay

More information

Synthesis of Non-Uniform Amplitude equally Spaced Antenna Arrays Using PSO and DE Algorithms

Synthesis of Non-Uniform Amplitude equally Spaced Antenna Arrays Using PSO and DE Algorithms IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 2, Ver. III (Mar - Apr. 2014), PP 103-110 Synthesis of Non-Uniform Amplitude equally

More information

DESIGN OF DUAL-BAND SLOTTED PATCH HYBRID COUPLERS BASED ON PSO ALGORITHM

DESIGN OF DUAL-BAND SLOTTED PATCH HYBRID COUPLERS BASED ON PSO ALGORITHM J. of Electromagn. Waves and Appl., Vol. 25, 2409 2419, 2011 DESIGN OF DUAL-BAND SLOTTED PATCH HYBRID COUPLERS BASED ON PSO ALGORITHM Y. Li 1, 2, *,S.Sun 2,F.Yang 1, and L. J. Jiang 2 1 Department of Microwave

More information

T/R Module failure correction in active phased array antenna system

T/R Module failure correction in active phased array antenna system E&EE An Electrical & Electronic Engineering Journal E&EEJ, 1(1), 2016 [001-007] T/R Module failure correction in active phased array antenna system Rizwan H.Alad Department of Electronics & Communication,Faculty

More information

AN OPTIMAL ANTENNA PATTERN SYNTHESIS FOR ACTIVE PHASED ARRAY SAR BASED ON PARTICLE SWARM OPTIMIZATION AND ADAPTIVE WEIGHT- ING FACTOR

AN OPTIMAL ANTENNA PATTERN SYNTHESIS FOR ACTIVE PHASED ARRAY SAR BASED ON PARTICLE SWARM OPTIMIZATION AND ADAPTIVE WEIGHT- ING FACTOR Progress In Electromagnetics Research C, Vol. 10, 129 142, 2009 AN OPTIMAL ANTENNA PATTERN SYNTHESIS FOR ACTIVE PHASED ARRAY SAR BASED ON PARTICLE SWARM OPTIMIZATION AND ADAPTIVE WEIGHT- ING FACTOR S.

More information

Design of Non-Uniform Circular Arrays for Side lobe Reduction Using Real Coded Genetic Algorithm

Design of Non-Uniform Circular Arrays for Side lobe Reduction Using Real Coded Genetic Algorithm Design of Non-Uniform Circular Arrays for Side lobe Reduction Using Real Coded Genetic Algorithm M.Nirmala, Dr.K.Murali Krishna Assistant Professor, Dept. of ECE, Anil Neerukonda Institute of Technology

More information

Radiation Pattern Reconstruction from the Near-Field Amplitude Measurement on Two Planes using PSO

Radiation Pattern Reconstruction from the Near-Field Amplitude Measurement on Two Planes using PSO RADIOENGINEERING, VOL. 14, NO. 4, DECEMBER 005 63 Radiation Pattern Reconstruction from the Near-Field Amplitude Measurement on Two Planes using PSO Roman TKADLEC, Zdeněk NOVÁČEK Dept. of Radio Electronics,

More information

A COMPACT TRI-BAND ANTENNA DESIGN USING BOOLEAN DIFFERENTIAL EVOLUTION ALGORITHM. Xidian University, Xi an, Shaanxi , P. R.

A COMPACT TRI-BAND ANTENNA DESIGN USING BOOLEAN DIFFERENTIAL EVOLUTION ALGORITHM. Xidian University, Xi an, Shaanxi , P. R. Progress In Electromagnetics Research C, Vol. 32, 139 149, 2012 A COMPACT TRI-BAND ANTENNA DESIGN USING BOOLEAN DIFFERENTIAL EVOLUTION ALGORITHM D. Li 1, *, F.-S. Zhang 1, and J.-H. Ren 2 1 National Key

More information

Progress In Electromagnetics Research, PIER 36, , 2002

Progress In Electromagnetics Research, PIER 36, , 2002 Progress In Electromagnetics Research, PIER 36, 101 119, 2002 ELECTRONIC BEAM STEERING USING SWITCHED PARASITIC SMART ANTENNA ARRAYS P. K. Varlamos and C. N. Capsalis National Technical University of Athens

More information

PERFORMANCE INVESTIGATION OF YAGI-UDA ANTENNA USING DIFFERENT SHAPES OF ANTENNA ELEMENT AT 2 GHZ

PERFORMANCE INVESTIGATION OF YAGI-UDA ANTENNA USING DIFFERENT SHAPES OF ANTENNA ELEMENT AT 2 GHZ ISSN 2320-9100 12 International Journal of Advance Research, IJOAR.org Volume 1, Issue 3, March 2013, Online: ISSN 2320-9100 PERFORMANCE INVESTIGATION OF YAGI-UDA ANTENNA USING DIFFERENT SHAPES OF ANTENNA

More information

DIELECTRIC RESONATOR ANTENNA MOUNTED ON A CIRCULAR CYLINDRICAL GROUND PLANE

DIELECTRIC RESONATOR ANTENNA MOUNTED ON A CIRCULAR CYLINDRICAL GROUND PLANE Progress In Electromagnetics Research B, Vol. 19, 427 444, 21 DIELECTRIC RESONATOR ANTENNA MOUNTED ON A CIRCULAR CYLINDRICAL GROUND PLANE S. H. Zainud-Deen, H. A. Malhat, and K. H. Awadalla Faculty of

More information

PERFORMANCE INVESTIGATION OF YAGI-UDA ANTENNA USING DIFFERENT SHAPES OF ANTENNA ELEMENT AT 2GHZ

PERFORMANCE INVESTIGATION OF YAGI-UDA ANTENNA USING DIFFERENT SHAPES OF ANTENNA ELEMENT AT 2GHZ ISSN 2320-9119 30 International Journal of Advance Research, IJOAR.org Volume 1, Issue 3, March 2013, Online: ISSN 2320-9199 PERFORMANCE INVESTIGATION OF YAGI-UDA ANTENNA USING DIFFERENT SHAPES OF ANTENNA

More information

Tracking System using Fixed Beamwidth Electronics Scanning Haythem H. Abdullah, Hala A. Elsadek, and Hesham Eldeeb

Tracking System using Fixed Beamwidth Electronics Scanning Haythem H. Abdullah, Hala A. Elsadek, and Hesham Eldeeb International Journal of Engineering & Technology IJET-IJENS Vol:14 No:01 166 Tracking System using Fixed Beamwidth Electronics Scanning Haythem H. Abdullah, Hala A. Elsadek, and Hesham Eldeeb Abstract

More information

A COMPREHENSIVE PERFORMANCE STUDY OF CIRCULAR AND HEXAGONAL ARRAY GEOMETRIES IN THE LMS ALGORITHM FOR SMART ANTENNA APPLICATIONS

A COMPREHENSIVE PERFORMANCE STUDY OF CIRCULAR AND HEXAGONAL ARRAY GEOMETRIES IN THE LMS ALGORITHM FOR SMART ANTENNA APPLICATIONS Progress In Electromagnetics Research, PIER 68, 281 296, 2007 A COMPREHENSIVE PERFORMANCE STUDY OF CIRCULAR AND HEXAGONAL ARRAY GEOMETRIES IN THE LMS ALGORITHM FOR SMART ANTENNA APPLICATIONS F. Gozasht

More information

Mutual Coupling Reduction in Two- Dimensional Array of Microstrip Antennas Using Concave Rectangular Patches

Mutual Coupling Reduction in Two- Dimensional Array of Microstrip Antennas Using Concave Rectangular Patches Mutual Coupling Reduction in Two- Dimensional Array of Microstrip Antennas Using Concave Rectangular Patches 64 Shahram Mohanna, Ali Farahbakhsh, and Saeed Tavakoli Abstract Using concave rectangular patches,

More information

UNIVERSITY OF TRENTO A QUAD-BAND PATCH ANTENNA FOR GALILEO AND WI-MAX SERVICES. Edoardo Zeni, Renzo Azaro, Paolo Rocca and Andrea Massa.

UNIVERSITY OF TRENTO A QUAD-BAND PATCH ANTENNA FOR GALILEO AND WI-MAX SERVICES. Edoardo Zeni, Renzo Azaro, Paolo Rocca and Andrea Massa. UNIVERSITY OF TRENTO DEPARTMENT OF INFORMATION AND COMMUNICATION TECHNOLOGY 38050 Povo Trento (Italy), Via Sommarive 4 http://www.dit.unitn.it A QUAD-BAND PATCH ANTENNA FOR GALILEO AND WI-MAX SERVICES

More information

UNIVERSITY OF TRENTO DESIGN OF A MINIATURIZED ISM-BAND FRACTAL ANTENNA. R. Azaro, G. Boato, M. Donelli, G. Franceschini, A. Martini, and A.

UNIVERSITY OF TRENTO DESIGN OF A MINIATURIZED ISM-BAND FRACTAL ANTENNA. R. Azaro, G. Boato, M. Donelli, G. Franceschini, A. Martini, and A. UNIVERSITY OF TRENTO DEPARTMENT OF INFORMATION AND COMMUNICATION TECHNOLOGY 38050 Povo Trento (Italy), Via Sommarive 14 http://www.dit.unitn.it DESIGN OF A MINIATURIZED ISM-BAND FRACTAL ANTENNA R. Azaro,

More information

Research Article Design of a Novel UWB Omnidirectional Antenna Using Particle Swarm Optimization

Research Article Design of a Novel UWB Omnidirectional Antenna Using Particle Swarm Optimization Antennas and Propagation Volume 215, Article ID 33195, 7 pages http://dx.doi.org/1.1155/215/33195 Research Article Design of a Novel UWB Omnidirectional Antenna Using Particle Swarm Optimization Chengyang

More information

Non-Uniform Concentric Circular Antenna Array Design Using IPSO Technique for Side Lobe Reduction

Non-Uniform Concentric Circular Antenna Array Design Using IPSO Technique for Side Lobe Reduction Available online at www.sciencedirect.com Procedia Technology 6 ( ) 856 863 Non-Uniform Concentric Circular Antenna Array Design Using IPSO Technique for Side Lobe Reduction Durbadal Mandal, Md. Asif Iqbal

More information

Performance Analysis of Differential Evolution Algorithm based Beamforming for Smart Antenna Systems

Performance Analysis of Differential Evolution Algorithm based Beamforming for Smart Antenna Systems I.J. Wireless and Microwave Technologies, 2014, 1, 1-9 Published Online January 2014 in MECS(http://www.mecs-press.net) DOI: 10.5815/ijwmt.2014.01.01 Available online at http://www.mecs-press.net/ijwmt

More information

SMART ANTENNA ARRAY PATTERNS SYNTHESIS: NULL STEERING AND MULTI-USER BEAMFORMING BY PHASE CONTROL

SMART ANTENNA ARRAY PATTERNS SYNTHESIS: NULL STEERING AND MULTI-USER BEAMFORMING BY PHASE CONTROL Progress In Electromagnetics Research, PIER 6, 95 16, 26 SMART ANTENNA ARRAY PATTERNS SYNTHESIS: NULL STEERING AND MULTI-USER BEAMFORMING BY PHASE CONTROL M. Mouhamadou and P. Vaudon IRCOM- UMR CNRS 6615,

More information

A Method for Analyzing Broadcast Beamforming of Massive MIMO Antenna Array

A Method for Analyzing Broadcast Beamforming of Massive MIMO Antenna Array Progress In Electromagnetics Research Letters, Vol. 65, 15 21, 2017 A Method for Analyzing Broadcast Beamforming of Massive MIMO Antenna Array Hong-Wei Yuan 1, 2, *, Guan-Feng Cui 3, and Jing Fan 4 Abstract

More information

IF ONE OR MORE of the antennas in a wireless communication

IF ONE OR MORE of the antennas in a wireless communication 1976 IEEE TRANSACTIONS ON ANTENNAS AND PROPAGATION, VOL. 52, NO. 8, AUGUST 2004 Adaptive Crossed Dipole Antennas Using a Genetic Algorithm Randy L. Haupt, Fellow, IEEE Abstract Antenna misalignment in

More information

DESIGN AND ANALYSIS OF QUAD-BAND WILKINSON POWER DIVIDER

DESIGN AND ANALYSIS OF QUAD-BAND WILKINSON POWER DIVIDER International Journal on Wireless and Optical Communications Vol. 4, No. 3 (2007) 305 312 c World Scientific Publishing Company DESIGN AND ANALYSIS OF QUAD-BAND WILKINSON POWER DIVIDER HUSSAM JWAIED, FIRAS

More information

NULL STEERING USING PHASE SHIFTERS

NULL STEERING USING PHASE SHIFTERS NULL STEERING USING PHASE SHIFTERS Maha Abdulameer Kadhim Department of Electronics, Middle Technical University (MTU), Technical Instructors Training Institute, Baghdad, Iraq E-Mail: Maha.kahdum@gmail..com

More information

MODIFIED TWO-ELEMENT YAGI-UDA ANTENNA WITH TUNABLE BEAMS

MODIFIED TWO-ELEMENT YAGI-UDA ANTENNA WITH TUNABLE BEAMS Progress In Electromagnetics Research, PIER 100, 175 187, 010 MODIFIED TWO-ELEMENT YAGI-UDA ANTENNA WITH TUNABLE BEAMS B.-H. Sun, S.-G. Zhou, Y.-F. Wei, and Q.-Z. Liu National Key Laboratory of Antenna

More information

DESIGN OF PRINTED YAGI ANTENNA WITH ADDI- TIONAL DRIVEN ELEMENT FOR WLAN APPLICA- TIONS

DESIGN OF PRINTED YAGI ANTENNA WITH ADDI- TIONAL DRIVEN ELEMENT FOR WLAN APPLICA- TIONS Progress In Electromagnetics Research C, Vol. 37, 67 81, 013 DESIGN OF PRINTED YAGI ANTENNA WITH ADDI- TIONAL DRIVEN ELEMENT FOR WLAN APPLICA- TIONS Jafar R. Mohammed * Communication Engineering Department,

More information

AN ALTERNATIVE METHOD FOR DIFFERENCE PATTERN FORMATION IN MONOPULSE ANTENNA

AN ALTERNATIVE METHOD FOR DIFFERENCE PATTERN FORMATION IN MONOPULSE ANTENNA Progress In Electromagnetics Research Letters, Vol. 42, 45 54, 213 AN ALTERNATIVE METHOD FOR DIFFERENCE PATTERN FORMATION IN MONOPULSE ANTENNA Jafar R. Mohammed * Communication Engineering Department,

More information

EMG4066:Antennas and Propagation Exp 1:ANTENNAS MMU:FOE. To study the radiation pattern characteristics of various types of antennas.

EMG4066:Antennas and Propagation Exp 1:ANTENNAS MMU:FOE. To study the radiation pattern characteristics of various types of antennas. OBJECTIVES To study the radiation pattern characteristics of various types of antennas. APPARATUS Microwave Source Rotating Antenna Platform Measurement Interface Transmitting Horn Antenna Dipole and Yagi

More information

SINGLE-FEEDING CIRCULARLY POLARIZED TM 21 - MODE ANNULAR-RING MICROSTRIP ANTENNA FOR MOBILE SATELLITE COMMUNICATION

SINGLE-FEEDING CIRCULARLY POLARIZED TM 21 - MODE ANNULAR-RING MICROSTRIP ANTENNA FOR MOBILE SATELLITE COMMUNICATION Progress In Electromagnetics Research Letters, Vol. 20, 147 156, 2011 SINGLE-FEEDING CIRCULARLY POLARIZED TM 21 - MODE ANNULAR-RING MICROSTRIP ANTENNA FOR MOBILE SATELLITE COMMUNICATION X. Chen, G. Fu,

More information

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections Proceedings of the World Congress on Engineering and Computer Science 00 Vol I WCECS 00, October 0-, 00, San Francisco, USA A Comparison of Particle Swarm Optimization and Gradient Descent in Training

More information

Invasive Weed Optimization (IWO) Algorithm for Control of Nulls and Sidelobes in a Concentric Circular Antenna Array (CCAA)

Invasive Weed Optimization (IWO) Algorithm for Control of Nulls and Sidelobes in a Concentric Circular Antenna Array (CCAA) Invasive Weed Optimization (IWO) Algorithm for Control of Nulls and Sidelobes in a Concentric Circular Antenna Array (CCAA) Thotakura T. Ramakrishna Satish Raj M.TECH Student, Dept. of E.C.E, S.R.K.R Engineering

More information

3D radar imaging based on frequency-scanned antenna

3D radar imaging based on frequency-scanned antenna LETTER IEICE Electronics Express, Vol.14, No.12, 1 10 3D radar imaging based on frequency-scanned antenna Sun Zhan-shan a), Ren Ke, Chen Qiang, Bai Jia-jun, and Fu Yun-qi College of Electronic Science

More information

Electronically Steerable planer Phased Array Antenna

Electronically Steerable planer Phased Array Antenna Electronically Steerable planer Phased Array Antenna Amandeep Kaur Department of Electronics and Communication Technology, Guru Nanak Dev University, Amritsar, India Abstract- A planar phased-array antenna

More information

DESIGN OF A MINIATURIZED DUAL-BAND ANTENNA USING PARTICLE SWARM OPTIMIZATION

DESIGN OF A MINIATURIZED DUAL-BAND ANTENNA USING PARTICLE SWARM OPTIMIZATION Forum for Electromagnetic Research Methods and Application Technologies (FERMAT) DESIGN OF A MINIATURIZED DUAL-BAND ANTENNA USING PARTICLE SWARM OPTIMIZATION Waroth Kuhirun,Winyou Silabut and Pravit Boonek

More information

Ultra-Wideband Coplanar-Fed Monopoles: A Comparative Study

Ultra-Wideband Coplanar-Fed Monopoles: A Comparative Study RADIOENGINEERING, VOL. 17, NO. 1, APRIL 2007 37 Ultra-Wideband Coplanar-Fed Monopoles: A Comparative Study Jana JILKOVÁ, Zbyněk RAIDA Dept. of Radio Electronics, Brno University of Technology, Purkyňova

More information

Design of center-fed printed planar slot arrays

Design of center-fed printed planar slot arrays International Journal of Microwave and Wireless Technologies, page 1 of 9. # Cambridge University Press and the European Microwave Association, 2015 doi:10.1017/s1759078715001701 research paper Design

More information

Design, Simulation and Fabrication of an Optimized Microstrip Antenna with Metamaterial Superstrate Using Particle Swarm Optimization

Design, Simulation and Fabrication of an Optimized Microstrip Antenna with Metamaterial Superstrate Using Particle Swarm Optimization Progress In Electromagnetics Research M, Vol. 36, 101 108, 2014 Design, Simulation and Fabrication of an Optimized Microstrip Antenna with Metamaterial Superstrate Using Particle Swarm Optimization Nooshin

More information

DESIGN OF WIDEBAND TRIANGLE SLOT ANTENNAS WITH TUNING STUB

DESIGN OF WIDEBAND TRIANGLE SLOT ANTENNAS WITH TUNING STUB Progress In Electromagnetics Research, PIER 48, 233 248, 2004 DESIGN OF WIDEBAND TRIANGLE SLOT ANTENNAS WITH TUNING STUB A. A. Eldek, A. Z. Elsherbeni, and C. E. Smith Department of Electrical Engineering

More information

Compact Triple-Band Monopole Antenna for WLAN/WiMAX-Band USB Dongle Applications

Compact Triple-Band Monopole Antenna for WLAN/WiMAX-Band USB Dongle Applications Compact Triple-Band Monopole Antenna for WLAN/WiMAX-Band USB Dongle Applications Ya Wei Shi, Ling Xiong, and Meng Gang Chen A miniaturized triple-band antenna suitable for wireless USB dongle applications

More information

COMPACT TRIPLE-BAND MONOPOLE ANTENNA WITH C-SHAPED AND S-SHAPED MEANDER STRIPS FOR WLAN/WIMAX APPLICATIONS

COMPACT TRIPLE-BAND MONOPOLE ANTENNA WITH C-SHAPED AND S-SHAPED MEANDER STRIPS FOR WLAN/WIMAX APPLICATIONS Progress In Electromagnetics Research Letters, Vol. 15, 107 116, 2010 COMPACT TRIPLE-BAND MONOPOLE ANTENNA WITH C-SHAPED AND S-SHAPED MEANDER STRIPS FOR WLAN/WIMAX APPLICATIONS F. Li, L.-S. Ren, G. Zhao,

More information

LOG-PERIODIC DIPOLE ARRAY OPTIMIZATION. Y. C. Chung and R. Haupt

LOG-PERIODIC DIPOLE ARRAY OPTIMIZATION. Y. C. Chung and R. Haupt LOG-PERIODIC DIPOLE ARRAY OPTIMIZATION Y. C. Chung and R. Haupt Utah State University Electrical and Computer Engineering 4120 Old Main Hill, Logan, UT 84322-4160, USA Abstract-The element lengths, spacings

More information

Adaptive Antennas. Randy L. Haupt

Adaptive Antennas. Randy L. Haupt Adaptive Antennas Randy L. Haupt The Pennsylvania State University Applied Research Laboratory P. O. Box 30 State College, PA 16804-0030 haupt@ieee.org Abstract: This paper presents some types of adaptive

More information

Reduction of Mutual Coupling between Cavity-Backed Slot Antenna Elements

Reduction of Mutual Coupling between Cavity-Backed Slot Antenna Elements Progress In Electromagnetics Research C, Vol. 53, 27 34, 2014 Reduction of Mutual Coupling between Cavity-Backed Slot Antenna Elements Qi-Chun Zhang, Jin-Dong Zhang, and Wen Wu * Abstract Maintaining mutual

More information

COVARIANCE MATRIX ADAPTATION EVOLUTIONARY STRATEGY OPTIMIZATION OF PATCH ANTENNA FOR WIRELESS COMMUNICATION

COVARIANCE MATRIX ADAPTATION EVOLUTIONARY STRATEGY OPTIMIZATION OF PATCH ANTENNA FOR WIRELESS COMMUNICATION Southern Illinois University Carbondale OpenSIUC Articles Department of Electrical and Computer Engineering 215 COVARIANCE MATRIX ADAPTATION EVOLUTIONARY STRATEGY OPTIMIZATION OF PATCH ANTENNA FOR WIRELESS

More information

A Pin-Loaded Microstrip Patch Antenna with the Ability to Suppress Surface Wave Excitation

A Pin-Loaded Microstrip Patch Antenna with the Ability to Suppress Surface Wave Excitation Progress In Electromagnetics Research C, Vol. 62, 131 137, 2016 A Pin-Loaded Microstrip Patch Antenna with the Ability to Suppress Surface Wave Excitation Ayed R. AlAjmi and Mohammad A. Saed * Abstract

More information

A Compact Switched-Beam Planar Antenna Array for Wireless Sensors Operating at Wi-Fi Band

A Compact Switched-Beam Planar Antenna Array for Wireless Sensors Operating at Wi-Fi Band Progress In Electromagnetics Research C, Vol. 83, 137 145, 2018 A Compact Switched-Beam Planar Antenna Array for Wireless Sensors Operating at Wi-Fi Band Massimo Donelli 1, *, Toshifumi Moriyama 2, and

More information

UNIVERSITY OF TRENTO SYNTHESIS OF TIME-MODULATED PLANAR ARRAYS WITH CONTROLLED HARMONIC RADIATIONS. P. Rocca, L. Poli, G. Oliveri, and A.

UNIVERSITY OF TRENTO SYNTHESIS OF TIME-MODULATED PLANAR ARRAYS WITH CONTROLLED HARMONIC RADIATIONS. P. Rocca, L. Poli, G. Oliveri, and A. UNIVERSITY OF TRENTO DIPARTIMENTO DI INGEGNERIA E SCIENZA DELL INFORMAZIONE 38123 Povo Trento (Italy), Via Sommarive 14 http://www.disi.unitn.it SYNTHESIS OF TIME-MODULATED PLANAR ARRAYS WITH CONTROLLED

More information

Prognostic Optimization of Phased Array Antenna for Self-Healing

Prognostic Optimization of Phased Array Antenna for Self-Healing Prognostic Optimization of Phased Array Antenna for Self-Healing David Allen 1 1 HRL Laboratories, LLC, Malibu, CA, 90265, USA dlallen@hrl.com ABSTRACT Phased array antennas are widely used in many applications

More information

Optimum Design of Multi-band Transformer with Multi-section for Two Arbitrary Complex Frequency-dependent Impedances

Optimum Design of Multi-band Transformer with Multi-section for Two Arbitrary Complex Frequency-dependent Impedances Chinese Journal of Electronics Vol.21, No.1, Jan. 2012 Optimum Design of Multi-band Transformer with Multi-section for Two Arbitrary Complex Frequency-dependent Impedances CHEN Ming (Institute of Microwave

More information

A Beam Switching Planar Yagi-patch Array for Automotive Applications

A Beam Switching Planar Yagi-patch Array for Automotive Applications PIERS ONLINE, VOL. 6, NO. 4, 21 35 A Beam Switching Planar Yagi-patch Array for Automotive Applications Shao-En Hsu, Wen-Jiao Liao, Wei-Han Lee, and Shih-Hsiung Chang Department of Electrical Engineering,

More information

Traveling Wave Antennas

Traveling Wave Antennas Traveling Wave Antennas Antennas with open-ended wires where the current must go to zero (dipoles, monopoles, etc.) can be characterized as standing wave antennas or resonant antennas. The current on these

More information

Radiation Analysis of Phased Antenna Arrays with Differentially Feeding Networks towards Better Directivity

Radiation Analysis of Phased Antenna Arrays with Differentially Feeding Networks towards Better Directivity Radiation Analysis of Phased Antenna Arrays with Differentially Feeding Networks towards Better Directivity Manohar R 1, Sophiya Susan S 2 1 PG Student, Department of Telecommunication Engineering, CMR

More information

A PLANT GROWTH SIMULATION ALGORITHM FOR PATTERN NULLING OF LINEAR ANTENNA ARRAYS BY AMPLITUDE CONTROL

A PLANT GROWTH SIMULATION ALGORITHM FOR PATTERN NULLING OF LINEAR ANTENNA ARRAYS BY AMPLITUDE CONTROL Progress In Electromagnetics Research B, Vol. 17, 69 84, 2009 A PLANT GROWTH SIMULATION ALGORITHM FOR PATTERN NULLING OF LINEAR ANTENNA ARRAYS BY AMPLITUDE CONTROL K. Guney Department of Electrical and

More information

Progress In Electromagnetics Research C, Vol. 41, 1 12, 2013

Progress In Electromagnetics Research C, Vol. 41, 1 12, 2013 Progress In Electromagnetics Research C, Vol. 41, 1 12, 213 DESIGN OF A PRINTABLE, COMPACT PARASITIC ARRAY WITH DUAL NOTCHES Jay J. Yu 1 and Sungkyun Lim 2, * 1 SPAWAR Systems Center Pacific, Pearl City,

More information

DESIGN OF A LOW SIDELOBE 4D PLANAR ARRAY INCLUDING MUTUAL COUPLING

DESIGN OF A LOW SIDELOBE 4D PLANAR ARRAY INCLUDING MUTUAL COUPLING Progress In Electromagnetics Research M, Vol. 31, 103 116, 2013 DESIGN OF A LOW SIDELOBE 4D PLANAR ARRAY INCLUDING MUTUAL COUPLING Quanjiang Zhu, Shiwen Yang *, Ruilin Yao, and Zaiping Nie School of Electronic

More information

Sensor and Simulation Notes Note 548 October 2009

Sensor and Simulation Notes Note 548 October 2009 Sensor and Simulation Notes Note 548 October 009 Design of a rectangular waveguide narrow-wall longitudinal-aperture array using microwave network analysis Naga R. Devarapalli, Carl E. Baum, Christos G.

More information

COMPACT MULTIPORT ARRAY WITH REDUCED MUTUAL COUPLING

COMPACT MULTIPORT ARRAY WITH REDUCED MUTUAL COUPLING Progress In Electromagnetics Research Letters, Vol. 39, 161 168, 2013 COMPACT MULTIPORT ARRAY WITH REDUCED MUTUAL COUPLING Yantao Yu *, Ying Jiang, Wenjiang Feng, Sahr Mbayo, and Shiyong Chen College of

More information

THE PROBLEM of electromagnetic interference between

THE PROBLEM of electromagnetic interference between IEEE TRANSACTIONS ON ELECTROMAGNETIC COMPATIBILITY, VOL. 50, NO. 2, MAY 2008 399 Estimation of Current Distribution on Multilayer Printed Circuit Board by Near-Field Measurement Qiang Chen, Member, IEEE,

More information

Chapter - 1 PART - A GENERAL INTRODUCTION

Chapter - 1 PART - A GENERAL INTRODUCTION Chapter - 1 PART - A GENERAL INTRODUCTION This chapter highlights the literature survey on the topic of resynthesis of array antennas stating the objective of the thesis and giving a brief idea on how

More information

CURRICULUM VITAE TAISIR HASAN ALGHANIM

CURRICULUM VITAE TAISIR HASAN ALGHANIM CURRICULUM VITAE TAISIR HASAN ALGHANIM September 2015 PERSONAL Date and Place of Birth: 1957, Sarra, Jordan Nationality : Jordanian Status : Married Native Language : Arabic. Position : Professor of Electrical

More information

Dual band planar hybrid coupler with enhanced bandwidth using particle swarm optimization technique

Dual band planar hybrid coupler with enhanced bandwidth using particle swarm optimization technique Dual band planar hybrid coupler with enhanced bandwidth using particle swarm optimization technique Mahdi Yousefi a), Mohammad Mosalanejad b), Gholamreza Moradi c), and Abdolali Abdipour d) Wave Propagation

More information

NULL STEERING BEAMFORMER USING HYBRID ALGORITHM BASED ON HONEY BEES MATING OPTIMISATION AND TABU SEARCH IN ADAPTIVE ANTENNA ARRAY

NULL STEERING BEAMFORMER USING HYBRID ALGORITHM BASED ON HONEY BEES MATING OPTIMISATION AND TABU SEARCH IN ADAPTIVE ANTENNA ARRAY Progress In Electromagnetics Research C, Vol. 32, 65 80, 2012 NULL STEERING BEAMFORMER USING HYBRID ALGORITHM BASED ON HONEY BEES MATING OPTIMISATION AND TABU SEARCH IN ADAPTIVE ANTENNA ARRAY O. Kaid Omar

More information

R. Zhang, G. Fu, Z.-Y. Zhang, and Q.-X. Wang Key Laboratory of Antennas and Microwave Technology Xidian University, Xi an, Shaanxi , China

R. Zhang, G. Fu, Z.-Y. Zhang, and Q.-X. Wang Key Laboratory of Antennas and Microwave Technology Xidian University, Xi an, Shaanxi , China Progress In Electromagnetics Research Letters, Vol. 2, 137 145, 211 A WIDEBAND PLANAR DIPOLE ANTENNA WITH PARASITIC PATCHES R. Zhang, G. Fu, Z.-Y. Zhang, and Q.-X. Wang Key Laboratory of Antennas and Microwave

More information

Dr. John S. Seybold. November 9, IEEE Melbourne COM/SP AP/MTT Chapters

Dr. John S. Seybold. November 9, IEEE Melbourne COM/SP AP/MTT Chapters Antennas Dr. John S. Seybold November 9, 004 IEEE Melbourne COM/SP AP/MTT Chapters Introduction The antenna is the air interface of a communication system An antenna is an electrical conductor or system

More information

Switched parasitic antennas and cxontrolled reactance parasitic antennas: a systems comparison

Switched parasitic antennas and cxontrolled reactance parasitic antennas: a systems comparison Switched parasitic antennas and cxontrolled reactance parasitic antennas: a systems comparison Author Thiel, David Published 2004 Conference Title IEEE Antennas and Propagation Symposium DOI https://doi.org/10.1109/aps.2004.1332062

More information

LINEAR AND CIRCULAR ARRAY OPTIMIZATION: A STUDY USING PARTICLE SWARM INTELLIGENCE

LINEAR AND CIRCULAR ARRAY OPTIMIZATION: A STUDY USING PARTICLE SWARM INTELLIGENCE Progress In Electromagnetics Research B, Vol. 15, 347 373, 29 LINEAR AND CIRCULAR ARRAY OPTIMIZATION: A STUDY USING PARTICLE SWARM INTELLIGENCE M. Khodier and M. Al-Aqeel Department of Electrical Engineering

More information

ELECTRONICALLY SWITCHED BEAM DISK-LOADED MONOPOLE ARRAY ANTENNA

ELECTRONICALLY SWITCHED BEAM DISK-LOADED MONOPOLE ARRAY ANTENNA Progress In Electromagnetics Research, PIER 101, 339 347, 2010 ELECTRONICALLY SWITCHED BEAM DISK-LOADED MONOPOLE ARRAY ANTENNA M. R. Kamarudin Wireless Communication Centre (WCC) Faculty of Electrical

More information

Research Article Design and Optimization of a Millimetre Wave Compact Folded Magic-T

Research Article Design and Optimization of a Millimetre Wave Compact Folded Magic-T Antennas and Propagation Volume 212, Article ID 838962, 6 pages doi:1.1155/212/838962 Research Article Design and Optimization of a Millimetre Wave Compact Folded Magic-T Guang Hua, Jiefu Zhang, Jiudong

More information

Performance Analysis of a Patch Antenna Array Feed For A Satellite C-Band Dish Antenna

Performance Analysis of a Patch Antenna Array Feed For A Satellite C-Band Dish Antenna Cyber Journals: Multidisciplinary Journals in Science and Technology, Journal of Selected Areas in Telecommunications (JSAT), November Edition, 2011 Performance Analysis of a Patch Antenna Array Feed For

More information

A New CPW-Fed C-slot Based Printed Antenna for Dual Band WLAN Applications

A New CPW-Fed C-slot Based Printed Antenna for Dual Band WLAN Applications University of Technology, Iraq From the SelectedWorks of Professor Jawad K. Ali March 27, 2012 A New CPW-Fed C-slot Based Printed Antenna for Dual Band WLAN Applications Jawad K. Ali, Department of Electrical

More information

Wideband Double-Layered Dielectric-Loaded Dual-Polarized Magneto-Electric Dipole Antenna

Wideband Double-Layered Dielectric-Loaded Dual-Polarized Magneto-Electric Dipole Antenna Progress In Electromagnetics Research Letters, Vol. 63, 23 28, 2016 Wideband Double-Layered Dielectric-Loaded Dual-Polarized Magneto-Electric Dipole Antenna Changqing Wang 1, Zhaoxian Zheng 2,JianxingLi

More information

TRIPLE-BAND OMNI-DIRECTIONAL ANTENNA FOR WLAN APPLICATION

TRIPLE-BAND OMNI-DIRECTIONAL ANTENNA FOR WLAN APPLICATION Progress In Electromagnetics Research, PIER 76, 477 484, 2007 TRIPLE-BAND OMNI-DIRECTIONAL ANTENNA FOR WLAN APPLICATION Y.-J. Wu, B.-H. Sun, J.-F. Li, and Q.-Z. Liu National Key Laboratory of Antennas

More information

ROBUST ADAPTIVE BEAMFORMER USING INTERPO- LATION TECHNIQUE FOR CONFORMAL ANTENNA ARRAY

ROBUST ADAPTIVE BEAMFORMER USING INTERPO- LATION TECHNIQUE FOR CONFORMAL ANTENNA ARRAY Progress In Electromagnetics Research B, Vol. 23, 215 228, 2010 ROBUST ADAPTIVE BEAMFORMER USING INTERPO- LATION TECHNIQUE FOR CONFORMAL ANTENNA ARRAY P. Yang, F. Yang, and Z. P. Nie School of Electronic

More information

ENHANCEMENT OF PHASED ARRAY SIZE AND RADIATION PROPERTIES USING STAGGERED ARRAY CONFIGURATIONS

ENHANCEMENT OF PHASED ARRAY SIZE AND RADIATION PROPERTIES USING STAGGERED ARRAY CONFIGURATIONS Progress In Electromagnetics Research C, Vol. 39, 49 6, 213 ENHANCEMENT OF PHASED ARRAY SIZE AND RADIATION PROPERTIES USING STAGGERED ARRAY CONFIGURATIONS Abdelnasser A. Eldek * Department of Computer

More information

MODERN AND future wireless systems are placing

MODERN AND future wireless systems are placing IEEE TRANSACTIONS ON MICROWAVE THEORY AND TECHNIQUES 1 Wideband Planar Monopole Antennas With Dual Band-Notched Characteristics Wang-Sang Lee, Dong-Zo Kim, Ki-Jin Kim, and Jong-Won Yu, Member, IEEE Abstract

More information

HIGH GAIN KOCH FRACTAL DIPOLE YAGI-UDA ANTENNA FOR S AND X BAND APPLICATION

HIGH GAIN KOCH FRACTAL DIPOLE YAGI-UDA ANTENNA FOR S AND X BAND APPLICATION HIGH GAIN KOCH FRACTAL DIPOLE YAGI-UDA ANTENNA FOR S AND X BAND APPLICATION Rajeev Kumar 1, R Radhakrishnan 2 1,2 Department of Theoretical Physics, University of Madras, (India) ABSTRACT In this study,

More information

DESIGN OF FOLDED WIRE LOADED ANTENNAS USING BI-SWARM DIFFERENTIAL EVOLUTION

DESIGN OF FOLDED WIRE LOADED ANTENNAS USING BI-SWARM DIFFERENTIAL EVOLUTION Progress In Electromagnetics Research Letters, Vol. 24, 91 98, 2011 DESIGN OF FOLDED WIRE LOADED ANTENNAS USING BI-SWARM DIFFERENTIAL EVOLUTION J. Li 1, 2, * and Y. Y. Kyi 2 1 Northwestern Polytechnical

More information

Adaptive Nulling Algorithm for Null Synthesis on the Moving Jammer Environment

Adaptive Nulling Algorithm for Null Synthesis on the Moving Jammer Environment THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2016 Aug.; 27(8), 676683. http://dx.doi.org/10.5515/kjkiees.2016.27.8.676 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Adaptive

More information

GA optimization of transparent MIMO antenna for smartphone

GA optimization of transparent MIMO antenna for smartphone LETTER IEICE Electronics Express, Vol.10, No.11, 1 8 GA optimization of transparent MIMO antenna for smartphone Sindhuja Patchaikani and Yoshihiko Kuwahara a) Graduate School of Engineering, Shizuoka University,

More information

Optimization of the performance of patch antennas using genetic algorithms

Optimization of the performance of patch antennas using genetic algorithms J.Natn.Sci.Foundation Sri Lanka 2013 41(2):113-120 RESEARCH ARTICLE Optimization of the performance of patch antennas using genetic algorithms J.M.J.W. Jayasinghe 1,2 and D.N. Uduwawala 2 1 Department

More information

BROADBAND SERIES-FED DIPOLE PAIR ANTENNA WITH PARASITIC STRIP PAIR DIRECTOR

BROADBAND SERIES-FED DIPOLE PAIR ANTENNA WITH PARASITIC STRIP PAIR DIRECTOR Progress In Electromagnetics Research C, Vol. 45, 1 13, 2013 BROADBAND SERIES-FED DIPOLE PAIR ANTENNA WITH PARASITIC STRIP PAIR DIRECTOR Junho Yeo 1, Jong-Ig Lee 2, *, and Jin-Taek Park 3 1 School of Computer

More information

STUDY ON THE PLANAR CIRCULARLY POLARIZED ANTENNAS WITH SWASTIKA SLOT

STUDY ON THE PLANAR CIRCULARLY POLARIZED ANTENNAS WITH SWASTIKA SLOT Progress In Electromagnetics Research C, Vol. 39, 11 24, 213 STUDY ON THE PLANAR CIRCULARLY POLARIZED ANTENNAS WITH SWASTIKA SLOT Upadhyaya N. Rijal, Junping Geng *, Xianling Liang, Ronghong Jin, Xiang

More information

Genetic Algorithm Optimization for Microstrip Patch Antenna Miniaturization

Genetic Algorithm Optimization for Microstrip Patch Antenna Miniaturization Progress In Electromagnetics Research Letters, Vol. 60, 113 120, 2016 Genetic Algorithm Optimization for Microstrip Patch Antenna Miniaturization Mohammed Lamsalli *, Abdelouahab El Hamichi, Mohamed Boussouis,

More information

Application of Artificial Neural Networks System for Synthesis of Phased Cylindrical Arc Antenna Arrays

Application of Artificial Neural Networks System for Synthesis of Phased Cylindrical Arc Antenna Arrays International Journal of Communication Engineering and Technology. ISSN 2277-3150 Volume 4, Number 1 (2014), pp. 7-15 Research India Publications http://www.ripublication.com Application of Artificial

More information

K.NARSING RAO(08R31A0425) DEPT OF ELECTRONICS & COMMUNICATION ENGINEERING (NOVH).

K.NARSING RAO(08R31A0425) DEPT OF ELECTRONICS & COMMUNICATION ENGINEERING (NOVH). Smart Antenna K.NARSING RAO(08R31A0425) DEPT OF ELECTRONICS & COMMUNICATION ENGINEERING (NOVH). ABSTRACT:- One of the most rapidly developing areas of communications is Smart Antenna systems. This paper

More information

Effects on phased arrays radiation pattern due to phase error distribution in the phase shifter operation

Effects on phased arrays radiation pattern due to phase error distribution in the phase shifter operation Effects on phased arrays radiation pattern due to phase error distribution in the phase shifter operation Giuseppe Coviello 1,a, Gianfranco Avitabile 1,Giovanni Piccinni 1, Giulio D Amato 1, Claudio Talarico

More information

Title. Author(s) Itoh, Keiichi; Miyata, Katsumasa; Igarashi, Ha. Citation IEEE Transactions on Magnetics, 48(2): Issue Date

Title. Author(s) Itoh, Keiichi; Miyata, Katsumasa; Igarashi, Ha. Citation IEEE Transactions on Magnetics, 48(2): Issue Date Title Evolutional Design of Waveguide Slot Antenna W Author(s) Itoh, Keiichi; Miyata, Katsumasa; Igarashi, Ha Citation IEEE Transactions on Magnetics, 48(2): 779-782 Issue Date 212-2 Doc URLhttp://hdl.handle.net/2115/4839

More information

! # & # ( ( Published in IEEE Antennas and Wireless Propagation Letters, Volume 10, May 2011, pp ! # % % # & & # ( % # ) ) & ( ( % %

! # & # ( ( Published in IEEE Antennas and Wireless Propagation Letters, Volume 10, May 2011, pp ! # % % # & & # ( % # ) ) & ( ( % % ! # & # ( ( Published in IEEE Antennas and Wireless Propagation Letters, Volume 10, May 2011, pp.354-357.! # % % # & & # ( % # ) ) & ( ( % % 354 IEEE ANTENNAS AND WIRELESS PROPAGATION LETTERS, VOL. 10,

More information

Modified Triangular Patch Microstrip Antenna with Enhanced Radiation Properties

Modified Triangular Patch Microstrip Antenna with Enhanced Radiation Properties Research Journal of Applied Sciences, Engineering and Technology 3(3): 140-144, 2011 ISSN: 2040-7467 Maxwell Scientific Organization, 2011 Received: March 01, 2010 Accepted: April 07, 2010 Published: March

More information

Cross-polarization and sidelobe suppression in dual linear polarization antenna arrays

Cross-polarization and sidelobe suppression in dual linear polarization antenna arrays Downloaded from orbit.dtu.dk on: Jun 06, 2018 Cross-polarization and sidelobe suppression in dual linear polarization antenna arrays Woelders, Kim; Granholm, Johan Published in: I E E E Transactions on

More information

A Simple Dual-Wideband Magneto-Electric Dipole Directional Antenna

A Simple Dual-Wideband Magneto-Electric Dipole Directional Antenna Progress In Electromagnetics Research Letters, Vol. 63, 45 51, 2016 A Simple Dual-Wideband Magneto-Electric Dipole Directional Antenna Lei Yang *,Zi-BinWeng,andXinshuaiLuo Abstract A simple dual-wideband

More information

AN INEXPENSIVE RECONFIGURABLE PLANAR AR- RAY FOR WI-FI APPLICATIONS

AN INEXPENSIVE RECONFIGURABLE PLANAR AR- RAY FOR WI-FI APPLICATIONS Progress In Electromagnetics Research C, Vol. 28, 71 81, 212 AN INEXPENSIVE RECONFIGURABLE PLANAR AR- RAY FOR WI-FI APPLICATIONS M. Donelli 1, * and P. Febvre 2 1 Department of Information Engineering

More information