for Miniaturized Fractal Slot RFID Antennas Particle Swarm Optimization

Size: px
Start display at page:

Download "for Miniaturized Fractal Slot RFID Antennas Particle Swarm Optimization"

Transcription

1 A Design Methodology for Miniaturized Fractal Slot RFID s Using Particle Swarm Optimization 1 D. K. Naji, 2 J. S. Aziz, 3 R. S. Fyath 1,2 Department of Electronic and Communications Engineering, College of Engineering, Alnahrain University, Baghdad, Iraq 3 Department of Computer Engineering, College of Engineering, Alnahrain University, Baghdad, Iraq 1 dknaji73@yahoo.com, 2 jsaziz53@yahoo.com, 3 rsfyath@yahoo.com ABSTRACT An optimization-based methodology for the design of miniaturized microstrip-fed fractal slot RFID antenna is introduced. This methodology gives an automated process for generation of antenna geometrical parameters and mainly associated with Particle Swarm Optimization (PSO). Two software programs are used in parallel, and in a coupled synchronized fashion. The first one is the electromagnetic simulator CST Microwave Studio which gives instantaneous estimation of the antenna performance. The second is MATLAB which is used to run the PSO algorithm in order to optimize the geometry of the antenna after considering two objective functions: return loss and antenna size. The design methodology is applied to a third-order Minkowski fractal antenna which is optimized using two different approaches, the direct one which is based on the conventional (non-fractal) antenna, and the sequential one which is based on the optimized previous-order fractal antennas. The simulated results show excellent performance requirements with less than 40 of return loss, stable gain and radiation pattern, and more than 90% reduction in overall size in comparison with the conventional reference antenna. Keywords: Minkowski fractal, microstrip slot antenna, particle swarm optimization, sequential and direct optimization. 1. INTRODUCTION Recently there is increasing interest in RFID systems operating at microwave frequency (5.8 ) to achieve higher range with higher data transfer rate. In this circumstance, printed microstrip slot antennas are a very attractive choice because of their well-known advantages of low profile, light weight, easy integration with monolithic microwave integrated circuits, low cost, easy fabrication, and stable radiation patterns [1]-[4]. Therefore, great interests in various wide-slot antennas with different feed methods for 5.8 RFID applications have been reported in the literature [5]-[9]. However, miniaturization is still of main concern with the design process of such RFID antennas. The growing need for miniaturization, not only requires small devices, but also small-sized radiators. Fractals, owing to their geometrical properties, can be used successfully in antenna miniaturization and recently some interesting applications have been studied and presented in the scientific literature [10]. Also, the space filling property defined by fractal geometry and applied to a slot antenna element leads to reduce the total area occupied by the antenna [11]-[13]. Usually, antenna miniaturization design involves many geometrical or material parameters. These parameters may be discrete, and often include constraints in allowable values. Optimizing such antennas to closely approximate desired criterion performance is similar to searching the global solution from a multidimensional solution space. So far, many stochastic evolutionary search techniques, such as Simulated Annealing (SA) and Genetic Algorithms (GAs) have been employed successfully in antenna design [14]. Particle Swarm Optimization (PSO), based on the simulation of a simplified sociological behavior associated with swarm such as bees, bird flocking, and fish schooling, is an alternative optimization algorithm first proposed by Kennedy and Eberhart in 1995 for solving multidimensional discontinuous problems [15]. The PSO algorithm has been shown to be an effective alternative to other evolutionary algorithms in handling certain kinds of optimization problems. Compared to GA and SA, the PSO algorithm is much easier to implement and apply to design problems with continues or discontinuous parameters. Especially, the PSO, used in conjunction with the numerical electromagnetic solver, is found to be a revolutionary new approach to antenna design and optimization [16]. It is worthy to note here that, to the author s knowledge, there is no published works that use optimization techniques for miniaturizing fractal RFID antennas. The related published works are concerned with conventional (non-fractal) RFID antennas, and use optimization techniques for gain enhancement [17], multiband applications [18, 19] and robust environment and performance characteristics [20, 21]. Recently, Hidetoshi et al. [22] have presented an approach to optimize UHF mender-line RFID antennas for maximizing power and minimization of antenna size. In this paper, PSO, implemented in MATLAB, is used in along with CST Microwave Studio (CST MWS), which is an electromagnetic simulator based on finite integration time domain (FITD) [23], to introduce new design methodology for miniaturizing fractal slot antenna. The methodology is applied to Minkowski fractal slot antenna as an illustrative example. The convergence of the proposed methodology is studied in terms of optimization behavior and success time rate. The originality of the work in this paper resides in analyzing the proposed algorithm in actual real time electromagnetic design by utilizing both MATLAB (as the optimizer tool) and CST MWS (as the electromagnetic tool). 477

2 2. PSO ALGORITHM Particle swarm optimization is a population based search algorithm initialized with a population of random solutions, called particles. Each particle flies throughh the search space with a velocity that is dynamically adjusted according to its own and its companion s previous behavior. This velocity consists of three parts, the social, the cognitive, and the inertia parts. The social part is the term guiding the particle to the global best position achieved by the whole swarm of particles so far, the cognitive term conducts it to the local best position achieved by itself so far, and the inertia part is the memory of its previous velocity. Figure 1 shows the flowchart of a PSO algorithm. During the PSO operation, each candidate solution is represented as a particle with position and velocity represented by and, respectively. Therefore, for N- dimensional optimization problems, the position and velocity of the ith particle can be represented as,,,,,, and,,,,,, where is the transpose operator. Each particle of must be kept changed within the allowed solution space, bounded by,,, to avoid physically invalid designs that allows an error to encountered by the fitness evaluator (CST MWS) and then an optimization process may be failed. If position of any particle exceed the limit, one of three control approach can be used, which are absorbing wall, reflecting wall, and visible wall. In this paper, an absorbing wall and reflecting wall techniques are used for their effectively pull back any particles that flies outside the boundary of solution space in that dimensions, by forcing their velocity to zero or changing the sign of their velocity, respectively. The following formulae demonstrates the updating process of positions and their velocities matrices, and, respectively, for N geometrical parameters and M particles in swarm [25] 1 2 Define the Solution Space, Fitness Function and Population Size Initialize X, V, P and G For Each Iteration For Each Particle Evaluate Fitness If Fit (X) > Fit (G) then G = X If Fit (X) > Fit (P) then P = X Solution is Final Next Particle Update Position Using (1) Update Velocity Using (2) Fig. 1: Chart showing the main steps of the PSO algorithm [24]. In (1) and (2), denotes the current iteration, and is the time interval between two consecutive iterations which is assumed to be unity. In (1), and are matrices where and are calculated and stored in each iteration. The parameters and are the cognitive and social factors whose values are set in the range [1.0, 2.0]. It has been suggested that the best choice is 2.0 makes the weights for cognition and social parts on average to be 1.0 [25]. In (1), the time varying parameter, which is called inertia factor, decreases with iteration number from a maximum value at the first iteration and goes to a minimum at the last iteration. Two statistically independent random variable and are both uniformly distributed in the interval [0, 1], are introduce to stochastically vary the relative pull of the personal and global best particles. 3. PROPOSED DESIGN METHODOLOGY PSO algorithm has been tested by different research groups to different benchmark functions and the results show that it is an excellent global optimizer that can be used for different electromagnetic problems especially antenna miniaturization that used in this paper. To calculate the antenna fitness function associated with the PSO algorithm, a comprehensive numerical modeling must be carried out to simulate the electromagnetic (EM) performance of the antenna at each stage of optimization. The EM model should be very efficient in both speed of computation and accuracy since the geometry of the fractal antenna is relatively more complicated than the conventional counterpart and the dimensions of some structure parameters are much smaller than the operating wavelength. The required EM model features are recovered in this paper by using a commercial EM simulator namely CST MWS. This simulator uses FITD method to assign the EM properties of antennas and has been proven in the literature as a powerful and very accurate tool for this purpose. 478

