Paper ID# USING A GENETIC ALGORITHM TO DETERMINE AN OPTIMAL POSITION FOR AN ANTENNA MOUNTED ON A PLATFORM

Size: px
Start display at page:

Download "Paper ID# USING A GENETIC ALGORITHM TO DETERMINE AN OPTIMAL POSITION FOR AN ANTENNA MOUNTED ON A PLATFORM"

Transcription

1 Paper ID# USING A GENETIC ALGORITHM TO DETERMINE AN OPTIMAL POSITION FOR AN ANTENNA MOUNTED ON A PLATFORM Jamie M. Knapil Infantolino (), M. Jeffrey Barney (), and Randy L. Haupt (2) () Remcom, Inc, State College, PA, USA (2) The Applied Research Lab, State College, PA, USA ABSTRACT Determining an optimal position of an antenna on a platform is not always intuitive. This paper examines the implementation ofa Genetic Algorithm (GA) within XFdtd, a Finite Difference Time Domain (FDTD) solver, for its effectiveness in determining an optimal antenna position when compared to a bruteforce method. XFdtd uses the FDTD method [J to solve general electromagneticproblems. Built into XFdtd is the concept of Feature Based Modeling (FBM), which uses relative coordinate systems to position antennas in a geometry in relation to other parts. The GA, written in C++, is available to XFdtd's Scripting API Through scripting a user specifies the antenna to move and provides bounded regions where the antenna can be located for maximum efficiency. INTRODUCTION Adding new wireless systems to existing platforms is difficult due to physical and electromagnetic constraints. Finding space on an already crowded platform is difficult. Blockage, scattering, and interference with other communications and radar systems must be taken into account. For instance, jammers on a vehicle used to disable improvised explosive devices (led) can interfere with the tactical communication systems on that same vehicle as well as other nearby vehicles. Designers ofthese jamming systems need a way to optimally place the ~ammer antennas on the platform while minimizing the Im~act on tactical communication systems. Traditionally, designers use experience and intuition to place the antennas on a platform. The large number of wireless systems on a platform, interactions between the antenna and its environment, and complex requirements like low radar cross section, contribute to the complexity of the antenna placement problem. ~ full wave electromagnetics model like FDTD is required In order to understand the antenna's behavior in the presence of the platform and environment. An exhaustive search of all combinations of the antenna shape, size, material, and location is not practical, because an antenna designer must conduct many computationally and time intensive simulations and evaluate each one against the others to arrive at the best performing antenna. Not only is the antenna design process time consuming and laborious, but there are no guarantees that the design chosen is optimal. The Genetic Algorithm (GA) is a global optimization computer program that automatically guides the engineer towards the best performing antenna design for an application. The GA begins with some random guesses for the location of an antenna on a platform and proceeds to finding an optimal location using rules based upon genetics and natural selection. This paper presents results from incorporating a GA in the FDTD algorithm XFdtd in order to optimally place antennas on platforms. XFdtd provides the needed accuracy of the electromagnetics model while the GA is capable of finding an excellent solution within a reasonable run time. Results for the optimal placement of a jamming antenna on a Humvee are much better than the results obtained from the best intuitive guess. GENETIC ALGORITHM A GA works by evaluating a cost function to determine the optimal solution to a problem. The cost function, in this case, consists of the electromagnetic functions which are to be minimized or maximized. Some examples of cost ~unctions are radiation pattern, radiation efficiency, input Impedance, and S parameters. Some of these functions may also involve manufacturing costs or other nonelectromagnetic factors such as antenna placement location, frequency, dielectric value, or perhaps the cost of a material used in the antenna design. Using a GA can maximize or minimize the cost function that employs real and integer variables in calculating the cost. Optimization algorithms that minimize real and integer values are known as mixed integer optimization algorithms, so this GA is known as a mixed integer GA [2]. In order to increase the GA's flexibility, all variables are mapped to continuous values between 0 and /09/$ IEEE

2 The population npop x nvar matrix for this GA is represented by; v I, VI,2 p= v 2, V2,2 v npop, X n = x max - x min vm,n + X min In = rounddown I max - I min + Vm,n + I min b; = round vm,n VI,nvar Vnpop,nvar where vm,n = variable n In chromosome m with 0 ::; vm,n ::;. Each row is a chromosome, and the values are initially created by a uniform random number generator. A continuous variable, vm,n is converted to either a real variable, x n ' an integer, In, or a binary digit, s; Where min and max represent variable bounds specified by the GA. X m i n ::; X n ::; X m a, rounddown is a function that rounds to the next lowest integer, and round is a function that rounds to the nearest integer. A grouping of binary digits forms a gene in the binary GA. The benefit of this approach is that all the scaling, quantizing, and rounding happen in the cost function, so the GA operates independent of the variable type. There is no need for a binary GA, a real GA, and a mixed integer GA, because the operators work with any combination ofvariable types. A chromosome can have any mix of real, integer, and binary variables. For instance, the chromosome may contain the number of antennas (integer), the location of the antennas in three-dimensional space (constrained continuous), the material properties of a nearby object (binary), and the location ofa handrail. Chromosome survival may be determined in a number of different ways. Here, the top 50% of the chromosomes survive to be part of the mating pool. Tournament selection with two chromosomes per tournament is used. Roulette wheel selection with rank ordering would give nearly equivalent results [2]. At this point, mating between two selected chromosomes can be done using one of the many different real GA or binary crossovers [2]. Uniform crossover provides a larger exploration of the cost surface than other approaches to crossover [2], so it is implemented in this algorithm. First, a random binary mask is created. A in the mask column means the offspring receives the variable value in parent#. If it has a 0, then the offspring receives the variable value in parent#2. parent #=Vm,l Vm,2 Vm,3 Vm,4 Vm,5 Vm,6 Vm,7 Vm,8 parent#2 =V n,l Vn,2 Vn,3 Vn,4 Vn,5 Vn,6 Vn,7 Vn,8 mask = offspring =V n,l Vn,2 Vm,3 Vn,4 Vn,5 Vm,6 Vn,7 Vm,8 In this approach, only one offspring is created for every two parents selected. This type of crossover results in a diversity of values if the values are binary, but only interchanges values between chromosomes if the values are integer or continuous. Consequently, the mutation introduces new values within the population of continuous values. A continuous crossover would also work in this algorithm. One approach to mutation is to randomly select variables in the population and replace them with uniform random values. Another approach is to add a random correction factor. The correction factor may be created by multiplying each element within a chromosome by a random number ( - s firm s ) and multiplying the entire chromosome by a mutation factor ( 0 ::; a, S ). where rem is the remainder function (digits to the left of the decimal point are dropped). This type of mutation modifies the entire chromosome rather than a single variable. GENETIC ALGORITHM IN XFDTD XFdtd' s theory is based on the FDTD method presented by Kunz and Luebbers []. Built into XFdtd is the concept of Feature Based Modeling (FBM), which allows relative coordinate system definitions among parts in a model. The GA [2], written in C++, is available through XFdtd's Scripting API. Through scripting, a user defines the antenna and the acceptable regions on a platform where the antenna can be located. This GA has a population size of 8 and a mutation rate of 5%. During an optimization, a single region from the list ofpossible regions, as well as a position on that region, are Page 2 of6

