...(7) Inset feed locations (y f- -mm) = W/2...(8)

Size: px
Start display at page:

Download "...(7) Inset feed locations (y f- -mm) = W/2...(8)"

Transcription

1 Volume 119 No , ISSN: (on-line version) url: ijpam.eu Patch-Surface Optimization & Design using Genetic Algorithm Yash Vedi,S. Siddhartha, M. Susila,Mitali Gulati, SRM Institute of Science and Technology, Kattankulathur, Chennai, India Abstract:In order to conceptualize unique antennae designs which are otherwise unattainable by conventional approaches, this paper proposes a new method of using Genetic Algorithm to optimize Antenna design. The antennae proposed thereby have 50Ω feed line impedance and operate in a frequency range of 2GHz to 9GHz. The patch surface is divided into a total of 625 cells. The cells are arranged in an array of 25x25, each of which may or may not be radiating for that given antenna. The arrangement of the cells is optimized by using a genetic algorithm which calculates the antenna parameters such as the dimensions of the patch and reflection coefficient. The experimental values were produced to get agreeable results. Keywords:Design Automation;Genetic Algorithm(GA); Patch Antenna; Parallel Computing;Ultra-Wide Band(UWB) 1.Introduction While designing an antenna, extensive and detailed research is needed to identify the kind of environment in which the antenna would operate, the frequency of operation, the amount of power to be delivered, impedance matching, SAR and other parameters. These parameters are important while designing an antenna as they have an influence over antenna performance and complexity. This is followed by using an appropriate software tool to simulate the antenna for the evaluation of antenna performance. Based on this evaluation, the antenna structure is further optimized to get the desired results[1,4,5]. The proposed design process aims at using genetic algorithm for optimizing the surface of a patch antenna. The patch surface is treated as an arrangement of individual cells which may or may not be radiating. The arrangement of cells forms the patch surface. Since there are virtually infinite possible arrangements of cells which can be explored before any reasonably performing patch surface is obtained, a genetic algorithm can explore the design space intuitively and accelerate the overall process. The process begins by calculating the dimensions of the antenna using pre-defined formulae. Followed by computer simulation and design analysis. It is important to mention here that it is entirely possible that the antenna achieved in the end doesn t perform as well as its simulated model. Considering the case of a planar patch antenna, ithasbeen observedthat the size of the effectiveportionofthepatchsurfacethat contributesto effectiveradiation islessascompared tothe size ofentire patch surface-ascalculated usingtheformulae. This implies it is possible to reduce antenna size while at the same time keep the performance at acceptable levels [2,13].Furthermore, ithasbeenobservedthat thedesigncomplexity of such antennaeincreases astherangeofoperational frequencyisincreased,limitingtheirapplicability inuwb frequencyrange[3,7,11].thismeansthat,whileitispossibletoattain smallerandmoreintelligentsurfacedesigns,theyarefarmore complex to realize. There areinnumerabledesignchoicesonecanconsiderbeforedecidingonanoptimalsurface[9,10,12].thispaperex plores onesuchantennadesign. 1.1 Patch design and related parameters Patch antenna or Microstrip patch antenna is one of the most commonly used antenna. It has a wide range of applicability. Most of the modern communication systems such as mobile communication requires a 12593

2 small and low-cost antenna which can be fabricated easily and in bulk. Microstrip patch antenna fits that profile. For satellite communication a circular or square shaped patch may be used. Other applications include GPS tracking devices, manufacturing, logistics, healthcare, remote sensing etc. Microstrip antennae may also be used as Rectennae[14,15]. To design a patch antenna, we have to know the following [14] a) Size of the substrate b) Substrate thickness c) Operational Frequency d) Input impedance Using these, we can find the dimensions of the antenna using the following formulae: - For designing the ground plane, substrate and the patch surface: Resonant frequency(f r )= C 2W r Effective dielectric constant (ε 0 ) =...(1) Effective length (L eff ) (mm) = Length of patch (L-mm) = εr εr C 2f r ε h1 W (2)...(3) ( W h h 1 ) L eff 2h 0.412(ε ) 1 (ε )( W + 0.8) h 1 Length of ground plane (L g- -mm) = 6h+ L...(5) Width of ground plane (W g -mm) = 6h + W...(6) Inset feed locations (x f- -mm) = 2 ε0...(7) Inset feed locations (y f- -mm) = W/2...(8) L...(4) For designing the microstrip feed line: The input impedance(z o ) is usually 50 ohm

3 The width of the micrsoft feed line (W f )Z o = 60 ε 0 ln [ 8h w 0 + w 0 4h ] 1.2Genetic Algorithm = εreff Wo h, 120π ln Wo h for Wo <=1...(9A) h for Wo >1...(9B) h Different from most of the traditional optimization methods, the genetic algorithm tries to replicate the natural process of evolution[6,8]. Every organism in the present world is a direct product of evolutionary process that guided its ancestors ever since the inception of living creatures. Biologically, organisms can be made of single or multiple cells. Each cell has a specific function, which it derives from the genetic information stored in the nucleus called genes. Genes store a sequence of purines and pyrimidines which dictate the formation of different parts of the cells and ultimately the complete organism. Genes are stored in the form of chromosomes. These chromosomes are passed from parent organism to its progeny. It stands to reason that fitter individuals are favoured by nature and they are allowed to leave progeny and there by ensure the survival of their species. The genetic algorithm makes use of the design space as genetic space[1]. Chromosomes define the different parameters of an antenna. Effectively establishing a basis for simulation. Furthermore, fitness of each individual -in this case antenna-can be calculated by a function called fitness function. After finding the fitness of each individual in the population, parents are selected and next generation of individuals are created. The genetic algorithm requiresthe followingparameters i. Population size - total number of individuals per generation ii. Fitness function - evaluation function used to calculate the fitness of an individual iii. Selection function - method by which parents are selected from the generation iv. Crossover function - method using which the crossover of chromosomes is performed v. Crossover probability - defines how much of parent genetic material is inherited by the offspring vi. Mutation function - defines how the genetic material is mutated vii. Mutation rate - defines the number of mutation introduced over time Figure 1-Chromosome and DNA [1] 12595