3 3.1 PSO-FITD Algorithm In this work, the fractal RFID tag antenna is optimized using PSO technique while the FITD method is used in parallel with it to compute the EM part of the fitness function (see Fig. 2). The PSO technique runs under MATLAB environment and the FITD method is offered by CST MWS software package. For each generation of the PSO algorithm, the antenna geometrical parameters are updated and mapped to CST MWS to simulate the EM properties of the antenna. According to the EM simulator results that mapped back to MATLAB environment, the fitness function is evaluated by the PSO kernel. the itness function : 1, 1,2,, 4 Initial Parameters 20 log 5 PSO Parameter Update Parameters Fitness Evaluation CST MWS Return Loss In (4), refers to the Heaviside step function while and denote, respectively, the area of the nth-order and optimized 1th-order fractal antennas. In (5), and refer, respectively, to the return loss and the input impedance of the antenna at the resonance frequency, and is the characteristic impedance ( 50Ω. Note that the optimization fitness function (4) consists of two objective functions whichh are related to antenna return loss and antenna area No MATLAB Enough Iteration? Fig. 2: Flowchart of the PSO/FITD algorithm. 3.2 Optimization model Yes Optimal Design The general nonlinear global optimization problem to be solved is mathematically defined as: find the set,,, of variables that will minimize the function 3 0, 0 3 :, 1,2,, 3 where is the fitness function, is the equality constraint, is the inequality constraint, and is the vector of design variables. Also, and are the lower and upper bounds on the design variables, respectively. The goal for the electromagnetic miniaturization design considered here is to minimize the size of the fractal antenna by altering the geometrical parameters within allowed prescribed ranges while keeping the return loss below a desired threshold value at the required resonance frequency. A suitable optimization model is where 6 and where and denote the return loss and area objective functions, respectively. The objective function represents the amount of matching at the desired frequency and its value between "0" and " ". Its zero value denotes that the goal is achieved, that is to say a return loss of at least at the desired frequency is satisfied. The objective function is used to achieve a minimum area from the optimization process. The range of is between 0, 1; it is zero if the area of n-th order fractal antenna is equal to the optimized area of the 1-order counterpart, and to " 1" when the area of the nth-order fractal antenna is zero (not physically allowed). Thus the value of the total fitness function "" which is considered as multiobjective optimization problem ranges between a minimum value of " 1" to a maximum value of " " 479

4 3.3. Design via Miniaturization Methodology (Sequential and Direct) An antenna miniaturization methodology for fractal based microstrip antenna is investigated in this section. Two optimization approaches, sequential and direct optimization approaches, (SOA) and (DOA), respectively, are considered in this work. In the SOA, the following steps are performed (see Fig. 3) i) Design a conventional (non-fractal) microstrip antenna using CST MWS. The dimensions of the structure parameters are scanned to achieve the design requirements ( ) at the desired resonance frequency. This antenna will be considered as a reference antenna for the next optimization stage and its area is denoted by. ii) Apply the PSO/FITD algorithm described in subsection 3.2 to the reference antenna. This procedure yields the optimized zero-order fractal antennaa (i.e., optimized reference antenna) of are. Equation 4 is used here to describe the fitness function after replacing by and by. iii) Design an optimized first-order fractal antenna using the PSO-FITD algorithm. The input parameters used to start the PSO technique are the values of the structure parameters associated with the optimized version of the previous-order antenna (zero-order fractal antenna). Equation (4) is used to calculated the fitness function after replacing by and by. iv) Repeat step (iii) to design the optimized version of the next-order fractal antennas. v) Stop when the desired order of the fractal antenna,, is achieved. In the direct optimization approach, the desired-order fractal antenna ( ) is optimized directly with respect to the reference antenna using one-shot optimization technique: Hence (4) is used after replacing by and by. where denotes here an area of the desired-order antenna. 4. DESIGN OF MINKOWSKII ANTENNA FRACTAL SOA Yes Design Reference at Resonance Frequency Select Optimization Approach, SOA or DOA SOA or DOA Fractal Order, 0 PSO/FIT Algorithm Using eqn. (4) Optimum Designed - at Order Fractal with Area Fractal Order, 1 No Optimum Designed - order Fractal at with Area DOA Fractal Order, PSO/FIT Algorithm Using eqn. (4) To validate the ability of this methodology in antenna design, a third-order Minkowski fractal slot antenna (MFSA) is chosen as an example to miniaturize it at microwave ISM band of 5.8. Two optimization approaches, sequential and direct, are applied for this requirement in order to check if one can get the same performance and area for the designed antennas (i.e., a global optimizer approach) ). The three orders of Minkowski fractal structure is shown in Fig. 4. The geometry of the conventional microstrip-fed slot antenna is illustrated in Fig. 5. A rectangular slot with length and width is printed at the centre on the ground side of a dielectric substrate of length and width. The antenna is fed with the main 50Ω stripline followed by an op- Fig 3: Flowchart showing the main steps of the proposed Methodology. -en-circuited microstrip line printed on the other side of the substrate. To reduce costs, the antenna is printed on commercial available dielectric substrate with a permittivity of 4.3 and loss tangent ( tan 0.02). In order to achieve very thin antenna requirement for RFID applications, a substrate height 0.8 is used. The stripline width of the main 50Ω-stripline is designed through CST MWS and found to be

5 TABLE I RANGES OF THE DESIGN PARAMETERS FOR THE MINIATURIZED FRACTAL-SLOT ANTENNA. Parameter Ranges Parameter Ranges (mm) 3 ~ ~ 0.1 (mm) 3 ~ ~ ~ ~ ~ ~ ~ ~ ~ 0.4 ; 7 ; ; 7 Fig. 4: Scheme of the Minkowski fractal slot antenna orders structure. (a) (MFSA0). (b) (MFSA1). (c) (MFSA2) (d) (MFSA3). The fractal antennas (MFSA1-MFSA3) have additional structure parameters whose number equal to four times the antenna fractal order. Thus the numbers of additional parameters is 4, 8, and 12 for 1st-, 2nd-, and 3rd-order fractal antennas, respectively, (see Fig. 4). It is clear from the above discussion that the number of geometrical parameters increases with the order of the fractal. Thus the computation time of the optimization technique increases as the order of the fractal antenna increases. To solve this limitation, four scaling factors are introduced here for any fractal order. These four scaling factors are,,, and defined as follows 8 8 8c 8 Fig. 5: Geometry of the reference microstrip fed-slot antenna. (a) Feed side. (b) Ground side. (c) Bottom side. It is clear from Figs. 4 and 5 that, there are eight geometrical parameters common for the four fractal antennas (MFSA0 MFSA3). Four of these parameters are related to the ground side (length, width, slot length, and slot width ) and the other four parameters are for the feed side (stripline lengths and and widths and ). The stripline width is set to 1.56 for a 50Ωthickness as stated microstrip feed-line and 0.8 -substrate before. This leaves seven common parameters to be adapted during the optimization process. In this work, five of the common parameters enter the optimization process as scaling factors with respect to the other two main parameters, ground length and width. This is useful to ensure that physically invalid structures to be not constructed and consequently prevent total failure of the optimization process. These scale factors are where,,,,,,,,, 9,,, 9 Table I lists the constraints applied to antenna geometrical parameters during the optimization process. The design methodology starts with design of the reference slot antenna which represents the 0th-order structure MFSA0. The reference antennaa design starts by selecting the operating frequency (5.8 ), substrate with required permittivity (4, 4.3) and the thickness of the substrate ( 0.8 ) which is very thin suitable for RFID tag applications. For exciting the dimensions of ground and slot the following equations [26] 1, 2,, 9 9 operating frequency at, the can be roughly designed with 481