3 randomly selected. The resulting spatial location is where the antenna is placed for the next cost function evaluation. Each cost function evaluation is a call to a script function that executes the calculation engine, calculates the cost (antenna pattern, impedance, bandwidth, etc.) and passes that value back to the GA as the cost. The GA keeps 50% of the best chromosomes then performs mating and mutation to find the next generation. This process continues until an acceptable solution is found or a set number of iterations are performed. Figure is a flowchart of the process. dipole --+ I 9 mm 90 = j PEe plate I +, C++ GA Initial pop ulation = 8 Movab le structure and acceptab le regions mut ation rate = 5% 2000 rnm t, Figure 2: Analytic geometry Results IscriPti ng Language Passes cost to GA The cost threshold was set at 4.5dBi and the GA optimized for a maximum cost. The cost function executed XFdtd's calculation engine (CalcFDTD) which calculated the far zone gain. The minimum gain was returned as the cost. By maximizing the minimum gain, an omni-directional pattern was found. After 29 evaluations of the cost function, the GA reached its cost threshold at 4.53dBi. The associated dipole location was at (le-24,.8) mm. The optimization occurred in 22min. SIDPMODEL C++GA Translates GA chromoso me into XFdtd design variables XFdtd Builds model Performs gridding Does calculations Performs natural C++GA selection. mating.. A crude model of a ship was generated inside XFdtd and is shown in Figure 3. The dimensions were as follows: and mut ation. then iterates Figure : Flowchart for GA process DIPOLE OVER METAL PLATE XFdtd's GA implementation was first verified with an analytic model with a known solution before proceeding to a more complicated model, with an unknown solution. The analytic model consisted of a dipole located over a circular plate (Figure 2). It used a design frequency of.5 GHz with a wavelength of 200mm. The vertically polarized short dipole had a length of 9mm. The dipole was placed over a circular PEC plate a distance of 90mm. The plate had a 000mm radius and is centered at (0,0). The dipole was constrained to being directly over the plate. The optimization attempted to find a position that produced an omni-directional pattern. The center of the plate was the obvious solution. An initial test was run with a centered dipole and a minimum gain of 4.76dBi is computed. The grid contains million FDTD cells, the calculation engine uses 52MB, and it took 49s to run the initial test. The smoke stack had a m radius, was 4m long, 3.577m tall The box was 3 x 3 x.5m The distance between the base of the smoke stack and box was m The deck was a maximum of 8.3m wide and 7.7m long The vertically polarized monopole was m tall which is a quarter-wavelength at 800MHz Figure 3: Crude model of ship An initial test started with the monopole located half way between the smoke stack and box. The discretized model contained million FDTD cells. CalcFDTD used Page 3 of6

4 Gain vs An9e 90 80MB and took 3min 30sec to determine a solution. The computed radiation pattern had values ranging from 5.8dBi to 4.9dBi. The local origin of the monopole was constrained to the top of the deck, excluding regions around the smoke stack and box. The cost function executed CalcFDTD, analyzed the far zone pattern, and returned the minimum gain value found. Again, by maximizing the minimum gain, an omnidirectional pattern was found. The cost threshold was 20dBi. After 22 evaluations of the cost function, the threshold was reached at 2.2dBi when the monopole was placed in front of the smokestack. The optimization took 29 min. The optimal location is represented by the red dot in Figure 4. The optimized far zone radiation pattern ranged from 2.2dBi to 54.8dBi. The full 3D pattern can be seen in Figure 5. Figure 6 compares a conical surface (theta=75 degrees from the vertical axis) from the optimal pattern, drawn in green, with the same conical surface from the starting pattern, drawn in blue Figure 6: Optimized vs unoptimized location comparison This optimization found that placing the monopole in front of the smoke stack generated a more omni-directional pattern and produced greater gain at nearly all angles when compared to a location between the smoke stack and box. RESULTS The GA was used to find an optimal location for an led jammer antenna on a Humvee. The first location was chosen to mimic an antenna that was already located on the platform. Figure 7 depicts the first guess for the optimal antenna location. This was the first guess used to initialize the GA. Figure 4: Optimal location of monopole Figure 7: First Guess for Optimal Antenna Location z x Figure 5: Optimized far zone radiation pattern The goal of the jammer was to project as much power on the target (the suspected led) as possible. This can be simulated using XFdtd. It was assumed the led was close to the ground. Figure 8 depicts the results of the first guess for optimal antenna location. XFdtd indicates that very little energy from the transmitter reached the ground. This seed was placed into the initial GA population to see if a better location for the antenna could be found. By the sixth generation, all of the locations that were on the front Page 4 of6