4 2.Proposed work In order to obtain optimal surface design, the patch surface is divided into 625 cells by using a grid of 25x25. This brings the size of each cell as1.189x0.9 sq. mm. This surface is initialized using a random binary matrix as seen in Figure 2. Figure 2 Random Binary Matrix for initial population Every position with Boolean one is placed as a radiating surface on the substrate. The feed, substrate and partial ground plane is kept consistent for every antenna of a particular generation. Feed, patch surface and the ground plane are initialized as perfect electrical conductor(pec) material. The substrate is made of FR-4. The excitation signal is gaussian with a frequency of 5.5GHz. Figure 3 Showing 5 Antennae from 1st generation By using a simulation tool, each individual of the population is simulated and evaluated for its fitness.the fitness is evaluated based on the cost function given below: Cost= N i=1 s 11 i f i N...(10) 12596

5 Where s 11 i is the magnitudeofthereflection coefficient, f i is Figure 4 Back view showing ground plane the sample frequency in UWB band and N is the number of samples taken for the given frequency range. This is followed by ranking and roulette selection of parents.before crossover the binary matrix is converted to a linear binary array. The crossover method used is Uniform Binary Crossover. In order to favour the evolution of better performing antennae, only 50% of the parents are allowed to create progeny. This also means that there are 25 pairs of parents available for crossover. Each parent pair performs crossover twice, creating 4 individuals for the next generation.thus, restoring the generation size back to 100. The total number of generations is 48. The crossover probability is 100%. And mutation probability is 10%. This process is repeated until 48 generations of antennae have been evaluated. A good indicator to check the convergence of the genetic algorithm is to lookat the change in fitness level each generation. 2.1 Antenna Designs and Simulation Graphs Figure 5 Optimized antennae as seen in generation 48 Given below are some of the simulation results from generation 1 and generation 48. These graphs show how the surface design is different between these two generations and how the antenna performance has been affected. Figure 6 Design of Antenna 83 and its Reflection Coefficient - Generation

6 Figure 7 Design of Antenna 9 and its Reflection Coefficient - Generation 1 In figure 6 and figure 7, it is clear to observe that the antennae fail to perform. For the entire UWB the reflection coefficient is almost 0 and not even close to the -10dB line. Only certain high order harmonics show abrupt changes in performance. Figure 8 Design of Antenna 17 and its Reflection Coefficient - Generation

7 Figure 9 Design of Antenna 18 and its Reflection Coefficient - Generation 48 The antenna surfaces as seen in figures 8 and 9, still appear to have a highly irregular shape. However, the reflection coefficient is well over the -10dB mark for most of the UWB frequency range. 2.2 Results A clear understanding can be derived by comparing the average fitness levels of individuals in generation 1 vs the fitness in generation 48. Figure 10 Fitness Generation

8 Figure 11 Fitness Generation 48 In generation 1 the average fitness of individuals is about while the average fitness of individuals in generation 48 is It stands to reason that while most antennae structure appear to be irregularly shaped, the change in the average fitness of the individuals from generation 1 to generation 48 is indicative of an optimized patch surface. The genetic algorithm has successfully created a population of antennae which have high performance over the ultra-wide band frequency range. 3. Conclusion TheaforementionedantennadesignhasbeenoptimizedbytheGeneticAlgorithm scodeusingavisualbasicscript writerandthevbacodecompletelyautomatingthesimulation toolrenderingandcalculationsubroutinethussimplifyingthe process. Post o ptimi zation, theresultsobtainedbythealgorithmi.e.thereflectioncoefficientstimulationversus thefrequencyrangehasshowngoodmatchingin Ultra-WideBand presence andhighlightthepotentialofthegeneticalgorithm in speeding updesign processwithlittledownside intermsof performancein simulations References [1]Shibaji C, anduddipan M.,2010. Microstrip Patch antenna optimization using Genetic Algortihms. International Conference on Computer & Communication Technology. [2] Mohammed L., Abdelouahab El Hamichi, M. Boussouis, Naima A and Taj-eddinElhamadi, Genetic algorithm optimization for microstrip patch antenna miniaturization. Progress in Electromagnetics Research Letters (Vol. 60, pp ) [3] B. Fette, Cognitive Radio Technology, Academic press edition, Elsevier Icn. [4] J.M. Johnson and YahyaRahmat-samii, Genetic algorithm optimization and its applications to antenna design. Antennas and Propagation Society International Symposium, AP-S Digest (pp ) 12600

9 [5] G.S.Hornby and AL Globus,2004. Automated antenna design with evolutionary algorithm. Antennas and Propagation Society International Symposium. IEEE 3, [6] J. M. J. W. Jayasinghe and D. N. U, Design of dual band patch antennas for cellular communications by genetic algorithm optimization. International Journal of Engineering and Technology. (pp ) [7] JeevaniJayasinghe, J. Anguera, D. Uduwawala, September Genetic Algorithm Optimization of a High-Directivity Microstrip Patch Antenna Having a Rectangular Profile. Radio Engineering (Vol. 22, No.3, pp ) [8] NikolayTelzhensky and Yehuda Leviatan, August Novel Method of UWB Antenna Optimization for Specified Input Signal Forms by Means of Genetic Algorithm. IEEE transactions on antenna and propagation (Vol. 54, No.8, pp ) [9] S. Santarelli, Tian-Li Yu, David E. G., E. Altshuler, T.O Donnell,H. Southhall and R. Mailloux, Military antenna design using simple and competent genetic algorithms. Mathematical and Computer Modelling, Elsevier (pp ) [10]Stylianos C., Panagiotou, Stelios C. A. Thomopoulos and C.N. Capsalis, Genetic algorithms in Antennas and Smart Antennas Design Overview: Two Novel Antenna Systems for Triband GNSS Applications and a Circular Switched Parasitic Array for WiMax Applications Developments with the Use of Genetic Algorithms. International Journal of Antennas and Propagation Hindave Publishing Corporation (Vol 2014, Artl. Id ) [11]Werner W., G. Adamiuk and C.Strum, Basic Properties and Design Principles of UWB Antennas. Proceedings of the IEEE (Vol.97, No. 2, pp ) [12]GZ. Altman, R. Mittra and A. Boag, Oct New designs of ultra-wide-bandcommunication antennas using a genetic algorithm, IEEE Transactionson Antennas and Propagation (vol. 45, no. 10, pp ) [13]F. Guichi and M. Challal, February Ultra-Wideband Microstrip Patch AntennaDesign using a Modified Partial Ground Plane IEEE - 7th Seminaron Detection Systems: Architectures and Technologies (DAT 2017,20-22, Algiers, Algeria). [14] C.A. Balanis, Antenna Theory: Analysis and Design.WileyPublications. [15] Indrasen Singh and V.S.Tripathi Microstrip Patch Antenna and its Applications: A Survey. IJCTA(Vol 2, No.5 pp ) 12601