6 Here (, is the free space wave length, is the speed of light in vacuum, is the effective relative permittivity of the dielectric substrate, is the ground width, is the ground length, is the ground slot width, is the ground slot length and is the stripline width. Using (10a) and (10b), the reference slot antenna is designed using the following initial parameters The designed slot antenna is simulated using CST MWS by sweeping the ground and slot parameters within the limit 1 5%, % 2 The simulation takes into account other structure parameters associated with the stripline parameters, strip lengths, and strip width. Table II shows the final antenna geometrical parameters for the reference slot antenna (see Fig. 5) RESULTS AND DISCUSSION 5.1. PSO Behavior and Optimized Geometrical Parameters Illustrative results related to the design of a third-order Minkowski fractal antenna are given here. The threshold value of,, used in the fitness function is 25. Figure 6 reveals the progress of the PSO algorithm as a function of iteration number for both sequential and direct approaches. Return loss and area objectivee functions as well total fitness function are illustrated in this figure. The behavior of the total fitness function is characterized by two representations here. The first representation marks the best value of the total fitness function up to the current iteration. Such representation is useful to record the performance progress that occurs during the history of the optimization process. The best value of the fitness function up to the last iteration gives the required solution. The second representation marks the best fitness function at each PSO iteration and illustrates the instantaneous variation of the fitness function during the optimization process. The results in Fig. 6 reveals that the two approaches of optimization reach nearly the same value of fitness of 0.9 for the 3rd-order fractal antenna (MFSA3). Further, for the initial population, the return loss objective function of the best individual is greater than 10 with total fitness values greater than 12. However, the results are improved quickly at iterations 12, 20, 19, 12, and 8 for sequential approach related to MFSA0, MFSA1, MFSA2, MFSA3 and direct approach MFSA3, respectively. In PSO technique, the selection of the particle number and the maximum iteration depends on the dimension of the solution space and the fitness function. The number of particles should be comparable to the dimension of the solution space to obtain a good convergence. A reasonably large number of iterations are also necessary for the particles to get converged. In this paper, the best number of particles used is chosen between 3 to 5, where is the number of antenna geometrical parameters that are associated with the optimization technique. Thus, a 28-particle-swarm is used for 0th-order fractal antenna and 33-particle for antennas MFSA1, MFSA2 and MFSA3. Furthermore, a stop criterion is chosen such that 50 PSO iterations are reached or the fitness function remains unchanged with less than 2% error for at least 20 successive iterations. TABLE II OPTIMIZED ANTENNA GEOMETRICAL PARAMETERS TO ACHIEVE 5.8 FOR THE REFERENCE SLOT ANTENNA. Parameter Value (mm) Parameter Value (mm) The optimized antennas are simulated by using a laptop (hp pavilion dv6, 2.54, 4-core CPU and 4 RAM). In the sequential approach, the simulation times required to optimize 0th-order, 1st-order, 2nd-order, and 3rd-order fractal antennas are 53.50, 65.42, and hour. In the direct approach, hours is required to optimize the 3rd-order fractal antenna. Thus, the average time of each optimization run is about 60 hours. It is worth to mention here that one of the main limitations of the proposed methodology is the relatively long computational time and therefore it requires an efficient PC system to handle it successively without run failure. The PSO algorithm creates an optimal miniaturized antenna size in the two optimization approaches. Table III summarizes the final optimized geometrical parameters. One can observe from Table III that both sequential and direct optimized 3rd-order fractal antennas have almost the same geometrical and performance parameters. This proves that the proposed methodology has the ability to reach the same optimized dimensional results for the miniaturized antenna, i.e., global optimization results. 482

7 Fig. 6: Variation of return loss and area objectives as well total fitness with PSO iteration number for different fractal order. (a) 0th- order (b) 1st-order (c) 2nd-order (d) 3rd-order (sequential) and (e) 3rd-order (direct). 483

8 Fig.6: Continued. TABLE III OPTIMIZED GEOMETRICAL PARAMETERS OF MINKOWSKI FRACTAL SLOT ANTENNA Optimization Approach Type Geometrical Parameters SA RSA MFSA MFSA MFSA MFSA NA NA NA NA NA NA NA NA DA MFSA Legend: SA= Sequential Approach; DA=Direct Approach; RSA=Reference Slot ; MFSA=Minkowski Fractal Slot ; NA=Not TABLE IV SIMULATION RESULTS OF MINKOWSKI FRACTAL SLOT ANTENNA. Optimization Approach Type Performance Parameters % % SA RSA MFSA MFSA MFSA MFSA DA MFSA Legend: SA= Sequential Approach; DA= Direct Approach; = -10 db lower frequency; = -10 db higher frequency. 484

9 5.2. Performance Results of the Optimized MFSA The electromagnetic properties of the optimized antennas are simulated using CST MWS. Table IV lists some of the simulation results, namely, return loss, antenna gain, total antenna efficiency, bandwidth, and size reduction. The size reduction is computed as 13 where and is, respectively, the area of the antenna under observation and reference antenna. Fig. 7: Simulated return losses of the optimized antennas. A result related to the reference antenna is given for comparison purposes. Note further that the optimized reference antenna offers 58.5% area reduction with respect to the conventional reference antenna. Introducing the 2nd-order fractal geometry yields 73.26% area reduction with respect to the optimized reference antenna. The results in Table IV also highlight the following findings 1) A return loss less than 40, the gain greater than 2, and efficiency greater than 87% are obtained for all the designed antennas. 2) Bandwidth enhancement is obtained when the antenna is designed with fractal order more the one. The 2nd, 3rd (sequential), and 3rd (direct) fractals offer 1.46, 1.89, and 1.69 bandwidth, respectively, while the reference antenna gives 0.73 bandwidth. 3) Both sequential and direct optimized 3rd-order fractal antennas have almost the same performance parameters. The return losses of the optimized antennas are shown in Fig. 7. A result related to the reference antenna is also given for comparison purposes. It is clear from this figure and Table 4 that the 10 lower frequency is approximately the same for all antennas as compared with the 10 higher frequency which increases with increasing of fractal order. Also one can notice that a second resonance frequency appears as the order of the fractal is exceeds 1. Thus the fractal geometry enhances the antenna bandwidth and opens the possibility to design the structure for two-band operation. Figure 8a and 8b show, respectively, the gain and efficiency for the designed antennas. It is clear from these figures that the third-order fractal has almost similar spectral behavior for both optimization approaches. Also a stable gain of 2 over is obtained for the third-order fractal in both approaches. The radiation characteristics of the optimized antennas are also studied and the results are depicted in Fig. 9 which shows the 2D radiation pattern in the elevation direction 90 ) and 90 ) planes and azimutal direction 0 ) plane at 5.8 for the optimized antennas. It is appears that antenna radiates a nearly omindirectionally component in the -plane when the order of fractal is more than 1, but the radiation patterns show two nulls for component at 0 and 180 for - (a) (b) Fig. 8: (a) Gain of the optimized antennas. (b) Efficiency of the optimized antennas. A result related to the reference antenna is given for comparison purposes. -plane and two nulls for component at 90 and 270 for -planes. Note further that the antennas have relatively strong cross-polarized radiation 18 below co-polarized radiation). It is nteresting to notice the strong similarity between patterns for components for all antennas at the three planes, and. Table V shows the maximum electric field components and for the three antenna planes to clarify the similarity between the patterns. The 3D radiation characteristics of the optimized antennas are depicted in Figs. 10a-d where the 3D radiation pattern are plotted for zero-, 1st-, 2nd-, and 3rd-order fractal antennas, respectively. One can notice from these figures that omnidirectional radiation is achieved when the fractal order increases beyond 1 485

10 . -plane -plane -plane Fig. 9: Radiation Patterns for the optimized antennas; (a) Zero-order (b) 1st-order (c) 2nd-order (d) 3rd-order fractal. 486