5 bumper were discarded. This seems counterintuitive, but the GA determined it was not the optimal location. It turns out that the optimal location was on the front hood and not on the front bumper. This might be due to the fact the air intake acted like a reflector. The second most optimal location was on the driver side front bumper. FUTURE WORK.35 The next step is to start using more complex geometries with the GA. The Humvee is a simple model compared to other military applications. For example, a platform that already has a dozen antennas on it has more interactions than the Humvee. Further investigation is needed to determine how complex of a geometry the GA can handle. 28 Figure 8 Cross Section SSE of First Guess Antenna Location The GA ran 3 generations. The optimal location found is depicted in Figure 9 with the power down range depicted in Figure 0. One of the problems with the current GA is runtime limitations. This GA takes 3 generations for a total of 36 hours to complete. This is an unrealistic runtime for some applications. One way to help with the runtime is to use a Graphic Processor Unit (GPU) to do the calculations. More research is required to better utilize these devices; initial studies have shown speed ups of 20X, and speed ups of 30X-50X are theoretically possible. The Humvee example took 2 hours with the use of a GPU, making this technology more practical. CONCLUSIONS The GA was useful in determining the location for an led jammer antenna on a platform like a Humvee. It provided an answer with very little guess work. The GA was also able to account for interactions with other elements of the platform. The Humvee has irregular surfaces which could impact the performance of an antenna due to interactions between the antenna and the environment. XFdtd was able to model these interactions properly and then feed the GA the correct data. Figure 9: Optimal Location Found by GA It has been demonstrated that the GA can produce an optimal location for an antenna on a platform. It takes away some of the guess work that is currently employed within this field. The GA can be used to solve problems, such as designing effective jammers, faster and more efficient than what is being used currently. REFERENCES Figure 0: Power down range for Optimally Placed Antenna [] K.S. Kunz and RJ. Luebbers, The Finite Difference Time Domain Method for Electromagnetics, sl edition, CRC Press, 993. Page 5 of6

6 [2] R.L. Haupt and S.E. Haupt, Practical Genetic Algorithms, 2 nd edition, New York: John Wiley & Sons, [3] R.L. Haupt, "A Mixed Integer Genetic Algorithm for Electromagnetics Applications," IEEE AP-S Trans., Vol. 55, No.3, Mar Page 6 of6

The Genetic Algorithm

The Genetic Algorithm The Genetic Algorithm The Genetic Algorithm, (GA) is finding increasing applications in electromagnetics including antenna design. In this lesson we will learn about some of these techniques so you are

More information

A Novel approach for Optimizing Cross Layer among Physical Layer and MAC Layer of Infrastructure Based Wireless Network using Genetic Algorithm

A Novel approach for Optimizing Cross Layer among Physical Layer and MAC Layer of Infrastructure Based Wireless Network using Genetic Algorithm A Novel approach for Optimizing Cross Layer among Physical Layer and MAC Layer of Infrastructure Based Wireless Network using Genetic Algorithm Vinay Verma, Savita Shiwani Abstract Cross-layer awareness

More information

NUMERICAL SIMULATION OF SELF-STRUCTURING ANTENNAS BASED ON A GENETIC ALGORITHM OPTIMIZATION SCHEME

NUMERICAL SIMULATION OF SELF-STRUCTURING ANTENNAS BASED ON A GENETIC ALGORITHM OPTIMIZATION SCHEME NUMERICAL SIMULATION OF SELF-STRUCTURING ANTENNAS BASED ON A GENETIC ALGORITHM OPTIMIZATION SCHEME J.E. Ross * John Ross & Associates 350 W 800 N, Suite 317 Salt Lake City, UT 84103 E.J. Rothwell, C.M.

More information

Wide and multi-band antenna design using the genetic algorithm to create amorphous shapes using ellipses

Wide and multi-band antenna design using the genetic algorithm to create amorphous shapes using ellipses Wide and multi-band antenna design using the genetic algorithm to create amorphous shapes using ellipses By Lance Griffiths, You Chung Chung, and Cynthia Furse ABSTRACT A method is demonstrated for generating

More information

GA Optimization for RFID Broadband Antenna Applications. Stefanie Alki Delichatsios MAS.862 May 22, 2006

GA Optimization for RFID Broadband Antenna Applications. Stefanie Alki Delichatsios MAS.862 May 22, 2006 GA Optimization for RFID Broadband Antenna Applications Stefanie Alki Delichatsios MAS.862 May 22, 2006 Overview Introduction What is RFID? Brief explanation of Genetic Algorithms Antenna Theory and Design

More information

Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM

Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM 5.1 Introduction This chapter focuses on the use of an optimization technique known as genetic algorithm to optimize the dimensions of

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

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

Linear Array Geometry Synthesis Using Genetic Algorithm for Optimum Side Lobe Level and Null

Linear Array Geometry Synthesis Using Genetic Algorithm for Optimum Side Lobe Level and Null ISSN: 77 943 Volume 1, Issue 3, May 1 Linear Array Geometry Synthesis Using Genetic Algorithm for Optimum Side Lobe Level and Null I.Padmaja, N.Bala Subramanyam, N.Deepika Rani, G.Tirumala Rao Abstract

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

EM Simulation of Automotive Radar Mounted in Vehicle Bumper

EM Simulation of Automotive Radar Mounted in Vehicle Bumper EM Simulation of Automotive Radar Mounted in Vehicle Bumper Abstract Trends in automotive safety are pushing radar systems to higher levels of accuracy and reliable target identification for blind spot

More information

A BROADBAND BICONICAL ANTENNA FOR WIDE ANGLE RECEPTION

A BROADBAND BICONICAL ANTENNA FOR WIDE ANGLE RECEPTION A BROADBAND BICONICAL ANTENNA FOR WIDE ANGLE RECEPTION 1, Naveen Upadhyay 2 1 Scientist, DRDO, DARE, Karnataka, India, E mail: saurabh.dare@gmail.com 2 Assistant Professor, Department of ECE, JVW University,

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

Broadband array antennas using a self-complementary antenna array and dielectric slabs

Broadband array antennas using a self-complementary antenna array and dielectric slabs Broadband array antennas using a self-complementary antenna array and dielectric slabs Gustafsson, Mats Published: 24-- Link to publication Citation for published version (APA): Gustafsson, M. (24). Broadband

More information

Wire Layer Geometry Optimization using Stochastic Wire Sampling

Wire Layer Geometry Optimization using Stochastic Wire Sampling Wire Layer Geometry Optimization using Stochastic Wire Sampling Raymond A. Wildman*, Joshua I. Kramer, Daniel S. Weile, and Philip Christie Department University of Delaware Introduction Is it possible

More information

Application of genetic algorithm to the optimization of resonant frequency of coaxially fed rectangular microstrip antenna