10 12602

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

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

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

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

Circular Patch Antenna with CPW fed and circular slots in ground plane.

Circular Patch Antenna with CPW fed and circular slots in ground plane. Circular Patch Antenna with CPW fed and circular slots in ground plane. Kangan Saxena, USICT, Guru Gobind Singh Indraprastha University, Delhi-75 ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

5. CONCLUSION AND FUTURE WORK

5. CONCLUSION AND FUTURE WORK 128 5. CONCLUSION AND FUTURE WORK 5.1 CONCLUSION The MIMO systems are capable of increasing the channel capacity and reliability of wireless channels without increasing the system bandwidth and transmitter

More information

A COMPACT MULTIBAND MONOPOLE ANTENNA FOR WLAN/WIMAX APPLICATIONS

A COMPACT MULTIBAND MONOPOLE ANTENNA FOR WLAN/WIMAX APPLICATIONS Progress In Electromagnetics Research Letters, Vol. 23, 147 155, 2011 A COMPACT MULTIBAND MONOPOLE ANTENNA FOR WLAN/WIMAX APPLICATIONS Z.-N. Song, Y. Ding, and K. Huang National Key Laboratory of Antennas

More information

CHAPTER 5 ANALYSIS OF MICROSTRIP PATCH ANTENNA USING STACKED CONFIGURATION

CHAPTER 5 ANALYSIS OF MICROSTRIP PATCH ANTENNA USING STACKED CONFIGURATION 1 CHAPTER 5 ANALYSIS OF MICROSTRIP PATCH ANTENNA USING STACKED CONFIGURATION 5.1 INTRODUCTION Rectangular microstrip patch with U shaped slotted patch is stacked, Hexagonal shaped patch with meander patch

More information

Development and Design of Compact Antenna on Seven Segment Pattern

Development and Design of Compact Antenna on Seven Segment Pattern Development and Design of Compact Antenna on Seven Segment Pattern Vimal Kriti, Abhinav Abhishek, Tanushree Bose Roy Sikkim manipal institute of technology contact_tanushree@rediffmail.com, 09474651056

More information

Dual Feed Microstrip Patch Antenna for Wlan Applications

Dual Feed Microstrip Patch Antenna for Wlan Applications IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 5, Ver. I (Sep - Oct.2015), PP 01-05 www.iosrjournals.org Dual Feed Microstrip

More information

Design of 2 1 Square Microstrip Antenna Array

Design of 2 1 Square Microstrip Antenna Array International Journal of Engineering and Manufacturing Science. ISSN 2249-3115 Volume 8, Number 1 (2018) pp. 89-94 Research India Publications http://www.ripublication.com Design of 2 1 Square Microstrip

More information

Inset Fed Microstrip Patch Antenna for X-Band Applications

Inset Fed Microstrip Patch Antenna for X-Band Applications Inset Fed Microstrip Patch Antenna for X-Band Applications Pradeep H S Dept.of ECE, Siddaganga Institute of Technology, Tumakuru, Karnataka. Abstract Microstrip antennas play an important role in RF Communication.

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

Design of Microstrip Array Antenna for WiMAX and Ultra-Wideband Applications

Design of Microstrip Array Antenna for WiMAX and Ultra-Wideband Applications Design of Microstrip Array Antenna for WiMAX and Ultra-Wideband Applications 1. Abhishek Awasthi, 2. Mrs. Garima Saini 1. Student, ME (Modular), Department of Electronics and Communication Engineering

More information

Single, Dual and Tri-Band-Notched Ultrawideband (UWB) Antenna Using Metallic Strips

Single, Dual and Tri-Band-Notched Ultrawideband (UWB) Antenna Using Metallic Strips Single, Dual and Tri-Band-Notched Ultrawideband (UWB) Antenna Using Metallic Strips Vivek M. Nangare 1, Krushna A. Munde 2 M.E. Students, MBES College of Engineering, Ambajogai, India 1, 2 ABSTRACT: In

More information

Optimum Design of a Probe Fed Dual Frequency Patch Antenna Using Genetic Algorithm

Optimum Design of a Probe Fed Dual Frequency Patch Antenna Using Genetic Algorithm Optimum Design of a Probe Fed Dual Frequency Patch Antenna Using Genetic Algorithm Q. Lu, E. Korolkiewicz, S. Danaher, Z. Ghassemlooy and A. Sambell NCRLab, School of Computing, Engineering and Information

More information

PYTHAGORAS TREE: A FRACTAL PATCH ANTENNA FOR MULTI-FREQUENCY AND ULTRA-WIDE BAND- WIDTH OPERATIONS

PYTHAGORAS TREE: A FRACTAL PATCH ANTENNA FOR MULTI-FREQUENCY AND ULTRA-WIDE BAND- WIDTH OPERATIONS Progress In Electromagnetics Research C, Vol. 16, 25 35, 2010 PYTHAGORAS TREE: A FRACTAL PATCH ANTENNA FOR MULTI-FREQUENCY AND ULTRA-WIDE BAND- WIDTH OPERATIONS A. Aggarwal and M. V. Kartikeyan Department

More information

SIERPINSKI CARPET FRACTAL ANTENNA ARRAY USING MITERED BEND FEED NETWORK FOR MULTI-BAND APPLICATIONS

SIERPINSKI CARPET FRACTAL ANTENNA ARRAY USING MITERED BEND FEED NETWORK FOR MULTI-BAND APPLICATIONS SIERPINSKI CARPET FRACTAL ANTENNA ARRAY USING MITERED BEND FEED NETWORK FOR MULTI-BAND APPLICATIONS D. Prabhakar 1, P. Mallikarjuna Rao 2 and M. Satyanarayana 3 1 Department of Electronics and Communication

More information

COMPACT FRACTAL MONOPOLE ANTENNA WITH DEFECTED GROUND STRUCTURE FOR WIDE BAND APPLICATIONS