11 Fig. 10: 3D Radiation Patterns for the threee fractal order iteration of Minkowski fractal slot antenna; (a) Zero-order (b) 1st-Order (c) 2nd- Order (d) 3rd- Orderr It is worth to note here the following findings which are common for all the optimized antennas 1) The electric field components and represent, respectively, a co-polar component (i.e.. maximum) and a cross-polar (i.e. minimum) in and -plane. 2) The electric field components and represent, respectively, a co-polar component and a cross-polar in plane. 3) The ratio of co-polar to cross-polar components is greater than 58.4 for -plane and greaterr than 17.8 for -plane and more than 22.8 for -plane. Table VI presents a performance comparison between the optimized 3rd-order fractal antenna selected from this work and some RFID antennas reported in the literature for 5.8 GHz applications. It s worth to emphasize here that the antenna designed in this work is characterized by the smallest area compared with other structures. The area of this antenna corresponds to 0.52 of the area of the antenna reported in Ref. [9] which has the smallest area among previous antennas listed in Table VI. Note further that the designed antenna offers the lowest gain and highest bandwidth compared with others. TABLE V MAXIMUM RADIATION ELECTRIC FIELD VALUES (IN /) FOR OPTIMIZED ANTENNAS. 1st-order 2nd-order 3rd-order 3rd-order (direct) Radiation plane, , ,

12 TABLE VI PERFORMANCE COMPARISON BETWEEN THE 3RD-ORDER FRACTAL ANTENNA REPORTED IN THIS WORK AND RFID REPORTED ANTENNAS IN THE LITERATURE AT 5.8 GHZ ISM BAND. Ref Structure Aim Laminate % This work Stripline-fed 3rdorder Fractal Slot Miniaturization [9] CPW-fed dual folded-strip monopole antenna Miniaturization [8] CPW-fed shorted F- shaped monopole antenna Miniaturization [5] CPW-fed Slot Broadband [7] CPW-fed Folded Slot Dual-band (2.45, 5.8) GHz [6] CPW-fed Slot Miniaturization [18] CPW-fed Slot antenna Tri-Band (0.95, 2.45, 5..8) GHz CONCLUSION An efficient methodology of designing miniaturized fractal antennas for RFID applications has been proposed. The antenna geometrical parameters are optimized using PSO algorithm which runs on MATLAB environments and synchronously coupled to full wave electromagnetic simulator implemented using CST Microwave Studio software. The used optimization objective functions reflex both return loss and antenna size. The proposed design methodology has been applied to Minkowski fractal slot antenna operated at 5.8. The results reveals that more than 90% reduction in overall antenna size can be obtained for fractal order two or more as compared with the conventional reference antenna. Further, excellent performance requirements are obtained with less 40 return loss and more than 2 gain with stable radiation pattern has been achieved. The 3rd-order fractal antenna has a just overall size of (i.e., , where is the wavelength at 5.8 GHz). REFERENCES [1] L. WeiXing, Y. YinZeng, X. WenLong, and Z. Shaoli, Compact Open-Slot With Bandwidth Enhancement, IEEE and Wireless Propag. Lett., pp , Vol. 10, [2] H.C. Richard, and L. Yi-C., Miniaturized Design of Microstrip-Fed Slot s Loaded With C-Shaped Rings, IEEE and Wireless Propag. Lett., pp , Vol. 10, [3] D. Aliakbar, I. Ali, and N. M. Mohammad, Printed Wide-Slot for Wideband Applications, IEEE Trans. on and Propag., Vol. 56, No. 10, Oct [4] J. Jen-Y., and K. Jui-C.., Novel Printed Wide-Band Rhombus-Like Slot With an Offset Microstrip- Fed Line, IEEE and Wireless Propag. Lett., Vol. 6,

13 [5] W. C. Liu and P. K. Hu, Broadbandd CPW-fed folded- Electron. slot monopole antenna for RFID application, Lett., vol. 41, no. 17, pp , Aug 18, [6] S. Y. Chen and P. Hsu, CPW-fed folded-slot antenna for 5.8 GHz RFID tags, Electron. Lett., vol. 40, no. 24, pp , July 25, [7] M.-T. Zhang, Y.-C. Jiao, Dual-band CPW-Fed Folded Monopole for RFID Application, Electronics Lett., Vol. 42, No. 21, Oct [8] W. C. Liu and C. M. Wu, CPW-fed shorted F-shaped monopole antenna for 5.8-GHz RFID applications, Microwave Opt. Technol. Lett., vol. 48, no. 3, pp , Mar [9] W. C. Liu and P. C. Kao, Compact CPW-fed dual folded-strip monopole antenna for 5.8-GHz RFID application, Microwave Opt. Technol. Lett., vol. 48, no. 8, pp , Aug [10] J. P. Gianvittorio and Y. Rahmat-Samii, Fractal antennas: A novel antenna miniaturization technique, and applications, IEEE s Propag. Mag., vol. 44, pp , Jan [11] Y. J. Sung, Bandwidth Enhancement of a Wide Slot Using Fractal-Shaped Sierpinski, IEEE Trans. on s and Propag., Vol. 59, No. 8, Aug [12] L. C. Wen, M. W. Guang, and X. Z. Chen, Bandwidth Enhancement of a Microstrip-Line-Fed Printed Wide- Slot With a Fractal-Shaped Slot, IEEE Trans. on s and Propag., Vol. 57, No. 7, July [13] D. D. Krishna, K. Gopikrishna, C. K. Anandan, P. Mohanan, and K. Vausdevan, CPW-Fed Koch Fractal Slot for WLAN/WiMAX Applications, IEEE and Wireless Propag. Lett., Vol. 7, [19] H. K. Jae, T. K. Koon, H. K. Dong, H.-B. Lee, and S. K. Hyeong, A Practical Approach to Robust design of a RFID Triple-Band PIFA Structure, IEEE Trans. on Magnetics, Vol. 46, No. 8, Aug [20] H. Chaabane, E. Perret, and Tedjini, A Methodology for Design of Frequency and Environment Robust UHF RFID Tags, IEEE Trans. on s and Propag., Vol. 59, No. 9, Sep [21] T. K. Koon, H. K. Jae, C. Kyung, and S. K. Hyeong, Robust Optimum Design of PIFA for RFID Mobile Dongle Applications, IEEE Trans. on Magnetics, Vol. 47, No. 5, May [22] M. Hidetoshi, W. Yuta, W. Kota, and I. Hajime, Evolutional Design of Small for Passive UHF- on Magnetics, Vol. 47, No. 5, Band RFID, IEEE Trans. May [23] CST Microwave Studio: [24] M. K. Majid, G. C. Christos, Linear Array Geometry Synthesis With Minimum Sidelobe Level and Null Control Using Particle Swarm Optimization, IEEE Trans. on s and Propag., Vol. 53, No. 8, Sep [25] J. Nanbo, and R-S. Yahya, Advances in particle Swarm Optimization for Designs: Real-Number, Binary, Single-Objective and Multiobjective implementation, IEEE Trans. on s and Propag., Vol. 55, No. 3, Mar [26] C. A. Balanis, Theory: Analysis and Design, 3rd ed., NJ: Wiley, [14] L. Davis, Genetic Algorithms and Simulated Annealing. London, U.K.: Pittman, [15] J. Kennedy and R. C. Eberhart, Particle Swarm Optimization, in Proc. IEEE Conf. Neural Networks IV, Piscataway, NJ, [16] J. Robinson and Y. R.-Samii, Particle Swarm Optimization in Electromagnetic, IEEE Trans. s Propag., vol. 52, pp , Feb [17] G. Marrocco, Gain-optimized Self-Resonant Meander Line s for RFID Application, IEEE and Wireless Propag. Lett., pp , Vol. 2, [18] H. H. Li, X. Q. Mou, Z. Ji, H. Yu, and L. Jiang, Miniature RFID Tri-Band CPW-Fed Optimized Using ISPO Algorithm, Electronics Letters, Vol. 47, No. 3, Feb