Application of genetic algorithm to the optimization of resonant frequency of coaxially fed rectangular microstrip antenna IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735. Volume 6, Issue 1 (May. - Jun. 2013), PP 44-48 Application of genetic algorithm to the optimization

More information

Design of CPW Fed Ultra wideband Fractal Antenna and Backscattering Reduction

Design of CPW Fed Ultra wideband Fractal Antenna and Backscattering Reduction Journal of Microwaves, Optoelectronics and Electromagnetic Applications, Vol. 9, No. 1, June 2010 10 Design of CPW Fed Ultra wideband Fractal Antenna and Backscattering Reduction Raj Kumar and P. Malathi

More information

Log-Period Dipole Array Optimization

Log-Period Dipole Array Optimization Log-Period Dipole Array Optimization You Chung Chung University of Nevada, Reno Electrical Engineering Reno, NV 89557 775-784-6927 youchung @unr.edu Randy Haupt Utah State University Electrical and Computer

More information

Achieving Desirable Gameplay Objectives by Niched Evolution of Game Parameters

Achieving Desirable Gameplay Objectives by Niched Evolution of Game Parameters Achieving Desirable Gameplay Objectives by Niched Evolution of Game Parameters Scott Watson, Andrew Vardy, Wolfgang Banzhaf Department of Computer Science Memorial University of Newfoundland St John s.

More information

A NOVEL MICROSTRIP GRID ARRAY ANTENNA WITH BOTH HIGH-GAIN AND WIDEBAND PROPER- TIES

A NOVEL MICROSTRIP GRID ARRAY ANTENNA WITH BOTH HIGH-GAIN AND WIDEBAND PROPER- TIES Progress In Electromagnetics Research C, Vol. 34, 215 226, 2013 A NOVEL MICROSTRIP GRID ARRAY ANTENNA WITH BOTH HIGH-GAIN AND WIDEBAND PROPER- TIES P. Feng, X. Chen *, X.-Y. Ren, C.-J. Liu, and K.-M. Huang

More information

THERMAL NOISE ANALYSIS OF THE RESISTIVE VEE DIPOLE

THERMAL NOISE ANALYSIS OF THE RESISTIVE VEE DIPOLE Progress In Electromagnetics Research Letters, Vol. 13, 21 28, 2010 THERMAL NOISE ANALYSIS OF THE RESISTIVE VEE DIPOLE S. Park DMC R&D Center Samsung Electronics Corporation Suwon, Republic of Korea K.

More information

SECTOR SYNTHESIS OF ANTENNA ARRAY USING GENETIC ALGORITHM

SECTOR SYNTHESIS OF ANTENNA ARRAY USING GENETIC ALGORITHM 2005-2008 JATIT. All rights reserved. SECTOR SYNTHESIS OF ANTENNA ARRAY USING GENETIC ALGORITHM 1 Abdelaziz A. Abdelaziz and 2 Hanan A. Kamal 1 Assoc. Prof., Department of Electrical Engineering, Faculty

More information

Electromagnetic Interference Reduction Study using a Self-Structuring Antenna

Electromagnetic Interference Reduction Study using a Self-Structuring Antenna Electromagnetic Interference Reduction Study using a Self-Structuring Antenna A. M. Patel (1), E. J. Rothwell* (1), L.C. Kempel (1), and J. E. Ross (2) (1) Department of Electrical and Computer Engineering

More information

The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment

The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment ao-tang Chang 1, Hsu-Chih Cheng 2 and Chi-Lin Wu 3 1 Department of Information Technology,

More information

ON THE OPTIMAL DIMENSIONS OF HELICAL ANTENNA WITH TRUNCATED-CONE REFLECTOR

ON THE OPTIMAL DIMENSIONS OF HELICAL ANTENNA WITH TRUNCATED-CONE REFLECTOR ON THE OPTIMAL DIMENSIONS OF HELICAL ANTENNA WITH TRUNCATED-CONE REFLECTOR Dragan I. Olćan (1), Alenka R. Zajić (2), Milan M. Ilić (1), Antonije R. Djordjević (1) (1) School of Electrical Engineering,

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

1 PERFORMANCE COMPARISION BETWEEN HIGHER-ORDER AND RWG BASIS FUNCTIONS

1 PERFORMANCE COMPARISION BETWEEN HIGHER-ORDER AND RWG BASIS FUNCTIONS 1 PERFORMANCE COMPARISION BETWEEN HIGHER-ORDER AND RWG BASIS FUNCTIONS Two monopoles are mounted on a PEC cylinder oriented along the z axis. The length and radius of the cylinder are 5. m and 1. m, respectively.

More information

Planar Tri-Band Antenna Design

Planar Tri-Band Antenna Design 8 M. POKORNÝ, J. HORÁK, Z. RAIDA, PLANAR TRI-BAND ANTENNA DESIGN Planar Tri-Band Antenna Design Michal POKORNÝ, Jiří HORÁK, Zbyněk RAIDA Dept. of Radio Electronics, Brno University of Technology, Purkyňova

More information

On the Design of CPW Fed Appollian Gasket Multiband Antenna

On the Design of CPW Fed Appollian Gasket Multiband Antenna On the Design of CPW Fed Appollian Gasket Multiband Antenna Raj Kumar and Anupam Tiwari Microwave and MM Wave Antenna Lab., Department of Electronics Engg. DIAT (Deemed University), Girinagar, Pune-411025,

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

Phase-Only Adaptive Nulling with a Genetic Algorithm

Phase-Only Adaptive Nulling with a Genetic Algorithm Phase-Only Adaptive Nulling with a Genetic Algorithm Randy L. Haupt HQ USAFADFBE 2354 Fairchild Dr, Suite 2F6 USAF Academy, CO 80840-6236 719-333-3191 email: hauptrl.dfee@ usafa.af.mil Sue Ellen Haupt

More information

A Directional, Low-Profile Zero-Phase-Shift-Line (ZPSL) Loop Antenna for UHF Near-Field RFID Applications

A Directional, Low-Profile Zero-Phase-Shift-Line (ZPSL) Loop Antenna for UHF Near-Field RFID Applications A Directional, Low-Profile Zero-Phase-Shift-Line (ZPSL) Loop Antenna for UHF Near-Field RFID Applications YunjiaZeng (1), Xianming Qing (1), Zhi Ning Chen (2) (1) Institute for Infocomm Research, Singapore