COMPACT FRACTAL MONOPOLE ANTENNA WITH DEFECTED GROUND STRUCTURE FOR WIDE BAND APPLICATIONS COMPACT FRACTAL MONOPOLE ANTENNA WITH DEFECTED GROUND STRUCTURE FOR WIDE BAND APPLICATIONS 1 M V GIRIDHAR, 2 T V RAMAKRISHNA, 2 B T P MADHAV, 3 K V L BHAVANI 1 M V REDDIAH BABU, 1 V SAI KRISHNA, 1 G V

More information

Design and Analysis of Effect of Parasitic Patch on Fracta Antenna

Design and Analysis of Effect of Parasitic Patch on Fracta Antenna International Journal of Electronics and Computer Science Engineering 686 Available Online at www.ijecse.org ISSN: 2277-1956 Design and Analysis of Effect of Parasitic Patch on Fracta Antenna Akhilesh

More information

A COMPACT UWB MONOPOLE ANTENNA WITH WIMAX AND WLAN BAND REJECTIONS

A COMPACT UWB MONOPOLE ANTENNA WITH WIMAX AND WLAN BAND REJECTIONS Progress In Electromagnetics Research Letters, Vol. 31, 159 168, 2012 A COMPACT UWB MONOPOLE ANTENNA WITH WIMAX AND WLAN BAND REJECTIONS S-M. Zhang *, F.-S. Zhang, W.-Z. Li, T. Quan, and H.-Y. Wu National

More information

Wideband Gap Coupled Microstrip Antenna using RIS Structure

Wideband Gap Coupled Microstrip Antenna using RIS Structure Wideband Gap Coupled Microstrip Antenna using RIS Structure Pallavi Bhalekar 1 and L.K. Ragha 2 1 Electronics and Telecommunication, Mumbai University, Mumbai, Maharashtra, India 2 Electronics and Telecommunication,

More information

A Compact Dual Band-Notched Ultrawideband Antenna with λ/4 Stub and Open Slots

A Compact Dual Band-Notched Ultrawideband Antenna with λ/4 Stub and Open Slots Progress In Electromagnetics Research C, Vol. 49, 133 139, 2014 A Compact Dual Band-Notched Ultrawideband Antenna with λ/4 Stub and Open Slots Jian Ren * and Yingzeng Yin Abstract A novel compact UWB antenna

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

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

Design and Simulation of Microstrip Rectangular Patch Antenna for Bluetooth Application

Design and Simulation of Microstrip Rectangular Patch Antenna for Bluetooth Application Design and Simulation of Microstrip Rectangular Patch Antenna for Bluetooth Application Tejal B. Tandel, Nikunj Shingala Abstract A design of small sized, low profile patch antenna is proposed for BLUETOOTH

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

Rupender Kaur 1, Navpreet Kaur 2 1,2 ECE Department, Punjab Technical University, Punjab. IJRASET 2015: All Rights are Reserved

Rupender Kaur 1, Navpreet Kaur 2 1,2 ECE Department, Punjab Technical University, Punjab. IJRASET 2015: All Rights are Reserved Analysis of Multiband Patch Antenna Using Coaxial Feed and Microstrip Line Feed Rupender Kaur 1, Navpreet Kaur 2 1,2 ECE Department, Punjab Technical University, Punjab Abstract- In this paper the analysis

More information

Ultra Wideband Slotted Microstrip Patch Antenna for Downlink and Uplink Satellite Application in C band

Ultra Wideband Slotted Microstrip Patch Antenna for Downlink and Uplink Satellite Application in C band International Journal of Innovation and Applied Studies ISSN 2028-9324 Vol. 3 No. 3 July 2013, pp. 680-684 2013 Innovative Space of Scientific Research Journals http://www.issr-journals.org/ijias/ Ultra

More information

Ultra-Wideband Patch Antenna for K-Band Applications

Ultra-Wideband Patch Antenna for K-Band Applications TELKOMNIKA Indonesian Journal of Electrical Engineering Vol. x, No. x, July 214, pp. 1 5 DOI: 1.11591/telkomnika.vXiY.abcd 1 Ultra-Wideband Patch Antenna for K-Band Applications Umair Rafique * and Syed

More information

Design and Improved Performance of Rectangular Micro strip Patch Antenna for C Band Application