VOL. 3, NO. 7, July 2012 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved.

VOL. 3, NO. 7, July 2012 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved. Design and Simulation of Miniaturized Minkowski Fractal Aperture-Coupled Antenna for 5.8 GHz RFID Applications 1 D. K. Naji, 2 J. S. Aziz, 3 R. S. Fyath Department of Electronic and Communications Engineering.,

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

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

A Novel Quad-band Printed Antenna Design using a Multi-Slotted Patch for Cellular Communication

A Novel Quad-band Printed Antenna Design using a Multi-Slotted Patch for Cellular Communication A Novel Quad-band Printed Antenna Design using a Multi-Slotted Patch for Cellular Communication P. Misra Eastern Academy of Sc & Tech BBSR INDIA A. Tripathy Eastern Academy of Sc & Tech BBSR INDIA ABSTRACT

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

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

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

More information

T-Shaped Antenna Loading T-Shaped Slots for Multiple band Operation

T-Shaped Antenna Loading T-Shaped Slots for Multiple band Operation Progress In Electromagnetics Research C, Vol. 53, 45 53, 2014 T-Shaped Antenna Loading T-Shaped Slots for Multiple band Operation Tao Ni *, Yong-Chang Jiao, Zi-Bin Weng, and Li Zhang Abstract The method

More information

A New Fractal Based PIFA Antenna Design for MIMO Dual Band WLAN Applications

A New Fractal Based PIFA Antenna Design for MIMO Dual Band WLAN Applications University of Technology, Iraq From the SelectedWorks of Professor Jawad K. Ali March 27, 2012 A New Fractal Based PIFA Antenna Design for MIMO Dual Band WLAN Applications Ali J Salim, Department of Electrical

More information

COMPACT WIDE-SLOT TRI-BAND ANTENNA FOR WLAN/WIMAX APPLICATIONS

COMPACT WIDE-SLOT TRI-BAND ANTENNA FOR WLAN/WIMAX APPLICATIONS Progress In Electromagnetics Research Letters, Vol. 18, 9 18, 2010 COMPACT WIDE-SLOT TRI-BAND ANTENNA FOR WLAN/WIMAX APPLICATIONS Q. Zhao, S. X. Gong, W. Jiang, B. Yang, and J. Xie National Laboratory

More information

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

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

More information

Citation Electromagnetics, 2012, v. 32 n. 4, p

Citation Electromagnetics, 2012, v. 32 n. 4, p Title Low-profile microstrip antenna with bandwidth enhancement for radio frequency identification applications Author(s) Yang, P; He, S; Li, Y; Jiang, L Citation Electromagnetics, 2012, v. 32 n. 4, p.

More information

Design of Internal Dual Band Printed Monopole Antenna Based on Peano-type Fractal Geometry for WLAN USB Dongle

Design of Internal Dual Band Printed Monopole Antenna Based on Peano-type Fractal Geometry for WLAN USB Dongle University of Technology, Iraq From the SelectedWorks of Professor Jawad K. Ali September 12, 2011 Design of Internal Dual Band Printed Monopole Antenna Based on Peano-type Fractal Geometry for WLAN USB

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

A COMPACT DUAL INVERTED C-SHAPED SLOTS ANTENNA FOR WLAN APPLICATIONS

A COMPACT DUAL INVERTED C-SHAPED SLOTS ANTENNA FOR WLAN APPLICATIONS Progress In Electromagnetics Research Letters, Vol. 17, 115 123, 2010 A COMPACT DUAL INVERTED C-SHAPED SLOTS ANTENNA FOR WLAN APPLICATIONS D. Xi, L. H. Wen, Y. Z. Yin, Z. Zhang, and Y. N. Mo National Laboratory

More information

DESIGN OF TRI-BAND PRINTED MONOPOLE ANTENNA FOR WLAN AND WIMAX APPLICATIONS

DESIGN OF TRI-BAND PRINTED MONOPOLE ANTENNA FOR WLAN AND WIMAX APPLICATIONS Progress In Electromagnetics Research C, Vol. 23, 265 275, 2011 DESIGN OF TRI-BAND PRINTED MONOPOLE ANTENNA FOR WLAN AND WIMAX APPLICATIONS J. Chen *, S. T. Fan, W. Hu, and C. H. Liang Key Laboratory of

More information

Journal of Microwaves, Optoelectronics and Electromagnetic Applications, Vol. 14 No. 1, June 2015

Journal of Microwaves, Optoelectronics and Electromagnetic Applications, Vol. 14 No. 1, June 2015 AoP1 A Compact Dual-Band Octagonal Slotted Printed Monopole Antenna for WLAN/ WiMAX and UWB Applications Praveen V. Naidu 1 and Raj Kumar 2 1 Centre for Radio Science Studies, Symbiosis International University

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

Design of Fractal Antenna for RFID Applications

Design of Fractal Antenna for RFID Applications Design of Fractal Antenna for RFID Applications 1 Manpreet Kaur 1, Er. Amandeep Singh 2 M.Tech, 2 Assistant Professor, Electronics and Communication, University College of Engineering/ Punjabi University,

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

Compact Triple-Band Monopole Antenna with Inverted-L Slots and SRR for WLAN/WiMAX Applications

Compact Triple-Band Monopole Antenna with Inverted-L Slots and SRR for WLAN/WiMAX Applications Progress In Electromagnetics Research Letters, Vol. 55, 1 6, 2015 Compact Triple-Band Monopole Antenna with Inverted-L Slots and SRR for WLAN/WiMAX Applications Yuan Xu *, Cilei Zhang, Yingzeng Yin, and

More information

International Journal for Research in Applied Science & Engineering Technology (IJRASET) Circular Microstrip Patch Antenna for RFID Application

International Journal for Research in Applied Science & Engineering Technology (IJRASET) Circular Microstrip Patch Antenna for RFID Application Circular Microstrip Patch Antenna for RFID Application Swapnali D. Hingmire 1, Mandar P. Joshi 2, D. D. Ahire 3 1,2,3 E&TC Department, 1 R. H. Sapat COE, Nashik, 2,3 Matoshri COE, Nashik, Savitri Bai Phule

More information

A MINIATURIZED INTERNAL WIDEBAND ANTENNA FOR WIRELESS USB DONGLE APPLICATION

A MINIATURIZED INTERNAL WIDEBAND ANTENNA FOR WIRELESS USB DONGLE APPLICATION Progress In Electromagnetics Research Letters, Vol. 17, 67 74, 2010 A MINIATURIZED INTERNAL WIDEBAND ANTENNA FOR WIRELESS USB DONGLE APPLICATION J.-G. Gong, Y.-C. Jiao, Q. Li, J. Wang, and G. Zhao National

More information

A CPW-fed Microstrip Fork-shaped Antenna with Dual-band Circular Polarization

A CPW-fed Microstrip Fork-shaped Antenna with Dual-band Circular Polarization Machine Copy for Proofreading, Vol. x, y z, 2016 A CPW-fed Microstrip Fork-shaped Antenna with Dual-band Circular Polarization Chien-Jen Wang and Yu-Wei Cheng * Abstract This paper presents a microstrip

More information

A Novel Compact Wide Band CPW fed Antenna for WLAN and RFID Applications

A Novel Compact Wide Band CPW fed Antenna for WLAN and RFID Applications IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 3, Ver. I (May - Jun. 2014), PP 78-82 A Novel Compact Wide Band CPW fed Antenna

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

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

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

More information

A dual-band antenna for wireless USB dongle applications

A dual-band antenna for wireless USB dongle applications Title A dual-band antenna for wireless USB dongle applications Author(s) Sun, X; Cheung, SW; Yuk, TI Citation The 2013 International Workshop on Antenna Technology (iwat 2013), Karlsruhe, Germany, 4-6

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

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

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

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