More information

ANT6: The Half-Wave Dipole Antenna

ANT6: The Half-Wave Dipole Antenna In this lecture, we simplify the space radiating current analysis to include the special (but very important) case of the general wire antenna. Concentrating on results for the half-wave dipole, we demonstrate

More information

Omnidirectional Cylindrical Microstrip Patch Antenna versus Planar Microstrip Antenna - A Parametric Study

Omnidirectional Cylindrical Microstrip Patch Antenna versus Planar Microstrip Antenna - A Parametric Study IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 2, Ver. II (Mar - Apr. 2014), PP 01-07 Omnidirectional Cylindrical Microstrip

More information

Beamforming Techniques at Both Transmitter and Receiver for Indoor Wireless Communication

Beamforming Techniques at Both Transmitter and Receiver for Indoor Wireless Communication Journal of Applied Science and Engineering, Vol. 21, No. 3, pp. 407 412 (2018) DOI: 10.6180/jase.201809_21(3).0011 Beamforming Techniques at Both Transmitter and Receiver for Indoor Wireless Communication

More information

Theory of Helix Antenna

Theory of Helix Antenna Theory of Helix Antenna Tariq Rahim School of Electronic and information, NWPU, Xian china Review on Helix Antenna 1 Introduction The helical antenna is a hybrid of two simple radiating elements, the dipole

More information

Wideband Loaded Wire Bow-tie Antenna for Near Field Imaging Using Genetic Algorithms

Wideband Loaded Wire Bow-tie Antenna for Near Field Imaging Using Genetic Algorithms PIERS ONLINE, VOL. 4, NO. 5, 2008 591 Wideband Loaded Wire Bow-tie Antenna for Near Field Imaging Using Genetic Algorithms S. W. J. Chung, R. A. Abd-Alhameed, C. H. See, and P. S. Excell Mobile and Satellite

More information

Monopole Antennas. Prof. Girish Kumar Electrical Engineering Department, IIT Bombay. (022)

Monopole Antennas. Prof. Girish Kumar Electrical Engineering Department, IIT Bombay. (022) Monopole Antennas Prof. Girish Kumar Electrical Engineering Department, IIT Bombay gkumar@ee.iitb.ac.in (022) 2576 7436 Monopole Antenna on Infinite Ground Plane Quarter-wavelength monopole Antenna on

More information

Numerical Study of Stirring Effects in a Mode-Stirred Reverberation Chamber by using the Finite Difference Time Domain Simulation

Numerical Study of Stirring Effects in a Mode-Stirred Reverberation Chamber by using the Finite Difference Time Domain Simulation Forum for Electromagnetic Research Methods and Application Technologies (FERMAT) Numerical Study of Stirring Effects in a Mode-Stirred Reverberation Chamber by using the Finite Difference Time Domain Simulation

More information

Design and Application of Triple-Band Planar Dipole Antennas

Design and Application of Triple-Band Planar Dipole Antennas Journal of Information Hiding and Multimedia Signal Processing c 2015 ISSN 2073-4212 Ubiquitous International Volume 6, Number 4, July 2015 Design and Application of Triple-Band Planar Dipole Antennas

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

Evolutionary Optimization for the Channel Assignment Problem in Wireless Mobile Network

Evolutionary Optimization for the Channel Assignment Problem in Wireless Mobile Network (649 -- 917) Evolutionary Optimization for the Channel Assignment Problem in Wireless Mobile Network Y.S. Chia, Z.W. Siew, S.S. Yang, H.T. Yew, K.T.K. Teo Modelling, Simulation and Computing Laboratory

More information

6 Radio and RF. 6.1 Introduction. Wavelength (m) Frequency (Hz) Unit 6: RF and Antennas 1. Radio waves. X-rays. Microwaves. Light

6 Radio and RF. 6.1 Introduction. Wavelength (m) Frequency (Hz) Unit 6: RF and Antennas 1. Radio waves. X-rays. Microwaves. Light 6 Radio and RF Ref: http://www.asecuritysite.com/wireless/wireless06 6.1 Introduction The electromagnetic (EM) spectrum contains a wide range of electromagnetic waves, from radio waves up to X-rays (as

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

MANY communication and sensing systems use vertically

MANY communication and sensing systems use vertically IEEE TRANSACTIONS ON ANTENNAS AND PROPAGATION, VOL. 60, NO. 10, OCTOBER 2012 4485 A Wideband, Low Profile, Shorted Top Hat Monocone Antenna Daniel W. Aten, Member,IEEE, and Randy L. Haupt, Fellow, IEEE

More information

Design of a Novel Compact Cup Feed for Parabolic Reflector Antennas

Design of a Novel Compact Cup Feed for Parabolic Reflector Antennas Progress In Electromagnetics Research Letters, Vol. 64, 81 86, 2016 Design of a Novel Compact Cup Feed for Parabolic Reflector Antennas Amir Moallemizadeh 1,R.Saraf-Shirazi 2, and Mohammad Bod 2, * Abstract

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

The Impedance Variation with Feed Position of a Microstrip Line-Fed Patch Antenna

The Impedance Variation with Feed Position of a Microstrip Line-Fed Patch Antenna SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 11, No. 1, February 2014, 85-96 UDC: 621.396.677.5:621.3.011.21 DOI: 10.2298/SJEE131121008S The Impedance Variation with Feed Position of a Microstrip Line-Fed

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

Slotted Multiband PIFA antenna with Slotted Ground Plane for Wireless Mobile Applications

Slotted Multiband PIFA antenna with Slotted Ground Plane for Wireless Mobile Applications I J C T A, 9(2-A), 2016, pp. 711-718 International Science Press Slotted Multiband PIFA antenna with Slotted Ground Plane for Wireless Mobile Applications Layla Wakrim*, Saida Ibnyaich* and Moha M Rabet

More information

ANTENNA INTRODUCTION / BASICS

ANTENNA INTRODUCTION / BASICS Rules of Thumb: 1. The Gain of an antenna with losses is given by: G 0A 8 Where 0 ' Efficiency A ' Physical aperture area 8 ' wavelength ANTENNA INTRODUCTION / BASICS another is:. Gain of rectangular X-Band