Design and Improved Performance of Rectangular Micro strip Patch Antenna for C Band Application RESEARCH ARTICLE OPEN ACCESS Design and Improved Performance of Rectangular Micro strip Patch Antenna for C Band Application Vinay Jhariya*, Prof. Prashant Jain** *(Department of Electronics & Communication

More information

Comparison of Return Loss for the Microstrip U-Slot Antennas for Frequency Band 5-6 Ghz

Comparison of Return Loss for the Microstrip U-Slot Antennas for Frequency Band 5-6 Ghz Comparison of Return Loss for the Microstrip U-Slot Antennas for Frequency Band 5-6 Ghz Sukhbir Kumar 1, Dinesh Arora 2, Hitender Gutpa 3 1 Department of ECE, Swami Devi Dyal Institute of Engineering and

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

Ultra Wideband MIMO Notched Antenna for WLAN and Mobile Applications

Ultra Wideband MIMO Notched Antenna for WLAN and Mobile Applications Volume 118 No. 9 2018, 929-934 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Ultra Wideband MIMO Notched Antenna for WLAN and Mobile Applications

More information

Design and Analysis of Microstrip Patch Antenna Array using Different Substrates for X-Band Applications

Design and Analysis of Microstrip Patch Antenna Array using Different Substrates for X-Band Applications Design and Analysis of Microstrip Patch Antenna Array using Different Substrates for X-Band Applications Madhukant Patel Reve Automation, Gandhinagar, Gujrat and PhD Scholar, Orcid Id: 0000-0001-8599-6801

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

Design and Analysis of 28 GHz Millimeter Wave Antenna Array for 5G Communication Systems

Design and Analysis of 28 GHz Millimeter Wave Antenna Array for 5G Communication Systems Journal of Science Technology Engineering and Management-Advanced Research & Innovation ISSN 2581-4982 Vol. 1, Issue 3, August 2018 Design and Analysis of 28 GHz Millimeter Wave Antenna Array for 5G Communication

More information

DESIGN OF DUAL BAND NOTCHED ULTRA WIDEBAND ANTENNA USING (U-W) SHAPED SLOTS

DESIGN OF DUAL BAND NOTCHED ULTRA WIDEBAND ANTENNA USING (U-W) SHAPED SLOTS DESIGN OF DUAL BAND NOTCHED ULTRA WIDEBAND ANTENNA USING (U-W) SHAPED SLOTS Mohammed Shihab Ahmed, Md Rafiqul Islam, and Sheroz Khan Department of Electrical and Computer Engineering, International Islamic

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

Micro-strip line feed I shaped slot Antenna with finite slotted ground plane for Return Loss enhancement

Micro-strip line feed I shaped slot Antenna with finite slotted ground plane for Return Loss enhancement Micro-strip line feed I shaped slot Antenna with finite slotted ground plane for Return Loss enhancement Poonam Rajput 1, Prof. Prateek Wankhade 2 Abstract An I shaped slot antenna with finite slotted

More information

Design of Reconfigurable Rectangular Patch Antenna using PIN Diode

Design of Reconfigurable Rectangular Patch Antenna using PIN Diode International Journal of Electrical Sciences & Engineering (IJESE) Online ISSN: 2455 6068; Volume 1, Issue 1; January 2016 pp. 68-73 Dayananda Sagar College of Engineering, Bengaluru-78 Design of Reconfigurable

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

Effect of Height on Edge Tapered Rectangular Patch Antenna using Parasitic Stubs and Slots

Effect of Height on Edge Tapered Rectangular Patch Antenna using Parasitic Stubs and Slots Effect of Height on Edge Tapered Rectangular Patch Antenna using Parasitic Stubs and Slots Gurpreet Kaur #1, Er. Sonia Goyal #2 M. tech student, Departmentof electronics and communication engineering,

More information

Broadband Circular Polarized Antenna Loaded with AMC Structure

Broadband Circular Polarized Antenna Loaded with AMC Structure Progress In Electromagnetics Research Letters, Vol. 76, 113 119, 2018 Broadband Circular Polarized Antenna Loaded with AMC Structure Yi Ren, Xiaofei Guo *,andchaoyili Abstract In this paper, a novel broadband

More information

Microstrip Patch Antenna with Fractal Defected Ground Structure for Emergency Management

Microstrip Patch Antenna with Fractal Defected Ground Structure for Emergency Management Microstrip Patch Antenna with Fractal Defected Ground Structure for Emergency Management Sushil Kakkar 1, T. S. Kamal 2, A. P. Singh 3 ¹Research Scholar, Electronics Engineering, IKGPTU, Jalandhar, Punjab,

More information

Gain Enhancement of Pyramidal Horn Antenna using EBG Technique

Gain Enhancement of Pyramidal Horn Antenna using EBG Technique International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2015INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Sheelu

More information

Compact UWB Planar Antenna with Triple Band EMI Reduction Characteristics for WiMAX/WLAN/X-Band Satellite Downlink Frequency

Compact UWB Planar Antenna with Triple Band EMI Reduction Characteristics for WiMAX/WLAN/X-Band Satellite Downlink Frequency Progress In Electromagnetics Research M, Vol. 1, 13 131, 17 Compact UWB Planar Antenna with Triple Band EMI Reduction Characteristics for WiMAX/WLAN/X-Band Satellite Downlink Frequency Priyanka Usha *

More information

Design and Simulation of E-shape Fractal Antenna for Multiband Wireless Applications

Design and Simulation of E-shape Fractal Antenna for Multiband Wireless Applications ISSN No: 2454-9614 Design and Simulation of E-shape Fractal Antenna for Multiband Wireless Applications S.Valarmathy, P.Ramya *, M.Gunavathi Department Of ECE Bannari Amman Institute of Technology, Sathyamangalam,Tamilnadu,India

More information

DESIGN OF A NOVEL MICROSTRIP-FED DUAL-BAND SLOT ANTENNA FOR WLAN APPLICATIONS

DESIGN OF A NOVEL MICROSTRIP-FED DUAL-BAND SLOT ANTENNA FOR WLAN APPLICATIONS Progress In Electromagnetics Research Letters, Vol. 13, 75 81, 2010 DESIGN OF A NOVEL MICROSTRIP-FED DUAL-BAND SLOT ANTENNA FOR WLAN APPLICATIONS S. Gai, Y.-C. Jiao, Y.-B. Yang, C.-Y. Li, and J.-G. Gong

More information

DRAFT. Design and Measurements of a Five Independent Band Patch Antenna for Different Wireless Applications

DRAFT. Design and Measurements of a Five Independent Band Patch Antenna for Different Wireless Applications 1 Design and Measurements of a Five Independent Band Patch Antenna for Different Wireless Applications Hattan F. AbuTarboush *(1), Karim M. Nasr (2), R. Nilavalan (1), H. S. Al-Raweshidy (1) and Martin

More information

Design and Analysis of Dual Band Star Shape Slotted Patch Antenna

Design and Analysis of Dual Band Star Shape Slotted Patch Antenna Design and Analysis of Dual Band Star Shape Slotted Patch Antenna Souheyla S. Ferouani 1, Zhor Z. Bendahmane 1, Abdelmalik A. Taleb Ahmed 2 Abstract This article proposes a new dual-band patch antenna

More information

A Review- Microstrip Patch Antenna Design

A Review- Microstrip Patch Antenna Design A Review- Microstrip Patch Antenna Design Gurpreet Kaur 1, Er. Sonia Goyal 2 1, 2 (Department of Electronics and Communication Engineering/ Punjabi university patiala, India) ABSTRACT : Micro strip patch

More information

DESIGN OF MICROSTRIP RECTANGULAR PATCH ANTENNA FOR CANCER DETECTION

DESIGN OF MICROSTRIP RECTANGULAR PATCH ANTENNA FOR CANCER DETECTION International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 13, December 2018, pp. 935 941, Article ID: IJMET_09_13_098 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=13

More information

Miniaturization of Microstrip Patch Antenna for Mobile Application

Miniaturization of Microstrip Patch Antenna for Mobile Application Miniaturization of Microstrip Patch Antenna for Mobile Application Amit Rakholiya 1, prof. Namrata Langhnoja 2, Akash Dungrani 3 1P.G. student, Department of Communication System Engineering, L.D.C.E.,

More information

International Journal for Research in Applied Science & Engineering Technology (IJRASET) Feed line calculations of microstrip antenna

International Journal for Research in Applied Science & Engineering Technology (IJRASET) Feed line calculations of microstrip antenna Feed line calculations of microstrip antenna Bekimetov Alisher 1, Zaripov Fazilbek 2 Urganch branch of Tashkent University of Information Technologies, Nukus branch of Tashkent University of Information

More information

DESIGN AND STUDY OF INSET FEED SQUARE MICROSTRIP PATCH ANTENNA FOR S-BAND APPLICATION

DESIGN AND STUDY OF INSET FEED SQUARE MICROSTRIP PATCH ANTENNA FOR S-BAND APPLICATION DESIGN AND STUDY OF INSET FEED SQUARE MICROSTRIP PATCH ANTENNA FOR S-BAND APPLICATION 1 Priya Upadhyay, 2 Richa Sharma 1 M-tech Electronics and Communication, Department of ECE, Ajay Kumar Garg Engineering

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

CREATING THREE DUAL ISOSCELES TRIANGULAR SLOTS ON THE PATCH AND BANDWIDTH ENHANCEMENT FOR SLOTTED METAMATERIAL MICROSTRIP PATCH ANTENNA

CREATING THREE DUAL ISOSCELES TRIANGULAR SLOTS ON THE PATCH AND BANDWIDTH ENHANCEMENT FOR SLOTTED METAMATERIAL MICROSTRIP PATCH ANTENNA CREATING THREE DUAL ISOSCELES TRIANGULAR SLOTS ON THE PATCH AND BANDWIDTH ENHANCEMENT FOR SLOTTED METAMATERIAL MICROSTRIP PATCH ANTENNA BUDIPUTI ANITHA PRAVALLI, M. Tech, ASSISTANT PROFESSOR SRK INSTITUTE

More information

DUAL BAND L-SHAPED MICROSTRIP PATCH ANTENNA FOR 5/9 GHZ

DUAL BAND L-SHAPED MICROSTRIP PATCH ANTENNA FOR 5/9 GHZ http:// DUAL BAND L-SHAPED MICROSTRIP PATCH ANTENNA FOR 5/9 GHZ Meenaxi 1, Pavan Kumar Shukla 2 1 Department of Electronics and Communication Engineering, Shri Venkateshwara University, Gajrola, U.P. (India)

More information

Investigation on Octagonal Microstrip Antenna for RADAR & Space-Craft applications

Investigation on Octagonal Microstrip Antenna for RADAR & Space-Craft applications International Journal of Scientific & Engineering Research, Volume 2, Issue 11, November-2011 1 Investigation on Octagonal Microstrip Antenna for RADAR & Space-Craft applications Krishan Kumar, Er. Sukhdeep

More information

CHAPTER 3 METHODOLOGY AND SOFTWARE TOOLS

CHAPTER 3 METHODOLOGY AND SOFTWARE TOOLS CHAPTER 3 METHODOLOGY AND SOFTWARE TOOLS Microstrip Patch Antenna Design In this chapter, the procedure for designing of a rectangular microstrip patch antenna is described. The proposed broadband rectangular

More information

Wide Slot Antenna with Y Shape Tuning Element for Wireless Applications

Wide Slot Antenna with Y Shape Tuning Element for Wireless Applications Progress In Electromagnetics Research M, Vol. 59, 45 54, 2017 Wide Slot Antenna with Y Shape Tuning Element for Wireless Applications Bhupendra K. Shukla *, Nitesh Kashyap, and Rajendra K. Baghel Abstract

More information

DESIGN OF SLOTTED RECTANGULAR PATCH ARRAY ANTENNA FOR BIOMEDICAL APPLICATIONS

DESIGN OF SLOTTED RECTANGULAR PATCH ARRAY ANTENNA FOR BIOMEDICAL APPLICATIONS DESIGN OF SLOTTED RECTANGULAR PATCH ARRAY ANTENNA FOR BIOMEDICAL APPLICATIONS P.Hamsagayathri 1, P.Sampath 2, M.Gunavathi 3, D.Kavitha 4 1, 3, 4 P.G Student, Department of Electronics and Communication

More information

DUAL BAND MONOPOLE ANTENNA FOR WLAN/WIMAX APPLICATIONS

DUAL BAND MONOPOLE ANTENNA FOR WLAN/WIMAX APPLICATIONS Rev. Roum. Sci. Techn. Électrotechn. et Énerg. Vol. 63, 3, pp. 283 288, Bucarest, 2018 Électronique et transmission de l information DUAL BAND MONOPOLE ANTENNA FOR WLAN/WIMAX APPLICATIONS BIPLAB BAG 1,

More information

MICROSTRIP PATCH ANTENNA PERFORMANCE IMPROVEMENT FOR 2.45 GHz APPLICATIONS

MICROSTRIP PATCH ANTENNA PERFORMANCE IMPROVEMENT FOR 2.45 GHz APPLICATIONS INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 MICROSTRIP PATCH ANTENNA PERFORMANCE IMPROVEMENT FOR 2.45 GHz APPLICATIONS Bashar B. Qas Elias 1, Hussein Mohammed

More information

BANDWIDTH ENHANCED MICROSTRIP PATCH ANTENNA FOR UWB APPLICATIONS

BANDWIDTH ENHANCED MICROSTRIP PATCH ANTENNA FOR UWB APPLICATIONS DOI: 10.21917/ijme.2019.01116 BANDWIDTH ENHANCED MICROSTRIP PATCH ANTENNA FOR UWB APPLICATIONS V. Bhanumathi 1 and S. Swathi 2 Department of Electronics and Communication Engineering, Anna University Regional

More information

Dual Band Fractal Antenna Design For Wireless Application

Dual Band Fractal Antenna Design For Wireless Application Computer Engineering and Applications Vol. 5, No. 3, October 2016 O.S Zakariyya 1, B.O Sadiq 2, A.A Olaniyan 3 and A.F Salami 4 Department of Electrical and Electronics Engineering, University of Ilorin,

More information

International Journal of Microwaves Applications Available Online at

International Journal of Microwaves Applications Available Online at ISSN 2320 2599 Volume 4, No.1, January - February 2015 Shilpa K Jose et al., International Journal of Microwaves Applications, 4(1), January - February 2015, 06-10 International Journal of Microwaves Applications

More information

Design of Rectangular-Cut Circular Disc UWB Antenna with Band-Notched Characteristics

Design of Rectangular-Cut Circular Disc UWB Antenna with Band-Notched Characteristics Design of Rectangular-Cut Circular Disc UWB Antenna with Band-Notched Characteristics Swapnil Thorat PICT, Pune-411043,India Email:swapnil.world01@gmail.com Raj Kumar DIAT (Deemed University), Girinagar,

More information

DESIGN AND DEVELOPMENT OF MICROSTRIP PATCH ANTENNA

DESIGN AND DEVELOPMENT OF MICROSTRIP PATCH ANTENNA DESIGN AND DEVELOPMENT OF MICROSTRIP PATCH ANTENNA ABSTRACT Aishwarya Sudarsan and Apeksha Prabhu Department of Electronics and Communication Engineering, NHCE, Bangalore, India A Microstrip Patch Antenna

More information

An overview of Broadband and Miniaturization Techniques of Microstrip Patch Antenna

An overview of Broadband and Miniaturization Techniques of Microstrip Patch Antenna An overview of Broadband and Miniaturization Techniques of Microstrip Patch Antenna Tej Raj Assistant Professor DBIT Dehradun, Himanshu Saini Assistant Professor DBIT Dehradun, Arjun Singh Assistant Professor

More information

CONSIDERATION OF MUTUAL COUPLING IN A MICROSTRIP PATCH ARRAY USING FRACTAL ELEMENTS. N. Yousefzadeh South-Tehran Azad University Tehran, Iran

CONSIDERATION OF MUTUAL COUPLING IN A MICROSTRIP PATCH ARRAY USING FRACTAL ELEMENTS. N. Yousefzadeh South-Tehran Azad University Tehran, Iran Progress In Electromagnetics Research, PIER 66, 41 49, 2006 CONSIDERATION OF MUTUAL COUPLING IN A MICROSTRIP PATCH ARRAY USING FRACTAL ELEMENTS N. Yousefzadeh South-Tehran Azad University Tehran, Iran

More information

Design and Analysis of Planar Inverted-F Antenna for Wireless Applications

Design and Analysis of Planar Inverted-F Antenna for Wireless Applications IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 8 January 2015 ISSN (online): 2349-6010 Design and Analysis of Planar Inverted-F Antenna for Wireless Applications

More information

Multi Resonant Stacked Micro Strip Patch Antenna Designs for IMT, WLAN & WiMAX Applications

Multi Resonant Stacked Micro Strip Patch Antenna Designs for IMT, WLAN & WiMAX Applications Multi Resonant Stacked Micro Strip Patch Antenna Designs for IMT, WLAN & WiMAX Applications Tejinder Kaur Gill, Ekambir Sidhu Abstract: In this paper, stacked multi resonant slotted micro strip patch antennas

More information

Recon UWB Antenna for Cognitive Radio

Recon UWB Antenna for Cognitive Radio Progress In Electromagnetics Research C, Vol. 79, 79 88, 2017 Recon UWB Antenna for Cognitive Radio DeeplaxmiV.Niture *, Santosh S. Jadhav, and S. P. Mahajan Abstract This paper talks about a simple printed

More information

Design of Rectangular Micro strip Patch Antenna with circular and rectangular slot in X Band

Design of Rectangular Micro strip Patch Antenna with circular and rectangular slot in X Band International Journal of Advances in Electrical and Electronics Engineering 162 Available online at www.ijaeee.com & www.sestindia.org/volume-ijaeee ISSN: 2319-1112 Design of Rectangular Micro strip Patch

More information

Design & Analysis Of An Inverted-T Shaped Antenna With DGS For Wireless Communication

Design & Analysis Of An Inverted-T Shaped Antenna With DGS For Wireless Communication Design & Analysis Of An Inverted-T Shaped Antenna With DGS For Wireless Communication Arun Singh Kirar¹ & Dr. P. K. Singhal² Department of Electronics, MITS, Gwalior, India Abstract- A new and unique methodology

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

DESIGN AND ANALYSIS OF RECTANGULAR MICROSTRIP PATCH ANTENNA USING METAMATERIAL FOR BETTER EFFICIENCY

DESIGN AND ANALYSIS OF RECTANGULAR MICROSTRIP PATCH ANTENNA USING METAMATERIAL FOR BETTER EFFICIENCY DESIGN AND ANALYSIS OF RECTANGULAR MICROSTRIP PATCH ANTENNA USING METAMATERIAL FOR BETTER EFFICIENCY Gourav Singh Rajput, Department of Electronics, Madhav Institute of Technology and Science Gwalior,

More information

Compact UWB antenna with dual band-notches for WLAN and WiMAX applications

Compact UWB antenna with dual band-notches for WLAN and WiMAX applications LETTER IEICE Electronics Express, Vol.10, No.17, 1 6 Compact UWB antenna with dual band-notches for WLAN and WiMAX applications Hao Liu a), Ziqiang Xu, Bo Wu, and Jiaxuan Liao Research Institute of Electronic