More information

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 fractal-based printed slot antenna for multiband wireless applications

A fractal-based printed slot antenna for multiband wireless applications University of Technology, Iraq From the SelectedWorks of Professor Jawad K. Ali August 12, 2013 A fractal-based printed slot antenna for multiband wireless applications Jawad K. Ali, Department of Electrical

More information

A Novel Compact CPW-FED Printed Dipole Antenna for UHF RFID and Wireless LAN Applications

A Novel Compact CPW-FED Printed Dipole Antenna for UHF RFID and Wireless LAN Applications International Journal of Electronics and Computer Science Engineering 427 Available Online at www.ijecse.org ISSN- 2277-1956 A Novel Compact CPW-FED Printed Dipole Antenna for UHF RFID and Wireless LAN

More information

Design of a modified circular-cut multiband fractal antenna

Design of a modified circular-cut multiband fractal antenna December 2016, 23(6): 68 75 www.sciencedirect.com/science/journal/10058885 The Journal of China Universities of Posts and Telecommunications http://jcupt.bupt.edu.cn Design of a modified circular-cut multiband

More information

A 2.3/3.3 GHz Dual Band Antenna Design for WiMax Applications

A 2.3/3.3 GHz Dual Band Antenna Design for WiMax Applications ITB J. ICT, Vol. 4, No. 2, 2010, 67-78 67 A 2.3/3.3 GHz Dual Band Antenna Design for WiMax Applications Adit Kurniawan, Iskandar & P.H. Mukti School of Electrical Engineering and Informatics, Bandung Institute

More information

International Journal of Microwaves Applications Available Online at

International Journal of Microwaves Applications Available Online at ISSN 2320-2599 Volume 6, No. 3, May - June 2017 Sandeep Kumar Singh et al., International Journal of Microwaves Applications, 6(3), May - June 2017, 30 34 International Journal of Microwaves Applications

More information

A New Compact Slot Antenna for Dual-band WLAN Applications

A New Compact Slot Antenna for Dual-band WLAN Applications University of Technology, Iraq From the SelectedWorks of Professor Jawad K. Ali 2013 A New Compact Slot Antenna for Dual-band WLAN Applications Mahmood T. Yassen, Department of Electrical Engineering,

More information

Single-Feed Triangular Slotted Microstrip Bowtie Antenna for Quad-bands Applications

Single-Feed Triangular Slotted Microstrip Bowtie Antenna for Quad-bands Applications IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 11, Issue 5, Ver. III (Sep.-Oct.2016), PP 22-27 www.iosrjournals.org Single-Feed Triangular

More information

Wunderlich Curve Fractal Dipole Antenna for Dual-band Wearable RFID Applications

Wunderlich Curve Fractal Dipole Antenna for Dual-band Wearable RFID Applications University of Technology, Iraq From the SelectedWorks of Professor Jawad K. Ali 2018 Wunderlich Curve Fractal Dipole Antenna for Dual-band Wearable RFID Applications Ghufran M Hatem, Communication Engineering

More information

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

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

More information

A Printed Fractal Based Slot Antenna for Multi-band Wireless Communication Applications

A Printed Fractal Based Slot Antenna for Multi-band Wireless Communication Applications 618 PIERS Proceedings, Moscow, Russia, August 19 23, 2012 A Printed Fractal Based Slot Antenna for Multi-band Wireless Communication Applications Jawad K. Ali, Mahmood T. Yassen, Mohammed R. Hussan, and

More information

Design and Analysis of Wideband Patch Antenna for Dual band 2.4/5.8 GHz WLAN and WiMAX Application

Design and Analysis of Wideband Patch Antenna for Dual band 2.4/5.8 GHz WLAN and WiMAX Application IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 12, Issue 4, Ver. IV (Jul.-Aug. 2017), PP 59-65 www.iosrjournals.org Design and Analysis

More information

Review of Antennas Deploying Fractal Slot Geometries

Review of Antennas Deploying Fractal Slot Geometries Review of Antennas Deploying Fractal Slot Geometries Gagandeep Kaur 1, Chahat Jain 2, Munish Rattan 3 1, 2,3 (Dept. of Electronics & Communication, Guru Nanak Dev Engineering College Ludhiana, India) ABSTRACT

More information

Reduction of Mutual Coupling between Cavity-Backed Slot Antenna Elements

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

More information

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

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

More information

A Compact Broadband Printed Circular Slot Antenna with Stair Shaped Ground Plane

A Compact Broadband Printed Circular Slot Antenna with Stair Shaped Ground Plane Progress In Electromagnetics Research Letters, Vol. 74, 9 16, 2018 A Compact Broadband Printed Circular Slot Antenna with Stair Shaped Ground Plane Baudha Sudeep 1, * and Kumar V. Dinesh 2 Abstract This

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

A COMACT MICROSTRIP PATCH ANTENNA FOR WIRELESS COMMUNICATION

A COMACT MICROSTRIP PATCH ANTENNA FOR WIRELESS COMMUNICATION Progress In Electromagnetics Research C, Vol. 18, 211 22, 211 A COMACT MICROSTRIP PATCH ANTENNA FOR WIRELESS COMMUNICATION U. Chakraborty Department of ECE Dr. B. C. Roy Engineering College Durgapur-71326,

More information

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

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

More information

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

SIZE REDUCTION AND BANDWIDTH ENHANCEMENT OF A UWB HYBRID DIELECTRIC RESONATOR AN- TENNA FOR SHORT-RANGE WIRELESS COMMUNICA- TIONS

SIZE REDUCTION AND BANDWIDTH ENHANCEMENT OF A UWB HYBRID DIELECTRIC RESONATOR AN- TENNA FOR SHORT-RANGE WIRELESS COMMUNICA- TIONS Progress In Electromagnetics Research Letters, Vol. 19, 19 30, 2010 SIZE REDUCTION AND BANDWIDTH ENHANCEMENT OF A UWB HYBRID DIELECTRIC RESONATOR AN- TENNA FOR SHORT-RANGE WIRELESS COMMUNICA- TIONS O.

More information

An extra reduced size dual-mode bandpass filter for wireless communication systems

An extra reduced size dual-mode bandpass filter for wireless communication systems University of Technology, Iraq From the SelectedWorks of Professor Jawad K. Ali September 12, 2011 An extra reduced size dual-mode bandpass filter for wireless communication systems Jawad K. Ali, Department

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

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

A Compact Rupee Shaped Dual Band Antenna for WiMAX and WLAN Applications

A Compact Rupee Shaped Dual Band Antenna for WiMAX and WLAN Applications A Compact Rupee Shaped Dual Band Antenna for WiMAX and WLAN Applications Praveen Naidu V Department of E&TC SIU (Deemed University) Lavale,Pune-412115 Raj Kumar Department of AE A.R.D.E Pashan, Pune -

More information

MODIFIED EDGE FED SIERPINSKI CARPET MINIATURIZED MICROSTRIP PATCH ANTENNA

MODIFIED EDGE FED SIERPINSKI CARPET MINIATURIZED MICROSTRIP PATCH ANTENNA Nigerian Journal of Technology (NIJOTECH) Vol. 35, No. 3, July 2016, pp. 637 641 Copyright Faculty of Engineering, University of Nigeria, Nsukka, Print ISSN: 0331-8443, Electronic ISSN: 2467-8821 www.nijotech.com

More information

A Compact Dual-Band CPW-Fed Planar Monopole Antenna for GHz Frequency Band, WiMAX and WLAN Applications

A Compact Dual-Band CPW-Fed Planar Monopole Antenna for GHz Frequency Band, WiMAX and WLAN Applications 564 A Compact Dual-Band CPW-Fed Planar Monopole Antenna for 2.62-2.73 GHz Frequency Band, WiMAX and WLAN Applications Ahmed Zakaria Manouare 1, Saida Ibnyaich 2, Abdelaziz EL Idrissi 1, Abdelilah Ghammaz