More information

Nonlinear Effects in Active Phased Array System Performance

Nonlinear Effects in Active Phased Array System Performance Nonlinear Effects in Active Phased Array System Performance Larry Williams, PhD Director of Product Management ANSYS Inc. 1 Advanced Simulation Simulate the Complete Product Real-life behavior in real-world

More information

Methodology for Designing and Developing a New Ultra-Wideband Antenna Based on Bio-Inspired Optimization Techniques

Methodology for Designing and Developing a New Ultra-Wideband Antenna Based on Bio-Inspired Optimization Techniques ARL-TR-8225 NOV 2017 US Army Research Laboratory Methodology for Designing and Developing a New Ultra-Wideband Antenna Based on Bio-Inspired Optimization Techniques by Canh Ly, Nghia Tran, and Ozlem Kilic

More information

Design and Demonstration of 1-bit and 2-bit Transmit-arrays at X-band Frequencies

Design and Demonstration of 1-bit and 2-bit Transmit-arrays at X-band Frequencies PIERS ONLINE, VOL. 5, NO. 8, 29 731 Design and Demonstration of 1-bit and 2-bit Transmit-arrays at X-band Frequencies H. Kaouach 1, L. Dussopt 1, R. Sauleau 2, and Th. Koleck 3 1 CEA, LETI, MINATEC, F3854

More information

Triangular Patch Antennas for Mobile Radio-Communications Systems

Triangular Patch Antennas for Mobile Radio-Communications Systems Triangular Patch Antennas for Mobile Radio-Communications Systems HECTOR FRAGA-ROSALES, MARIO REYES-AYALA, GENARO HERNANDEZ-VALDEZ, EDGAR ALEJANDRO ANDRADE-GONZALEZ, JOSE RAUL MIRANDA-TELLO, FELIPE ALEJANDRO

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

Overview. Copyright Remcom Inc. All rights reserved.

Overview. Copyright Remcom Inc. All rights reserved. Overview Remcom: Who We Are EM market leader, with innovative simulation and wireless propagation tools since 1994 Broad business base Span Commercial and Government contracting International presence:

More information

ANTENNA INTRODUCTION / BASICS

ANTENNA INTRODUCTION / BASICS ANTENNA INTRODUCTION / BASICS RULES OF THUMB: 1. The Gain of an antenna with losses is given by: 2. Gain of rectangular X-Band Aperture G = 1.4 LW L = length of aperture in cm Where: W = width of aperture

More information

EMP Finite-element Time-domain Electromagnetics

EMP Finite-element Time-domain Electromagnetics EMP Finite-element Time-domain Electromagnetics Field Precision Copyright 2002 PO Box 13595 Albuquerque, New Mexico 87192 U.S.A. Telephone: 505-220-3975 FAX: 505-294-0222 E Mail: techinfo@fieldp.com Internet:

More information

COGNITIVE RADIOS WITH GENETIC ALGORITHMS: INTELLIGENT CONTROL OF SOFTWARE DEFINED RADIOS

COGNITIVE RADIOS WITH GENETIC ALGORITHMS: INTELLIGENT CONTROL OF SOFTWARE DEFINED RADIOS COGNITIVE RADIOS WITH GENETIC ALGORITHMS: INTELLIGENT CONTROL OF SOFTWARE DEFINED RADIOS Thomas W. Rondeau, Bin Le, Christian J. Rieser, Charles W. Bostian Center for Wireless Telecommunications (CWT)

More information

Adaptive Hybrid Channel Assignment in Wireless Mobile Network via Genetic Algorithm

Adaptive Hybrid Channel Assignment in Wireless Mobile Network via Genetic Algorithm Adaptive Hybrid Channel Assignment in Wireless Mobile Network via Genetic Algorithm Y.S. Chia Z.W. Siew A. Kiring S.S. Yang K.T.K. Teo Modelling, Simulation and Computing Laboratory School of Engineering

More information

Miniaturized Antennas for Vehicular Communication Systems

Miniaturized Antennas for Vehicular Communication Systems Miniaturized Antennas for Vehicular Communication Systems Alexandre Chabory (B), Christophe Morlaas, and Bernard Souny ENAC, TELECOM-EMA, 31055 Toulouse, France alexandre.chabory@recherche.enac.fr Abstract.

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

Design and Development of Tapered Slot Vivaldi Antenna for Ultra Wideband Applications

Design and Development of Tapered Slot Vivaldi Antenna for Ultra Wideband Applications Design and Development of Tapered Slot Vivaldi Antenna for Ultra Wideband Applications D. Madhavi #, A. Sudhakar #2 # Department of Physics, #2 Department of Electronics and Communications Engineering,

More information

Design of helical antenna using 4NEC2

Design of helical antenna using 4NEC2 Design of helical antenna using 4NEC2 Lakshmi Kumar 1, Nilay Reddy. K 2, Suprabath. K 3, Puthanial. M 4 Saveetha School of Engineering, Saveetha University, lakshmi.kmr1@gmail.com 1 Abstract an antenna

More information

ENHANCEMENT OF PRINTED DIPOLE ANTENNAS CHARACTERISTICS USING SEMI-EBG GROUND PLANE

ENHANCEMENT OF PRINTED DIPOLE ANTENNAS CHARACTERISTICS USING SEMI-EBG GROUND PLANE J. of Electromagn. Waves and Appl., Vol. 2, No. 8, 993 16, 26 ENHANCEMENT OF PRINTED DIPOLE ANTENNAS CHARACTERISTICS USING SEMI-EBG GROUND PLANE F. Yang, V. Demir, D. A. Elsherbeni, and A. Z. Elsherbeni

More information

Chapter 7 Design of the UWB Fractal Antenna

Chapter 7 Design of the UWB Fractal Antenna Chapter 7 Design of the UWB Fractal Antenna 7.1 Introduction F ractal antennas are recognized as a good option to obtain miniaturization and multiband characteristics. These characteristics are achieved

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

Safety Code 6 (SC6) Measurement Procedures (Uncontrolled Environment)

Safety Code 6 (SC6) Measurement Procedures (Uncontrolled Environment) February 2011 Spectrum Management and Telecommunications Technical Note Safety Code 6 (SC6) Measurement Procedures (Uncontrolled Environment) Aussi disponible en français NT-329 Contents 1.0 Purpose...1