More information

A New Approach to Optimal Design of T-shaped Tri-Band Fractal Microstrip Patch Antenna for Wireless System Applications

A New Approach to Optimal Design of T-shaped Tri-Band Fractal Microstrip Patch Antenna for Wireless System Applications A New Approach to Optimal Design of T-shaped Tri-Band Fractal Microstrip Patch Antenna for Wireless System Applications Ms. Monika Nandal 1, Er. Sagar 2 and Dr. Rajesh Goel 3 1 MTech Student, Samalkha

More information

A NOVEL ANALYSIS OF ULTRA-WIDEBAND PLANAR DIPOLE ARRAY ANTENNA

A NOVEL ANALYSIS OF ULTRA-WIDEBAND PLANAR DIPOLE ARRAY ANTENNA Volume 120 No. 6 2018, 9783-9793 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ A NOVEL ANALYSIS OF ULTRA-WIDEBAND PLANAR DIPOLE ARRAY ANTENNA SVSPrasad

More information

Designing of Rectangular Microstrip Patch Antenna for C-Band Application

Designing of Rectangular Microstrip Patch Antenna for C-Band Application International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Designing of Rectangular Microstrip Patch Antenna for C-Band Application Vinay Jhariya 1, Prof. Prashant Jain 2 1,2 Department of