More information

NOVEL DESIGN BROADBAND CPW-FED MONOPOLE ANTENNA WITH TRAPEZIUM SHAPED-STUB FOR COMMUNICATION SYSTEM

NOVEL DESIGN BROADBAND CPW-FED MONOPOLE ANTENNA WITH TRAPEZIUM SHAPED-STUB FOR COMMUNICATION SYSTEM NOVEL DESIGN BROADBAND CPW-FED MONOPOLE ANTENNA WITH TRAPEZIUM SHAPED-STUB FOR COMMUNICATION SYSTEM Karim A. Hamad Department of Electronic and Communication, College of Engineering, AL-Nahrain University,

More information

Multiband Printed Monopole Slot Antenna For Mobile Phone

Multiband Printed Monopole Slot Antenna For Mobile Phone ISSN: 2278 0211 (Online) Multiband Printed Monopole Slot Antenna For Mobile Phone Kumari Pammi Electronics Engineering Department, UCE,Rajasthan Technical University,Kota(Raj.), India R.S.Meena Electronics

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

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

A NOVEL DUAL-BAND PATCH ANTENNA FOR WLAN COMMUNICATION. E. Wang Information Engineering College of NCUT China

A NOVEL DUAL-BAND PATCH ANTENNA FOR WLAN COMMUNICATION. E. Wang Information Engineering College of NCUT China Progress In Electromagnetics Research C, Vol. 6, 93 102, 2009 A NOVEL DUAL-BAND PATCH ANTENNA FOR WLAN COMMUNICATION E. Wang Information Engineering College of NCUT China J. Zheng Beijing Electro-mechanical

More information

SAUSAGE MINKOWSKI SQUARE PATCH ANTENNA FOR GPS APPLICATION

SAUSAGE MINKOWSKI SQUARE PATCH ANTENNA FOR GPS APPLICATION SAUSAGE MINKOWSKI SQUARE PATCH ANTENNA FOR GPS APPLICATION Riyadh Khlf Ahmed 1, Assistant Lecturer. Israa H. Ali 2 University of Diyala, College of engineering, Dep. of communication. Diyala. Iraq. ABSTRACT

More information

Venu Adepu* et al. ISSN: [IJESAT] [International Journal of Engineering Science & Advanced Technology] Volume-6, Issue-2,

Venu Adepu* et al. ISSN: [IJESAT] [International Journal of Engineering Science & Advanced Technology] Volume-6, Issue-2, Bandwidth Enhancement of Microstrip Fed Koch Snowflake Fractal Slot Antenna Venu Adepu Asst Professor, Department of ECE, Jyothishmathi Institute of Technological Science,TS, India Abstract This paper

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

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

Wideband Bow-Tie Slot Antennas with Tapered Tuning Stubs

Wideband Bow-Tie Slot Antennas with Tapered Tuning Stubs Wideband Bow-Tie Slot Antennas with Tapered Tuning Stubs Abdelnasser A. Eldek, Atef Z. Elsherbeni and Charles E. Smith. atef@olemiss.edu Center of Applied Electromagnetic Systems Research (CAESR) Department

More information

Design of CPW-Fed Slot Antenna with Rhombus Patch for IoT Applications

Design of CPW-Fed Slot Antenna with Rhombus Patch for IoT Applications International Journal of Wireless Communications and Mobile Computing 2017; 5(2): 6-14 http://www.sciencepublishinggroup.com/j/wcmc doi: 10.11648/j.wcmc.20170502.11 ISSN: 2330-1007 (Print); ISSN: 2330-1015

More information

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

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

More information

DESIGN OF PLANAR INVERTED -F ANTENNA FOR WIRELESS APPLICATIONS

DESIGN OF PLANAR INVERTED -F ANTENNA FOR WIRELESS APPLICATIONS DESIGN OF PLANAR INVERTED -F ANTENNA FOR WIRELESS APPLICATIONS Dr.S.RAGHAVAN*, N.JAYANTHI * Senior Professor Department of Electronics and Communication Engineering National Institute of Technology Tiruchirappalli,

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

Optimization of a Wide-Band 2-Shaped Patch Antenna for Wireless Communications

Optimization of a Wide-Band 2-Shaped Patch Antenna for Wireless Communications Optimization of a Wide-Band 2-Shaped Patch Antenna for Wireless Communications ALI EL ALAMI 1, SAAD DOSSE BENNANI 2, MOULHIME EL BEKKALI 3, ALI BENBASSOU 4 1, 3, 4 University Sidi Mohamed Ben Abdellah

More information

COMPACT SLOT ANTENNA WITH EBG FEEDING LINE FOR WLAN APPLICATIONS

COMPACT SLOT ANTENNA WITH EBG FEEDING LINE FOR WLAN APPLICATIONS Progress In Electromagnetics Research C, Vol. 10, 87 99, 2009 COMPACT SLOT ANTENNA WITH EBG FEEDING LINE FOR WLAN APPLICATIONS A. Danideh Department of Electrical Engineering Islamic Azad University (IAU),

More information

Low-Profile Wideband Circularly Polarized Patch Antenna Using Asymmetric Feeding

Low-Profile Wideband Circularly Polarized Patch Antenna Using Asymmetric Feeding Progress In Electromagnetics Research Letters, Vol. 48, 21 26, 2014 Low-Profile Wideband Circularly Polarized Patch Antenna Using Asymmetric Feeding Yang-Tao Wan *, Fu-Shun Zhang, Dan Yu, Wen-Feng Chen,

More information

An X-Fractal Patch Antenna with DGS for Multiband Applications

An X-Fractal Patch Antenna with DGS for Multiband Applications An X-Fractal Patch Antenna with DGS for Multiband Applications Ramanjeet 1, Sukhwinder Kumar 2, Navjot Singh 3 1 M.Tech Student, Dept. of ECE, Thapar Institute of Engg. and Tech. University, Patiala Punjab,

More information

Akshit Tyagi, Rashmi Giri, Rhythm Kaushik, Shivam Saxena, Faisal Student of ECE department, MEERUT INSTITUTE OF TECHNOLOGY, Meerut.

Akshit Tyagi, Rashmi Giri, Rhythm Kaushik, Shivam Saxena, Faisal Student of ECE department, MEERUT INSTITUTE OF TECHNOLOGY, Meerut. International Journal of Scientific & Engineering Research, Volume 5, Issue 4, April-2014 399 A Novel Design of Microstrip Patch Antenna for WLAN Application Akshit Tyagi, Rashmi Giri, Rhythm Kaushik,

More information

Design of E-Shape Fractal Simple Multiband Patch Antenna for S-Band LTE and Various Mobile Standards

Design of E-Shape Fractal Simple Multiband Patch Antenna for S-Band LTE and Various Mobile Standards Research Inventy: International Journal Of Engineering And Science Vol.3, Issue 1 (May 2013), PP 12-19 Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com Design of E-Shape Fractal Simple Multiband

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

A DUAL-BAND CIRCULAR SLOT ANTENNA WITH AN OFFSET MICROSTRIP-FED LINE FOR PCS, UMTS, IMT-2000, ISM, BLUETOOTH, RFID AND WLAN APPLI- CATIONS

A DUAL-BAND CIRCULAR SLOT ANTENNA WITH AN OFFSET MICROSTRIP-FED LINE FOR PCS, UMTS, IMT-2000, ISM, BLUETOOTH, RFID AND WLAN APPLI- CATIONS Progress In Electromagnetics Research Letters, Vol. 16, 1 10, 2010 A DUAL-BAND CIRCULAR SLOT ANTENNA WITH AN OFFSET MICROSTRIP-FED LINE FOR PCS, UMTS, IMT-2000, ISM, BLUETOOTH, RFID AND WLAN APPLI- CATIONS

More information

Design and Implementation of Pentagon Patch Antennas with slit for Multiband Wireless Applications