More information

Optimum Coordination of Overcurrent Relays: GA Approach

Optimum Coordination of Overcurrent Relays: GA Approach Optimum Coordination of Overcurrent Relays: GA Approach 1 Aesha K. Joshi, 2 Mr. Vishal Thakkar 1 M.Tech Student, 2 Asst.Proff. Electrical Department,Kalol Institute of Technology and Research Institute,

More information

Comparing Methods for Solving Kuromasu Puzzles

Comparing Methods for Solving Kuromasu Puzzles Comparing Methods for Solving Kuromasu Puzzles Leiden Institute of Advanced Computer Science Bachelor Project Report Tim van Meurs Abstract The goal of this bachelor thesis is to examine different methods

More information

Population Adaptation for Genetic Algorithm-based Cognitive Radios

Population Adaptation for Genetic Algorithm-based Cognitive Radios Population Adaptation for Genetic Algorithm-based Cognitive Radios Timothy R. Newman, Rakesh Rajbanshi, Alexander M. Wyglinski, Joseph B. Evans, and Gary J. Minden Information Technology and Telecommunications

More information

Antenna Array Synthesis for Suppressed Side Lobe Level Using Evolutionary Algorithms

Antenna Array Synthesis for Suppressed Side Lobe Level Using Evolutionary Algorithms Antenna Array Synthesis for Suppressed Side Lobe Level Using Evolutionary Algorithms Ch.Ramesh, P.Mallikarjuna Rao Abstract: - Antenna performance was greatly reduced by the presence of the side lobe level

More information

A Fractal Slot Antenna for Ultra Wideband Applications with WiMAX Band Rejection

A Fractal Slot Antenna for Ultra Wideband Applications with WiMAX Band Rejection Jamal M. Rasool 1 and Ihsan M. H. Abbas 2 1 Department of Electrical Engineering, University of Technology, Baghdad, Iraq 2 Department of Electrical Engineering, University of Technology, Baghdad, Iraq

More information

Evolution of Sensor Suites for Complex Environments

Evolution of Sensor Suites for Complex Environments Evolution of Sensor Suites for Complex Environments Annie S. Wu, Ayse S. Yilmaz, and John C. Sciortino, Jr. Abstract We present a genetic algorithm (GA) based decision tool for the design and configuration

More information

GENETIC ALGORITHM BASED SOLUTION IN PWM CONVERTER SWITCHING FOR VOLTAGE SOURCE INVERTER FEEDING AN INDUCTION MOTOR DRIVE

GENETIC ALGORITHM BASED SOLUTION IN PWM CONVERTER SWITCHING FOR VOLTAGE SOURCE INVERTER FEEDING AN INDUCTION MOTOR DRIVE AJSTD Vol. 26 Issue 2 pp. 45-60 (2010) GENETIC ALGORITHM BASED SOLUTION IN PWM CONVERTER SWITCHING FOR VOLTAGE SOURCE INVERTER FEEDING AN INDUCTION MOTOR DRIVE V. Jegathesan Department of EEE, Karunya

More information

In this lecture, we study the general case of radiation from z-directed spatial currents. The far-

In this lecture, we study the general case of radiation from z-directed spatial currents. The far- In this lecture, we study the general case of radiation from z-directed spatial currents. The far- field radiation equations that result from this treatment form some of the foundational principles of

More information

Analysis of Crack Detection in Metallic and Non-metallic Surfaces Using FDTD Method

Analysis of Crack Detection in Metallic and Non-metallic Surfaces Using FDTD Method ECNDT 26 - We.4.3.2 Analysis of Crack Detection in Metallic and Non-metallic Surfaces Using FDTD Method Faezeh Sh.A.GHASEMI 1,2, M. S. ABRISHAMIAN 1, A. MOVAFEGHI 2 1 K. N. Toosi University of Technology,

More information

Multiband Cross Dipole Antenna Based On the Triangular and Quadratic Fractal Koch Curve

Multiband Cross Dipole Antenna Based On the Triangular and Quadratic Fractal Koch Curve Multiband Cross Dipole Antenna Based On the Triangular and Quadratic Fractal Koch Curve Fawwaz Jinan Jibrael Department of Electrical and Electronic Engineering Communication Division University of Technology

More information

ANALYSIS AND DESIGN OF WIDEBAND PLANAR YAGI- AND BI-YAGI ARRAYS WITH PHOTONIC BAND GAP

ANALYSIS AND DESIGN OF WIDEBAND PLANAR YAGI- AND BI-YAGI ARRAYS WITH PHOTONIC BAND GAP Progress In Electromagnetics Research C, Vol. 19, 15 24, 211 ANALYSIS AND DESIGN OF WIDEBAND PLANAR YAGI- AND BI-YAGI ARRAYS WITH PHOTONIC BAND GAP M. M. Abd-Elrazzak Electronics & Communication Department,

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

FEKO-Based Method for Electromagnetic Simulation of Carcass Wires Embedded in Vehicle Tires

FEKO-Based Method for Electromagnetic Simulation of Carcass Wires Embedded in Vehicle Tires ACES JOURNAL, VOL. 26, NO. 3, MARCH 2011 217 FEKO-Based Method for Electromagnetic Simulation of Carcass Wires Embedded in Vehicle Tires Nguyen Quoc Dinh 1, Takashi Teranishi 1, Naobumi Michishita 1, Yoshihide

More information

ANTENNA THEORY. Analysis and Design. CONSTANTINE A. BALANIS Arizona State University. JOHN WILEY & SONS New York Chichester Brisbane Toronto Singapore

ANTENNA THEORY. Analysis and Design. CONSTANTINE A. BALANIS Arizona State University. JOHN WILEY & SONS New York Chichester Brisbane Toronto Singapore ANTENNA THEORY Analysis and Design CONSTANTINE A. BALANIS Arizona State University JOHN WILEY & SONS New York Chichester Brisbane Toronto Singapore Contents Preface xv Chapter 1 Antennas 1 1.1 Introduction

More information

CHAPTER 5 PRINTED FLARED DIPOLE ANTENNA