More information

PRINTED UWB ANTENNA FOR WIMAX /WLAN

PRINTED UWB ANTENNA FOR WIMAX /WLAN http:// PRINTED UWB ANTENNA FOR WIMAX /WLAN Shilpa Verma 1, Shalini Shah 2 and Paurush Bhulania 3 1 PG student. Amity School of Engg & Technology, Amity University, Noida, India 2,3 Department of Electronics

More information

Ultrawideband Elliptical Microstrip Antenna Using Different Taper Lines for Feeding

Ultrawideband Elliptical Microstrip Antenna Using Different Taper Lines for Feeding Proceedings of the th WSEAS International Conference on COMMUNICATIONS, Agios Nikolaos, Crete Island, Greece, July 6-8, 007 44 Ultrawideband Elliptical Microstrip Antenna Using Different Taper Lines for

More information

DEFECTIVE GROUND CORNER ROUNDED ULTRA-WIDEBAND MICROSTRIP PATCH ANTENNA FOR BIO-MEDICAL APPLICATIONS

DEFECTIVE GROUND CORNER ROUNDED ULTRA-WIDEBAND MICROSTRIP PATCH ANTENNA FOR BIO-MEDICAL APPLICATIONS DOI: 0.97/ijme.08.008 DEFECTIVE GROUND CORNER ROUNDED ULTRA-WIDEBAND MICROSTRIP PATCH ANTENNA FOR BIO-MEDICAL APPLICATIONS D.D. Ahire and G.K. Kharate Department of Electronics and Telecommunication Engineering,