Design and Implementation of Pentagon Patch Antennas with slit for Multiband Wireless Applications Design and Implementation of Pentagon Patch Antennas with slit for Multiband Wireless Applications B.Viraja 1, M. Lakshmu Naidu 2, Dr.B. Rama Rao 3, M. Bala Krishna 2 1M.Tech, Student, Dept of ECE, Aditya

More information

Dual-band MIMO antenna using double-t structure for WLAN applications

Dual-band MIMO antenna using double-t structure for WLAN applications Title Dual-band MIMO antenna using double-t structure for WLAN applications Author(s) Zhao, W; Liu, L; Cheung, SW; Cao, Y Citation The 2014 IEEE International Workshop on Antenna Technology (iwat 2014),

More information

Design of a Fractal Slot Antenna for Rectenna System and Comparison of Simulated Parameters for Different Dimensions

Design of a Fractal Slot Antenna for Rectenna System and Comparison of Simulated Parameters for Different Dimensions CPUH-Research Journal: 2015, 1(2), 43-48 ISSN (Online): 2455-6076 http://www.cpuh.in/academics/academic_journals.php Design of a Fractal Slot Antenna for Rectenna System and Comparison of Simulated Parameters

More information

A Fractal Circular Polarized RFID Tag Antenna

A Fractal Circular Polarized RFID Tag Antenna Cent. Eur. J. Eng. 3(3) 2013 446-450 DOI: 10.2478/s13531-012-0072-7 Central European Journal of Engineering A Fractal Circular Polarized RFID Tag Antenna Research Article Guesmi Chaouki 1, Abdelhak Ferchichi

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

SMALL-SIZE MICROSTRIP-COUPLED PRINTED PIFA FOR 2.4/5.2/5.8 GHz WLAN OPERATION IN THE LAPTOP COMPUTER

SMALL-SIZE MICROSTRIP-COUPLED PRINTED PIFA FOR 2.4/5.2/5.8 GHz WLAN OPERATION IN THE LAPTOP COMPUTER SMALL-SIZE MICROSTRIP-COUPLED PRINTED PIFA FOR 2.4/5.2/5.8 GHz WLAN OPERATION IN THE LAPTOP COMPUTER Kin-Lu Wong and Wei-Ji Chen Department of Electrical Engineering, National Sun Yat-Sen University, Kaohsiung

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

A Compact Fractal Based Printed Monopole Antenna for WiBro, WiMax and UWB Applications

A Compact Fractal Based Printed Monopole Antenna for WiBro, WiMax and UWB Applications University of Technology, Iraq From the SelectedWorks of Professor Jawad K. Ali 203 A Compact Fractal Based Printed Monopole Antenna for WiBro, WiMax and UWB Applications Mahmood T. Yassen, Department

More information

A Wide band Miniaturized Square Patch Antenna with Kite-shape fractals for WLAN/Wi-Fi Applications

A Wide band Miniaturized Square Patch Antenna with Kite-shape fractals for WLAN/Wi-Fi Applications A Wide band Miniaturized Square Patch Antenna with Kite-shape fractals for WLAN/Wi-Fi Applications Prof. B. B. Tigadi Department of Electronics & Communication Maratha Mandal College of Engineering Karnataka,

More information

A Miniaturized 878 MHz Slotted Meander Line Monopole Antenna for Ultra High Frequency Applications

A Miniaturized 878 MHz Slotted Meander Line Monopole Antenna for Ultra High Frequency Applications Progress In Electromagnetics Research Letters, Vol. 67, 33 38, 217 A Miniaturized 878 MHz Slotted Meander Line Monopole Antenna for Ultra High Frequency Applications Nabilah Ripin *, Ahmad A. Sulaiman,

More information

A WIDEBAND RECTANGULAR MICROSTRIP ANTENNA WITH CAPACITIVE FEEDING

A WIDEBAND RECTANGULAR MICROSTRIP ANTENNA WITH CAPACITIVE FEEDING A WIDEBAND RECTANGULAR MICROSTRIP ANTENNA WITH CAPACITIVE FEEDING Hind S. Hussain Department of Physics, College of Science, Al-Nahrain University, Baghdad, Iraq E-Mail: hindalrawi@yahoo.com ABSTRACT A

More information

METAMATERIAL BASED NOVEL DUAL BAND ANTENNA

METAMATERIAL BASED NOVEL DUAL BAND ANTENNA METAMATERIAL BASED NOVEL DUAL BAND ANTENNA Er.Maninder Singh 1, Er.Ravinder Kumar 2, Er.Neeraj Kumar Sharma 3 1, 2 & 3 Assistant Professor at Department of ECE, Saint Soldier Institute of Engineering &

More information

THE DESIGN AND FABRICATION OF A HIGHLY COM- PACT MICROSTRIP DUAL-BAND BANDPASS FILTER

THE DESIGN AND FABRICATION OF A HIGHLY COM- PACT MICROSTRIP DUAL-BAND BANDPASS FILTER Progress In Electromagnetics Research, Vol. 112, 299 307, 2011 THE DESIGN AND FABRICATION OF A HIGHLY COM- PACT MICROSTRIP DUAL-BAND BANDPASS FILTER C.-Y. Chen and C.-C. Lin Department of Electrical Engineering

More information

A folded loop antenna with four resonant modes

A folded loop antenna with four resonant modes Title A folded loop antenna with four resonant modes Author(s) Wu, D; Cheung, SW; Yuk, TI Citation The 9th European Conference on Antennas and Propagation (EuCAP 2015), Lisbon, Portugal, 13-17 April 2015.

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

Design of a Circularly Polarised Dual Band Notched Ultra Wideband Antenna with Fractal DGS for S-Band and C-Band Applications

Design of a Circularly Polarised Dual Band Notched Ultra Wideband Antenna with Fractal DGS for S-Band and C-Band Applications Design of a Circularly Polarised Dual Band Notched Ultra Wideband Antenna with Fractal DGS for S-Band and C-Band Applications Jyoti Pandey 1, Himanshu Nagpal 2 1,2 Department of Electronics & Communication

More information

A Compact Wideband Circularly Polarized L-Slot Antenna Edge-Fed by a Microstrip Feedline for C-Band Applications

A Compact Wideband Circularly Polarized L-Slot Antenna Edge-Fed by a Microstrip Feedline for C-Band Applications Progress In Electromagnetics Research Letters, Vol. 65, 95 102, 2017 A Compact Wideband Circularly Polarized L-Slot Antenna Edge-Fed by a Microstrip Feedline for C-Band Applications Mubarak S. Ellis, Jerry

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

ACS Feed Compact Multiband Antenna for Mobile Communication Applications

ACS Feed Compact Multiband Antenna for Mobile Communication Applications ACS Feed Compact Multiband Antenna for Mobile Communication Applications Onkar Musmade 1, A.S.Deshpande 2 1 PG Student, Department of Electronics and Telecommunication, Imperial College of Engineering

More information

SELF-COMPLEMENTARY CIRCULAR DISK ANTENNA FOR UWB APPLICATIONS

SELF-COMPLEMENTARY CIRCULAR DISK ANTENNA FOR UWB APPLICATIONS Progress In Electromagnetics Research C, Vol. 24, 111 122, 2011 SELF-COMPLEMENTARY CIRCULAR DISK ANTENNA FOR UWB APPLICATIONS K. H. Sayidmarie 1, * and Y. A. Fadhel 2 1 College of Electronic Engineering,

More information

Slot Antennas For Dual And Wideband Operation In Wireless Communication Systems

Slot Antennas For Dual And Wideband Operation In Wireless Communication Systems Slot Antennas For Dual And Wideband Operation In Wireless Communication Systems Abdelnasser A. Eldek, Cuthbert M. Allen, Atef Z. Elsherbeni, Charles E. Smith and Kai-Fong Lee Department of Electrical Engineering,

More information