CHAPTER 5 PRINTED FLARED DIPOLE ANTENNA CHAPTER 5 PRINTED FLARED DIPOLE ANTENNA 5.1 INTRODUCTION This chapter deals with the design of L-band printed dipole antenna (operating frequency of 1060 MHz). A study is carried out to obtain 40 % impedance

More information

Reflector Antenna, its Mount and Microwave. Absorbers for IIP Radiometer Experiments

Reflector Antenna, its Mount and Microwave. Absorbers for IIP Radiometer Experiments Reflector Antenna, its Mount and Microwave Absorbers for IIP Radiometer Experiments Nakasit Niltawach, and Joel T. Johnson May 8 th, 2003 1 Introduction As mentioned in [1], measurements are required for

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

Rectangular Patch Antenna to Operate in Flame Retardant 4 Using Coaxial Feeding Technique

Rectangular Patch Antenna to Operate in Flame Retardant 4 Using Coaxial Feeding Technique International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 3 (2017) pp. 399-407 Research India Publications http://www.ripublication.com Rectangular Patch Antenna to Operate

More information

HHTEHHH THEORY ANALYSIS AND DESIGN. CONSTANTINE A. BALANIS Arizona State University

HHTEHHH THEORY ANALYSIS AND DESIGN. CONSTANTINE A. BALANIS Arizona State University HHTEHHH THEORY ANALYSIS AND DESIGN CONSTANTINE A. BALANIS Arizona State University JOHN WILEY & SONS, INC. New York Chichester Brisbane Toronto Singapore Contents Preface V CHAPTER 1 ANTENNAS 1.1 Introduction

More information

Integrated Solar Panel Antennas for Small Satellites

Integrated Solar Panel Antennas for Small Satellites Integrated Solar Panel Antennas for Small Satellites Mahmoud N. Mahmoud Department of Electrical and Computer Engineering, Utah State University, Logan Utah 84341, USA Advising Professor: Dr. Reyhan Baktur

More information

FDTD CHARACTERIZATION OF MEANDER LINE ANTENNAS FOR RF AND WIRELESS COMMUNICATIONS

FDTD CHARACTERIZATION OF MEANDER LINE ANTENNAS FOR RF AND WIRELESS COMMUNICATIONS Progress In Electromagnetics Research, PIER 4, 85 99, 999 FDTD CHARACTERIZATION OF MEANDER LINE ANTENNAS FOR RF AND WIRELESS COMMUNICATIONS C.-W. P. Huang, A. Z. Elsherbeni, J. J. Chen, and C. E. Smith

More information

Fundamentals of Antennas. Prof. Ely Levine

Fundamentals of Antennas. Prof. Ely Levine Fundamentals of Antennas Prof. Ely Levine levineel@zahav.net.il 1 Chapter 3 Wire Antennas 2 Types of Antennas 3 Isotropic Antenna Isotropic radiator is the simplest antenna mathematically Radiates all

More information

CS 441/541 Artificial Intelligence Fall, Homework 6: Genetic Algorithms. Due Monday Nov. 24.

CS 441/541 Artificial Intelligence Fall, Homework 6: Genetic Algorithms. Due Monday Nov. 24. CS 441/541 Artificial Intelligence Fall, 2008 Homework 6: Genetic Algorithms Due Monday Nov. 24. In this assignment you will code and experiment with a genetic algorithm as a method for evolving control

More information

Project = An Adventure : Wireless Networks. Lecture 4: More Physical Layer. What is an Antenna? Outline. Page 1

Project = An Adventure : Wireless Networks. Lecture 4: More Physical Layer. What is an Antenna? Outline. Page 1 Project = An Adventure 18-759: Wireless Networks Checkpoint 2 Checkpoint 1 Lecture 4: More Physical Layer You are here Done! Peter Steenkiste Departments of Computer Science and Electrical and Computer

More information

Politecnico di Torino. Porto Institutional Repository

Politecnico di Torino. Porto Institutional Repository Politecnico di Torino Porto Institutional Repository [Proceeding] Integrated miniaturized antennas for automotive applications Original Citation: Vietti G., Dassano G., Orefice M. (2010). Integrated miniaturized

More information

Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II

Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II Smart Grid Reconfiguration Using Genetic Algorithm and NSGA-II 1 * Sangeeta Jagdish Gurjar, 2 Urvish Mewada, 3 * Parita Vinodbhai Desai 1 Department of Electrical Engineering, AIT, Gujarat Technical University,

More information

An electromagnetic topology based simulation for wave propagation through shielded and semi-shielded systems following aperture interactions

An electromagnetic topology based simulation for wave propagation through shielded and semi-shielded systems following aperture interactions Computational Methods and Experimental Measurements XII 6 An electromagnetic topology based simulation for wave propagation through shielded and semi-shielded systems following aperture interactions F.

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

Impact of Interference Model on Capacity in CDMA Cellular Networks

Impact of Interference Model on Capacity in CDMA Cellular Networks SCI 04: COMMUNICATION AND NETWORK SYSTEMS, TECHNOLOGIES AND APPLICATIONS 404 Impact of Interference Model on Capacity in CDMA Cellular Networks Robert AKL and Asad PARVEZ Department of Computer Science

More information

Design and Development of a 2 1 Array of Slotted Microstrip Line Fed Shorted Patch Antenna for DCS Mobile Communication System

Design and Development of a 2 1 Array of Slotted Microstrip Line Fed Shorted Patch Antenna for DCS Mobile Communication System Wireless Engineering and Technology, 2013, 4, 59-63 http://dx.doi.org/10.4236/wet.2013.41009 Published Online January 2013 (http://www.scirp.org/journal/wet) 59 Design and Development of a 2 1 Array of

More information

Full-Wave Analysis of Planar Reflectarrays with Spherical Phase Distribution for 2-D Beam-Scanning using FEKO Electromagnetic Software

Full-Wave Analysis of Planar Reflectarrays with Spherical Phase Distribution for 2-D Beam-Scanning using FEKO Electromagnetic Software Full-Wave Analysis of Planar Reflectarrays with Spherical Phase Distribution for 2-D Beam-Scanning using FEKO Electromagnetic Software Payam Nayeri 1, Atef Z. Elsherbeni 1, and Fan Yang 1,2 1 Center of

More information