More information

Band Notched Rectangular Patch Antenna with Polygon slot

Band Notched Rectangular Patch Antenna with Polygon slot IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 4 Ver. III (July Aug. 2015), PP 52-56 www.iosrjournals.org Chitra Choubisa #1, Shilpa

More information

E-SHAPED STACKED BROADBAND PATCH ANTENNA

E-SHAPED STACKED BROADBAND PATCH ANTENNA International Journal of Electronics and Computer Science Engineering 278 Available Online at www.ijecse.org ISSN- 2277-1956 E-SHAPED STACKED BROADBAND PATCH ANTENNA Bharat Rochani 1, Rajesh Kumar Raj

More information

Miniature Multiband Antenna for WLAN and X-Band Satellite Communication Applications

Miniature Multiband Antenna for WLAN and X-Band Satellite Communication Applications Progress In Electromagnetics Research Letters, Vol. 75, 13 18, 2018 Miniature Multiband Antenna for WLAN and X-Band Satellite Communication Applications Ruixing Zhi, Mengqi Han, Jing Bai, Wenying Wu, and

More information

L-slotted Microstrip Patch Antenna for WiMAX and WLAN Applications

L-slotted Microstrip Patch Antenna for WiMAX and WLAN Applications L-slotted Microstrip Patch Antenna for WiMAX and WLAN Applications Danish Hayat Bhagwant University, Ajmer, India Abstract: This paper is based on design and simulation of rectangular Microstrip Patch

More information

A Low-Cost Microstrip Antenna for 3G/WLAN/WiMAX and UWB Applications

A Low-Cost Microstrip Antenna for 3G/WLAN/WiMAX and UWB Applications SETIT 2009 5th International Conference: Sciences of Electronic, Technologies of Information and Telecommunications March 22-26, 2009 TUNISIA A Low-Cost Microstrip Antenna for 3G/WLAN/WiMAX and UWB Applications

More information

Design and analysis of T shaped broad band micro strip patch antenna for Ku band application

Design and analysis of T shaped broad band micro strip patch antenna for Ku band application International Refereed Journal of Engineering and Science (IRJES) ISSN (Online) 2319-183X, (Print) 2319-1821 Volume 5, Issue 2 (February 2016), PP.44-49 Design and analysis of T shaped broad band micro

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

Design and Analysis of E-Shape Sierpinski Fractal Antenna

Design and Analysis of E-Shape Sierpinski Fractal Antenna Design and Analysis of E-Shape Sierpinski Fractal Antenna Sukhveer Singh 1, Savina Bansal 2 and Sukhjinder Singh 3 1 Reseacher scholar, 2 Professor and 3 Assistant Professor Department of Electronics &

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

A Log Periodic Series-Fed Antennas Array Design Using A Simple Transmission Line Model

A Log Periodic Series-Fed Antennas Array Design Using A Simple Transmission Line Model International Journal of Electronics and Communication Engineering ISSN 0974-66 Volume, Number (009), pp. 6 69 International Research Publications House http://www.irphouse.com A Log Periodic Series-Fed

More information

Design of Microstrip Array Antenna for Wireless Communication Application

Design of Microstrip Array Antenna for Wireless Communication Application IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 12 (December. 2013), V1 PP 01-07 Design of Microstrip Array Antenna for Wireless Communication Application Hassan

More information

A Compact Wideband Slot Antenna for Universal UHF RFID Reader

A Compact Wideband Slot Antenna for Universal UHF RFID Reader Progress In Electromagnetics Research Letters, Vol. 7, 7, 8 A Compact Wideband Slot Antenna for Universal UHF RFID Reader Waleed Abdelrahim and Quanyuan Feng * Abstract A compact wideband circularly polarized

More information

Novel Microstrip Patch Antenna (MPA) Design for Bluetooth, IMT, WLAN and WiMAX Applications

Novel Microstrip Patch Antenna (MPA) Design for Bluetooth, IMT, WLAN and WiMAX Applications American Journal of Engineering Research (AJER) e-issn : 2320-0847 p-issn : 2320-0936 Volume-03, Issue-08, pp-162-170 www.ajer.org Research Paper Open Access Novel Microstrip Patch Antenna (MPA) Design

More information

A Pattern Reconfigurable Antenna for WLAN and WiMAX Systems

A Pattern Reconfigurable Antenna for WLAN and WiMAX Systems Progress In Electromagnetics Research C, Vol. 66, 183 190, 2016 A Pattern Reconfigurable Antenna for WLAN and WiMAX Systems Santasri Koley, Lakhindar Murmu, and Biswajit Pal Abstract A novel tri-band pattern

More information