PATTERN SYNTHESIS OF NON-UNIFORM AMPLITUDE EQUALLY SPACED MICROSTRIP ARRAY ANTENNA USING GA, PSO AND DE ALGORITHMS

Size: px
Start display at page:

Download "PATTERN SYNTHESIS OF NON-UNIFORM AMPLITUDE EQUALLY SPACED MICROSTRIP ARRAY ANTENNA USING GA, PSO AND DE ALGORITHMS"

Transcription

1 International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 7, Issue 2, March-April 2016, pp , Article ID: IJARET_07_02_013 Available online at Journal Impact Factor (2016): (Calculated by GISI) ISSN Print: and ISSN Online: IAEME Publication PATTERN SYNTHESIS OF NON-UNIFORM AMPLITUDE EQUALLY SPACED MICROSTRIP ARRAY ANTENNA USING GA, PSO AND DE ALGORITHMS K. Karuna Kumari Department of ECE, GITAM University, Visakhapatnam, A.P., India Prof. P. V. Sridevi Department of ECE, Andhra University, Visakhapatnam, A.P., India ABSTACT In the recent years the development in communication systems requires the development of low cost, minimal weight, low profile antennas that are capable of maintaining high performance over a wide spectrum of frequencies. This technological trend has focused much effort into the design of a micro strip patch antennas. Nowadays Evolutionary Computation has its growth to extent. Generally electromagnetic optimization problems generally involve a large number of parameters. Synthesis of non-uniform linear antenna arrays is one of the most important electromagnetic optimization problems of the current interest. This paper is mainly focus on the reduction in side lobe level of Microstrip linear arrays by using evolutionary programming-real valued genetic algorithm (EP-GA), particle swarm optimization algorithm(pso) and Differential Evolution Algorithm(DE). The simulation results of non uniform linear arrays in terms of SLL is calculated. The Best-Weights for 20 elements array are listed.the Radiation patterns are presented for different number of elements. All the simulated results are obtained by using MATLAB software. Key words: Microstrip antenna Linear array, Real valued-genetic Algorithm (GA), Particle Swarm Optimization (PSO) algorithm, Differential Evolution (DE) algorithm, Side-lobe Level. Cite this Article: K. Karuna Kumari and Prof. P. V. Sridevi. Pattern Synthesis of Non-Uniform Amplitude equally Spaced Microstrip Array Antenna Using GA, PSO and DE Algorithms. International Journal of Advanced Research in Engineering and Technology, 7(2), 2016, pp editor@iaeme.com

2 Pattern Synthesis of Non-Uniform Amplitude equally Spaced Microstrip Array Antenna Using GA, PSO and DE Algorithms 1. INTRODUCTION Low side lobe antennas are becoming an increasingly important component of high performance electronic systems, particularly those operating in heavy clutter and jamming environments. Practically, the radiation pattern of antenna array has not only having the main beam but also side lobes.most of the power is confined in main beam which provides the coverage in desired portion. Some of the power is also remained in sidelobe levels that are nothing but wastage of transmitting power [16]. If the sidelobe levels are very high, large amount of transmitting power is wastage. For efficient use of transmitting power and desired radiation characteristics can be achieved by using this five following control methods: 1) The geometrical configuration of the overall array 2) The relative displacement between the elements 3) The excitation amplitude of the individual elements 4) The excitation phase of individual elements 5) The relative pattern of the individual elements.various analytical and numerical methods have been used to optimize the side lobe levels relative to the main beam by using above controls. Several new optimization techniques have been emerged in the past two decades, that mimic biological evolution, or the way biological entities communicate in nature. Some of these algorithms have been used successively in many electromagnetic and antenna problems include Genetic Algorithms (GA) [1], Particle Swarm Optimization (PSO) [2], and the method of Differential Evolution (DE) Algorithm [3]. In the electromagnetism research area, mainly the antenna synthesis, the use of these optimizers is widely and clearly appreciated. To date, different GA, PSO and DE algorithms have been successfully applied to different problems including antenna design and the array synthesis. Many efforts have also been devoted to compare these algorithms to each other. Typically, such comparisons have been based on artificial numerical benchmark problems. The goal of many studies was to verify that one algorithm outperformed another on a given set of problems. In general, it has been possible to improve a given standard method within a restricted set of benchmark problems by making minor modifications to it.recently, Genetic Algorithms (GA),particle swarm optimization (PSO) and differential evolution (DE) have been introduced and particularly PSO has received increased interest from the EC community. These techniques have shown great promise in several real-world applications [4]-[7]. In this paper, we investigated the performance of GA, DE, PSO for the optimization of SLL. In the following part of the paper, the theory and formulation of the optimization problem will be explained. After words, the details of the proposed ensemble based Genetic Algorithms (GA), Particle Swarm Optimization (PSO) and Differential Evolution (DE) algorithms will be given. Finally, the application of algorithms in the optimization of SLL will be demonstrated for 20 element antenna array. The corresponding results of three algorithms will be compared. 2. MICRO STRIP PATCH ANTENNA Microstrip antennas are used not only as single element but are very popular in arrays. Arrays are very versatile and are used to synthesize a required pattern that cannot be achieved with a single element. Arrays increase the directivity, and perform various other functions which would be difficult with any one single element. For the microstrip antenna, the x-y plane (π/2, 0 π /2, 3 π /2 2 π) is the principal E-plane. For this plane, the expression for the radiated fields is[8-9] editor@iaeme.com

3 K. Karuna Kumari and Prof. P. V. Sridevi E k0h sin cos 2 k0l sin cos k0h 2 cos 2 2. DESIGN OF LINEAR ARRAY ANTENNAS Consider a Linear array of 2N symmetric array elements uniformly spaced of distance d between the elements in x-z plane. The array factor for the linear antenna array is shown below [10]. Where k is the wave number, k=2ᴨ/λ, θ is the angle measured from the axis of the array, θo is the steering angle, [, ] is the excitation of the current for the element on either side of the array midpoint to be controlled and d is the spacing between elements. By the array factor, the fitness function is obtained. Here, the fitness function is used to obtain the optimum weights and to achieve maximum SLL. Assuming the linear array is symmetric about its center of the array. Mathematically, the array factor of a 2N element linear array is given by [10] N Jn AF 2 I e cos k( n 0.5) d cos( cos 0) n 1 N k 2 Where k is the wave number d Fig 1: Geometry of Linear Antenna Array θ is the angle measured from the axis of the array, θ o is the steering angle,[, ] is the excitation of the current for the element on either side of the array midpoint to be controlled and d is the spacing between elements. The fitness function associated with this array is the maximum SLL of its associated far-field pattern to be minimized. The general form of the fitness function is given by Fitness Max( 20log 10 AF( ) ) Max AF( ) Where AF(θ) = AF(θ o ) 0, θ editor@iaeme.com

4 Pattern Synthesis of Non-Uniform Amplitude equally Spaced Microstrip Array Antenna Using GA, PSO and DE Algorithms 3. THE GENETIC ALGORITHM (GA) The Genetic Algorithm (GA) is an optimization and global search technique based on the mechanics of natural selection and natural genetics. A Genetic Algorithm allows a population composed of many individuals to involve under specified selection rules to a state that minimizes the cost function. This optimization algorithm is more powerful for problems with more number of variables and local minima. GA is very efficient in exploring the entire search space or the solution space, which is large and complex. The Genetic algorithm is implemented using computer simulation [9]. Genetic Algorithm may be represented as shown in Fig.3. In computer algorithm, a chromosome is an array of genes, a number of chromosomes make up one population. The chromosomes are generated randomly in the selected space. Each chromosome has an associated fitness function, assigning a relative merit to that chromosome. The algorithm begins with a large list of random chromosomes. Create initial population Evaluate SLL for each chromosome yes SLL SLL_Max No Chromosomes having best SLL as parent Cross over and mutation to generate new chromosome as child New Chromosomes= parents+ new offspring Select best SLL No SLL SLL_ Max yes Stop Figure 2 Genetic Algorithm for optimization of side lobe level editor@iaeme.com

5 K. Karuna Kumari and Prof. P. V. Sridevi Fitness functions are evaluated for each chromosome. The chromosomes are ranked from the best-fit to the least-fit, according to their respective fitness functions. Unacceptable chromosomes are discarded, leaving a superior species-subset of an original list, which is the process of selection. Genes that survive become parents, by crossing over some of their genetic material to produce two new offspring. The parents reproduce enough to offset the discarded chromosomes. Thus, the total number of chromosomes remains constant after every iteration. Mutations cause small random changes in a chromosome. Fitness functions are evaluated for the offspring and mutated chromosome, and the process is repeated. The algorithm stops after a set number of iterations, or when an acceptable solution is obtained. In the genetic algorithm, initial chromosomes are combination of random chromosome and amplitude excitations of linear array instead of all random chromosomes. The halves of the chromosome are discarded and new half of chromosomes are generated from parents chromosome which are best fits to fitness function. The cost function is the maximum side lobe level for the antenna pattern. 4. PRACTICAL SWARM OPTIMIZATION ALGORITHM Practical swarm optimization (PSO) is a population-based self-adaptive search optimization technique first introduced by Kennedy and Eberhart [11]. The PSO method is becoming very popular due to its simplicity of implementation and ability to quickly converge to a reasonably good solution. In the practical swarm algorithm, the trajectory of each individual in the search space is adjusted by dynamically altering the velocity of each particle, according to its own flying particles in the D- dimensional search space can be represented as and respectively editor@iaeme.com

6 Pattern Synthesis of Non-Uniform Amplitude equally Spaced Microstrip Array Antenna Using GA, PSO and DE Algorithms Start sss Ss ss St ar t Initialize particles with random position& Velocity Vectors Calculate fitness values for each particle Is current fitness value better than pbest YES Assign current fitness as new pbest Keep previous pbest NO Assign best particle s p Best value to g Best Calculate velocity for each particle Use each particle s velocity value to update its data values NO Target or maximum epochs reached YES Fig 3.PSO Algorithm for optimization of side lobe level END DE ALGORITHM To update the velocity matrix at each iteration K, every particle should now its personal best and global best position vectors in addition to the neighbor best position. The personal best position vector defines the position at which each particle attained its best fitness value up to the present iteration. The personal best position of the particle is represented as the global best position vector defines the position in the solution space at which the best fitness value was achieved by all particles, and is defined by [12] editor@iaeme.com

7 K. Karuna Kumari and Prof. P. V. Sridevi The particles are manipulated according to the following equations: (2) (3) In 1995, Price and Storn commenced the Differential Evolution (DE) algorithm [10] which is based upon differential mutation operator. Practically there are many problems with different types of objective functions such as non-linear, noisy, flat, non-differentiable, non-continuous, and multi-dimensional or have many local minima which are difficult to solve analytically. DE is a robust statistical method for cost function minimization which does not make use of a single nominal parameter vector but instead it uses a population of equally important vectors and is very advantageous to find the most approximate solution to any type of problems. Differential evolution is a simple, efficient and robust evolutionary algorithm, and is usually mark as DE/x/y/z, where x denotes how the differential mutation base is chosen, y denotes the number of vectors differences added to the base vector and z indicates the crossover method. It has been successfully applied to the array synthesis problems, electromagnetic inverse problems and many other scientific and engineering problems. Although it has been reported that differential evolution performs better than many other algorithms, it is still a dream for differential evolution users to have a strategy perfectly balancing exploration and exploitation, or equivalently, reliability and efficiency. It has been well known that the critical idea behind the success of Differential Evolution is the creative invention of differential mutation [13-15]. Different differential mutation strategies balance exploration and exploitation differently. For example, DE/Best/*/* generally converges faster due to the guidance by the best individual but may be locally trapped because of loss of directivity, while DE/Rand/*/* gains directivity at the cost of efficiency. In order to simultaneously, provide both diversity and guidance so that exploration and exploitation can be more efficiently balanced. Synthesis capability, reliability and efficiency of DE/Rand/*/* are tested. The simulation results show that DE/Rand/*/* is able to achieve lower peak side lobe levels and converge reliably and efficiently. In DE algorithm the objective function is sampled by a set of initial points which are chosen randomly from the entire search space. Then in the next step the algorithm adds the weighted difference between the two randomly selected population vectors to the third random population vector to generate a new parameter vector. This process of generating the new parameter vector is called mutation. Now this parameter vector is further mixed with the predefined parameters to produce the trial vector and this process is called crossover. Then in the last step, called selection in which trial vector is replaced by the target vector if the trial vector reduces the values of the cost function then that obtained due to the target vector. To realize the algorithm let the problem is function of D number of independent parameters. In this work for N element array, the number of independent parameters is 2N in which the first N parameters are the normalized amplitude coefficient of the N array elements and remaining N parameters are to represent the static phase of each element. Hence, if NP be the population size then the parameter vectors are represented as editor@iaeme.com

8 Pattern Synthesis of Non-Uniform Amplitude equally Spaced Microstrip Array Antenna Using GA, PSO and DE Algorithms The target vector compared with the trial vector and the minimum value is admitted to the next generation. The above steps are continued until the predefined number of generations reached or the desired value of the cost function is obtained. The entire process of DE for solving problem is shown in flowchart in Fig 4. Start Set G=0 and randomly initiate Compute i=1 G Yes M U No Save the result and stop T A +F( ) T I O i=i+1 N C R O S S O V E R S E L E f( Yes No C G=G+1 T I O f ( N Yes i=np No Fig4: DE Algorithm for optimization of SLL editor@iaeme.com

9 cost function Normalized Amplitude(dB) K. Karuna Kumari and Prof. P. V. Sridevi 6. RESUITS AND DISCUSSIONS In this paper, the Non-Uniform linear antenna array is synthesized using global optimizing techniques called GA, PSO and DE algorithms. The Non-Uniform array is symmetric array of 2N elements towards the center of the array. The array having progressive phase and uniform spacing between the elements is 0.5λ.The radiation pattern of linear antenna array with N=20 elements at scan angles and deg are given for GA, PSO and DE. In this paper, the array factor is the objective function for optimizing the fitness /cost function called SLL. By using this evaluation techniques the est weights are obtained for linear antenna arrays to reduce the SLL. 0 Optimized Radiation pattern of microstrip array using GA Theta in (Radians) Figure 5 Radiation pattern of 20 element microstrip array antenna using GA No.of generation Figure 6 Cost function graph for 500 iterations editor@iaeme.com

10 Cost function Normalized Amplitude(dB) Pattern Synthesis of Non-Uniform Amplitude equally Spaced Microstrip Array Antenna Using GA, PSO and DE Algorithms 0 Optimized Radiation pattern of microstrip array using PSO Theta in (Radians) Figure 7 Radiation pattern of 20 element microstrip array antenna using GA No.generation Figure 8 Cost function graph for 500 iterations editor@iaeme.com

11 cost function Normalized Amplitude(dB) K. Karuna Kumari and Prof. P. V. Sridevi 0 Optimized Radiation pattern of microstrip array using DE Theta in (Radians) Figure 9 Radiation pattern of 20 element microstrip array antenna using GA No.of generations Figure 10 Cost function graph for 500 iterations editor@iaeme.com

12 Normalized Amplitude(dB) Normalized Amplitude(dB) Pattern Synthesis of Non-Uniform Amplitude equally Spaced Microstrip Array Antenna Using GA, PSO and DE Algorithms Optimized Radiation pattern of microstrip array using GA,PSO,DE GA PSO DE Theta in (Radians) Figure 11 Radiation Pattern of Linear antenna array of 20 elements using GA, PSO and DE at θ= (deg) Optimized Radiation pattern of microstrip array using GA,PSO,DE GA PSO DE Theta in Radians Figure 13 Radiation Pattern of Linear antenna array of 20 elements using GA, PSO and DE at θ= (deg) editor@iaeme.com

13 K. Karuna Kumari and Prof. P. V. Sridevi S.No Table 1 Best weights for GA, PSO and DE Algorithms with 200 iterations Optimized weights using GA(N=20) Optimized weights using PSO (N=20) Table 2 SLL for GA, PSO and DE Algorithms with 200 iterations Optimized weights using DE (N=20) No.of element s GENETIC ALGORITHM Side lobe level(db) Converging time (sec) PARTICLE SWARM ALGORITHM Side lobe level(db) Converging time (sec) DIFFERENTIAL EVOLUTION ALGORITHM Side lobe level(db) Converging time (sec) editor@iaeme.com

14 Elapse Time(seconds) Normalised Amplitude(dB) Pattern Synthesis of Non-Uniform Amplitude equally Spaced Microstrip Array Antenna Using GA, PSO and DE Algorithms No.of elements verse Normalised Amplitude(dB) GA PSO DE No.of Elements(N) Figure 14 Maximum Side lobe level with the number of elements No.of elements verse Elapse Time(seconds) GA PSO DE No.of Elements(N) Figure 15 No. of elements verse Elapse time editor@iaeme.com

15 K. Karuna Kumari and Prof. P. V. Sridevi In three algorithms N=20 elements are used. The radiation pattern of Linear antenna array of 20 elements using GA, PSO algorithm and DE algorithm at θ= (deg) and at θ= (deg) are represented. The radiation pattern of Linear antenna array of 20 elements using GA, PSO and DE algorithms at θ= (deg),the SLL is db,.45db and db obtained respectively. The cost functions of GA,PSO and DE algorithms of 200 iterations are represented. All the three algorithms produced best results than normal linear antenna array having -13.6dB and comparatively DE Algorithm produces maximum SLL than PSO and GA. All the simulation results are obtained using MATLAB software 7. CONCLUSION In this paper the optimization of 20 elements linear arrays in terms of side level using genetic algorithm,particle swarm optimization algorithm,differential Evaluations are given. The side level for GA is db, PSO is -.45 db and for DE is for 20 element arrays. All three optimization techniques gives the good results for given problem, however the elapsed time or converging time for genetic algorithm is more when compared with PSO algorithm and DE algorithm. The number of generations /iterations required to get best fitness value for DE is more compared with GA and PSO. REFERENCES [1] Rahmat-Samii, Y., and Michielssen, E.: Electromagnetic Optimization by Genetic Algorithms. (New York: Wiley-Interscience, 1999) [2] Robinson, J., and Rahmat-Samii, Y.: Particle swarm optimization in electromagnetics. IEEE Transactions on Antennas and Propagation, 2004, 52, pp [3] Storn, R. and K. Price, Differential evolution A simple and efficient heuristic for global optimization over continuous spaces, Journal of Global Optimization, 11(4), pp , [4] M. M. Khodier and C. G. Christodoulou, Linear array geometry synthesis with minimum side lobe level and null control using particle swarm optimization, IEEE Transactions on Antennas and Propagation, 53(8), August [5] S. Yang, Y. B. Gan, and A. Qing, Sideband suppression in time modulated linear arrays by the differential evolution algorithm, IEEE Antennas Wireless Propagat. Lett., 1, pp , [6] D. Gies and Y. Rahmat-Samii, Particle swarm optimization for reconfigurable phased-differentiated array design, Microw. Opt. Tech. Lett., 38(3), pp , Aug [7] Kurup, D., Himdi, M., and Rydberg, A.: Synthesis of uniform amplitude unequally spaced antenna arrays using the differential algorithm, IEEE Trans. Antennas Propagation, 2003, 51, pp [8] K. Karuna Kumari, Dr.P.V.Sridevi Performance Evaluation of Circular Microstrip Patch Array with Difference Dielectric Substrate Materials, International Journal of Electronics and communication Engineering & Technology 4(1) 2013,pp [9] K.Karuna Kumari, Dr.P.V.Sridevi, Side lobe level optimization of circular Microstrip array antenna using Genetic Algorithm, IJECIERD 4(1) January- Feb14pp editor@iaeme.com

16 Pattern Synthesis of Non-Uniform Amplitude equally Spaced Microstrip Array Antenna Using GA, PSO and DE Algorithms [10] F. Soltankarimi1, J. Nourinia and Ch. Ghobadi, Side Lobe Level Optimization in Phased Array Antennas Using Genetic Algorithm, ISSST A2004, Sydney, Australia, 30 Aug, 2 Sep [11] J. Kennedy, R. Eberhart, Particle Swarm Optimization, IEEE Int. Conf. Neural Networks (Perth, Australia), 4, 1995, pp [12] J.Robinson, Y.Rahmat-Samii, ParticleSwarm Optimization (PSO) in Electromagnetics, IEEE Trans. Antennas Propagation, 52(2), February 2004, pp [13] S. Das, P. N. Suganthan, Differential Evolution: A survey of the State of- the- Art, IEEE Transactions on Evolutionary Computation, 15(1), pp. 4 31, 2011 [14] Y. Wang, Z. Cai, and Q. Zhang, Differential evolution with composite trial vector generation strategies and control parameters, IEEE Transactions on Evolutionary Computation, 15(1), pp , [15] J.Robinson, Y.Rahmat-Samii, ParticleSwarm Optimization (PSO) in Electromagnetics, IEEE Trans. Antennas Propagation, 52(2), February 2004, pp [16] Balanis, C.: Antenna Theory-Analysis and Design. (2nd Edition New York: Wiley, 1997) [17] Dr. Nagraj Kulkarni and Dr. S. N. Mulgi. A Novel Design and Development of Superimposed Square Slot Two Element Rectangular Microstrip Array Antenna for Wide Bandwidth and Intensified Gain. International Journal of Advanced Research in Engineering and Technology, 5(1), 2014, pp [18] Gangadhar P Maddani, Sameena N Mahagavin, Shivasharanappa N Mulgi. Design and Development of Microstrip Array Antenna for Wide Dual Band Operation. International Journal of Electronics and communication Engineering & Technology, 1(1), 2010, pp [19] Gangadhar P Maddani, Sameena N Mahagavin, Shivasharanappa N Mulgi, Rectangular Microstrip Array Antennas For Wide Triple Band Operation. International Journal of Electronics and communication Engineering & Technology, 1(1), 2010, pp [20] James Blondin, Particle Swarm Optimization: A Tutorial September4, editor@iaeme.com

Synthesis Of Polarization Agile Interleaved Arrays Based On Linear And Planar ADS And DS.

Synthesis Of Polarization Agile Interleaved Arrays Based On Linear And Planar ADS And DS. Guidelines for Student Reports Synthesis Of Polarization Agile Interleaved Arrays Based On Linear And Planar ADS And DS. A. Shariful Abstract The design of large arrays for radar applications require the

More information

Weighted Thinned Arrays by Almost Difference Sets and Convex Programming

Weighted Thinned Arrays by Almost Difference Sets and Convex Programming Guidelines for Student Reports Weighted Thinned Arrays by Almost Difference Sets and Convex Programming V. Depau Abstract The design of thinned arrays can be carried out with several techniques, including

More information

Synthesis of Linear Antenna Array using Genetic Algorithm with Cost Based Roulette to Maximize Side lobe Level Reduction

Synthesis of Linear Antenna Array using Genetic Algorithm with Cost Based Roulette to Maximize Side lobe Level Reduction Synthesis of Linear Antenna Array using Genetic Algorithm with Cost Based Roulette to Maximize Side lobe Level Reduction T.S.JEYALI LASEETHA 1, Dr. (Mrs.) R.SUKANESH 2 1, 2 Professor, Department of Electronics

More information

SIDE LOBE REDUCTION OF CIRCULAR ARRAY USING TAYLOR DISTRIBUTION FUNCTION IN RADAR APPLICATIONS

SIDE LOBE REDUCTION OF CIRCULAR ARRAY USING TAYLOR DISTRIBUTION FUNCTION IN RADAR APPLICATIONS International Journal of Electronics and Communication Engineering & Technology (IJECET) Volume 7, Issue 2, March-April 2016, pp. 01-08, Article ID: IJECET_07_02_001 Available online at http://www.iaeme.com/ijecet/issues.asp?jtype=ijecet&vtype=7&itype=2

More information

A PRACTICAL MINIATURIZED U-SLOT PATCH ANTENNA WITH ENHANCED BANDWIDTH

A PRACTICAL MINIATURIZED U-SLOT PATCH ANTENNA WITH ENHANCED BANDWIDTH Progress In Electromagnetics Research B, Vol. 3, 47 62, 2008 A PRACTICAL MINIATURIZED U-SLOT PATCH ANTENNA WITH ENHANCED BANDWIDTH G. F. Khodaei, J. Nourinia, and C. Ghobadi Electrical Engineering Department

More information

Design and Electromagnetic Modeling of E-Plane Sectoral Horn Antenna For Ultra Wide Band Applications On WR-137 & WR- 62 Waveguides

Design and Electromagnetic Modeling of E-Plane Sectoral Horn Antenna For Ultra Wide Band Applications On WR-137 & WR- 62 Waveguides International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 3 Issue 7ǁ July 2014 ǁ PP.11-17 Design and Electromagnetic Modeling of E-Plane Sectoral Horn

More information

A Novel Multi Frequency Rectangular Microstrip Antenna with Dual T Shaped Slots for UWB Applications

A Novel Multi Frequency Rectangular Microstrip Antenna with Dual T Shaped Slots for UWB Applications IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 1, Ver. VI (Feb. 2014), PP 120-124 A Novel Multi Frequency Rectangular Microstrip

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 4, Issue 2, February 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Novel Approach

More information

CHAPTER 5 PREDICTIVE MODELING STUDIES TO DETERMINE THE CONVEYING VELOCITY OF PARTS ON VIBRATORY FEEDER

CHAPTER 5 PREDICTIVE MODELING STUDIES TO DETERMINE THE CONVEYING VELOCITY OF PARTS ON VIBRATORY FEEDER 93 CHAPTER 5 PREDICTIVE MODELING STUDIES TO DETERMINE THE CONVEYING VELOCITY OF PARTS ON VIBRATORY FEEDER 5.1 INTRODUCTION The development of an active trap based feeder for handling brakeliners was discussed

More information

CLOUD DATABASE ROUTE SCHEDULING USING COMBANATION OF PARTICLE SWARM OPTIMIZATION AND GENETIC ALGORITHM

CLOUD DATABASE ROUTE SCHEDULING USING COMBANATION OF PARTICLE SWARM OPTIMIZATION AND GENETIC ALGORITHM CLOUD DATABASE ROUTE SCHEDULING USING COMBANATION OF PARTICLE SWARM OPTIMIZATION AND GENETIC ALGORITHM *Shabnam Ghasemi 1 and Mohammad Kalantari 2 1 Deparment of Computer Engineering, Islamic Azad University,

More information

International Journal of Software and Web Sciences (IJSWS) www.iasir.net

International Journal of Software and Web Sciences (IJSWS) www.iasir.net International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0063 ISSN (Online): 2279-0071 International

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering DOI: 10.15662/ijareeie.2014.0307061 Economic Dispatch of Power System Optimization with Power Generation Schedule Using Evolutionary Technique Girish Kumar 1, Rameshwar singh 2 PG Student [Control system],

More information

A Novel Binary Particle Swarm Optimization

A Novel Binary Particle Swarm Optimization Proceedings of the 5th Mediterranean Conference on T33- A Novel Binary Particle Swarm Optimization Motaba Ahmadieh Khanesar, Member, IEEE, Mohammad Teshnehlab and Mahdi Aliyari Shoorehdeli K. N. Toosi

More information

National Laboratory of Antennas and Microwave Technology Xidian University Xi an, Shaanxi 710071, China

National Laboratory of Antennas and Microwave Technology Xidian University Xi an, Shaanxi 710071, China Progress In Electromagnetics Research, PIER 76, 237 242, 2007 A BROADBAND CPW-FED T-SHAPE SLOT ANTENNA J.-J. Jiao, G. Zhao, F.-S. Zhang, H.-W. Yuan, and Y.-C. Jiao National Laboratory of Antennas and Microwave

More information

Biogeography Based Optimization (BBO) Approach for Sensor Selection in Aircraft Engine

Biogeography Based Optimization (BBO) Approach for Sensor Selection in Aircraft Engine Biogeography Based Optimization (BBO) Approach for Sensor Selection in Aircraft Engine V.Hymavathi, B.Abdul Rahim, Fahimuddin.Shaik P.G Scholar, (M.Tech), Department of Electronics and Communication Engineering,

More information

Analysis of Broadband Slot Cut Semi-Circular Microstrip Antennas

Analysis of Broadband Slot Cut Semi-Circular Microstrip Antennas Analysis of Broadband Slot Cut Semi-Circular Microstrip Antennas Amit A. Deshmukh EXTC, DJSCOE Vile Parle (W), Mumbai, India Ankita R. Jain EXTC, DJSCOE Vile Parle (W), Mumbai, India Apurva A. Joshi EXTC,

More information

A Robust Method for Solving Transcendental Equations

A Robust Method for Solving Transcendental Equations www.ijcsi.org 413 A Robust Method for Solving Transcendental Equations Md. Golam Moazzam, Amita Chakraborty and Md. Al-Amin Bhuiyan Department of Computer Science and Engineering, Jahangirnagar University,

More information

Alpha Cut based Novel Selection for Genetic Algorithm

Alpha Cut based Novel Selection for Genetic Algorithm Alpha Cut based Novel for Genetic Algorithm Rakesh Kumar Professor Girdhar Gopal Research Scholar Rajesh Kumar Assistant Professor ABSTRACT Genetic algorithm (GA) has several genetic operators that can

More information

SIW 2D PLANAR ARRAY WITH FOUR CROSS SLOTS RADIATOR AND TUNING VIAS

SIW 2D PLANAR ARRAY WITH FOUR CROSS SLOTS RADIATOR AND TUNING VIAS Progress In Electromagnetics Research C, Vol. 40, 83 92, 2013 SIW 2D PLANAR ARRAY WITH FOUR CROSS SLOTS RADIATOR AND TUNING VIAS P. Sanchez-Olivares, J. L. Masa-Campos *, J. A. Ruiz-Cruz, and B. Taha-Ahmed

More information

Design & Simulation of 8-Shape Slotted Microstrip Patch Antenna

Design & Simulation of 8-Shape Slotted Microstrip Patch Antenna World Applied Sciences Journal 31 (6): 1065-1071, 2014 ISSN 1818-4952 IDOSI Publications, 2014 DOI: 10.5829/idosi.wasj.2014.31.06.1462 Design & Simulation of 8-Shape Slotted Microstrip Patch Antenna Sohag

More information

Design of Rectangular Microstrip Slot Antenna for Multi Band Application

Design of Rectangular Microstrip Slot Antenna for Multi Band Application Design of Rectangular Microstrip Slot Antenna for Multi Band Application K.Thamarairubini 1, V. Kiruthiga 2 Assistant professor, Dept. of ECE, BIT College, Sathyamangalam, Tamilnadu, India 1 PG Student

More information

Compact Tunable and Dual band Circular Microstrip Antenna for GSM and Bluetooth Applications

Compact Tunable and Dual band Circular Microstrip Antenna for GSM and Bluetooth Applications 205 Compact Tunable and Dual band Circular Microstrip Antenna for GSM and Bluetooth Applications *K. P. Ray 1, S. Nikhil 2 and A. Nair 2 1 SAMEER, IIT Campus, Powai, Mumbai 400 076, India 2 K.J.Somaiya

More information

Optimal Tuning of PID Controller Using Meta Heuristic Approach

Optimal Tuning of PID Controller Using Meta Heuristic Approach International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 2 (2014), pp. 171-176 International Research Publication House http://www.irphouse.com Optimal Tuning of

More information

Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm

Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm , pp. 99-108 http://dx.doi.org/10.1457/ijfgcn.015.8.1.11 Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm Wang DaWei and Wang Changliang Zhejiang Industry Polytechnic College

More information

Optimization of PID parameters with an improved simplex PSO

Optimization of PID parameters with an improved simplex PSO Li et al. Journal of Inequalities and Applications (2015) 2015:325 DOI 10.1186/s13660-015-0785-2 R E S E A R C H Open Access Optimization of PID parameters with an improved simplex PSO Ji-min Li 1, Yeong-Cheng

More information

Review Paper for Broadband CPW-Fed T-Shape Slot Antenna

Review Paper for Broadband CPW-Fed T-Shape Slot Antenna Review Paper for Broadband CPW-Fed T-Shape Slot Antenna Shahpure Sana 1, Bharate Rajashri 2, Prof. Jadhav D.A. 3 1,2 BE, Dept. of E&TC, Brahmdevdada Mane Institute of Technology, Dist. Solapur (Maharashtra)

More information

Méta-heuristiques pour l optimisation

Méta-heuristiques pour l optimisation Méta-heuristiques pour l optimisation Differential Evolution (DE) Particle Swarm Optimization (PSO) Alain Dutech Equipe MAIA - LORIA - INRIA Nancy, France Web : http://maia.loria.fr Mail : Alain.Dutech@loria.fr

More information

APPLICATION OF MODIFIED (PSO) AND SIMULATED ANNEALING ALGORITHM (SAA) IN ECONOMIC LOAD DISPATCH PROBLEM OF THERMAL GENERATING UNIT

APPLICATION OF MODIFIED (PSO) AND SIMULATED ANNEALING ALGORITHM (SAA) IN ECONOMIC LOAD DISPATCH PROBLEM OF THERMAL GENERATING UNIT International Journal of Electrical Engineering & Technology (IJEET) Volume 7, Issue 2, March-April, 2016, pp.69 78, Article ID: IJEET_07_02_008 Available online at http:// http://www.iaeme.com/ijeet/issues.asp?jtype=ijeet&vtype=7&itype=2

More information

Research Article Service Composition Optimization Using Differential Evolution and Opposition-based Learning

Research Article Service Composition Optimization Using Differential Evolution and Opposition-based Learning Research Journal of Applied Sciences, Engineering and Technology 11(2): 229-234, 2015 ISSN: 2040-7459; e-issn: 2040-7467 2015 Maxwell Scientific Publication Corp. Submitted: May 20, 2015 Accepted: June

More information

Insight on mobile phones and communication system:

Insight on mobile phones and communication system: Introduction: Rapid progresses are being made in wireless communications to make interactive voice, data and even video services available anytime and anyplace. Nowadays mobile phones are becoming ubiquitous.

More information

Optimal PID Controller Design for AVR System

Optimal PID Controller Design for AVR System Tamkang Journal of Science and Engineering, Vol. 2, No. 3, pp. 259 270 (2009) 259 Optimal PID Controller Design for AVR System Ching-Chang Wong*, Shih-An Li and Hou-Yi Wang Department of Electrical Engineering,

More information

Comparative analysis for Bandwidth Enhancement of RMPA using EBG and varying feed line lengths

Comparative analysis for Bandwidth Enhancement of RMPA using EBG and varying feed line lengths Comparative analysis for Bandwidth Enhancement of RMPA using EBG and varying feed line lengths Tripti Basedia 1 1 EC Deptt., SRIT, India, Jabalpur Rahul Koshtha 2 EC Deptt., SRIT, India, Jabalpur ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

14.10.2014. Overview. Swarms in nature. Fish, birds, ants, termites, Introduction to swarm intelligence principles Particle Swarm Optimization (PSO)

14.10.2014. Overview. Swarms in nature. Fish, birds, ants, termites, Introduction to swarm intelligence principles Particle Swarm Optimization (PSO) Overview Kyrre Glette kyrrehg@ifi INF3490 Swarm Intelligence Particle Swarm Optimization Introduction to swarm intelligence principles Particle Swarm Optimization (PSO) 3 Swarms in nature Fish, birds,

More information

ANALYSIS OF ELEMENT SHAPE IN THE DESIGN FOR MULTI-BAND APPLICATIONS

ANALYSIS OF ELEMENT SHAPE IN THE DESIGN FOR MULTI-BAND APPLICATIONS ANALYSIS OF ELEMENT SHAPE IN THE DESIGN FOR MULTI-BAND APPLICATIONS Pidugu Prasad 1, D Vakula 2 1 M.Tech, Dept. of Electronics and Communication Engineering, NIT Warangal, A.P, India 2 Assistant Professor,

More information

Bandwidth and Mutual Coupling Analysis of a Circular Microstrip MIMO Antenna Using Artificial Neural Networks

Bandwidth and Mutual Coupling Analysis of a Circular Microstrip MIMO Antenna Using Artificial Neural Networks Bandwidth and Mutual Coupling Analysis of a Circular Microstrip MIMO Antenna Using Artificial Neural Networks K SRI RAMA KRISHNA Department of Electronics and Communication Engineering Jawaharlal Nehru

More information

Web Service Selection using Particle Swarm Optimization and Genetic Algorithms

Web Service Selection using Particle Swarm Optimization and Genetic Algorithms Web Service Selection using Particle Swarm Optimization and Genetic Algorithms Simone A. Ludwig Department of Computer Science North Dakota State University Fargo, ND, USA simone.ludwig@ndsu.edu Thomas

More information

Optimum Design of Worm Gears with Multiple Computer Aided Techniques

Optimum Design of Worm Gears with Multiple Computer Aided Techniques Copyright c 2008 ICCES ICCES, vol.6, no.4, pp.221-227 Optimum Design of Worm Gears with Multiple Computer Aided Techniques Daizhong Su 1 and Wenjie Peng 2 Summary Finite element analysis (FEA) has proved

More information

Introduction To Genetic Algorithms

Introduction To Genetic Algorithms 1 Introduction To Genetic Algorithms Dr. Rajib Kumar Bhattacharjya Department of Civil Engineering IIT Guwahati Email: rkbc@iitg.ernet.in References 2 D. E. Goldberg, Genetic Algorithm In Search, Optimization

More information

Numerical Research on Distributed Genetic Algorithm with Redundant

Numerical Research on Distributed Genetic Algorithm with Redundant Numerical Research on Distributed Genetic Algorithm with Redundant Binary Number 1 Sayori Seto, 2 Akinori Kanasugi 1,2 Graduate School of Engineering, Tokyo Denki University, Japan 10kme41@ms.dendai.ac.jp,

More information

A Method for Measuring Amplitude and Phase of Each Radiating Element of a Phased Array Antenna

A Method for Measuring Amplitude and Phase of Each Radiating Element of a Phased Array Antenna Electronics and Communications in Japan, Vol. 65-B, No. 5, 1982 A Method for Measuring Amplitude and Phase of Each Radiating Element of a Phased Array Antenna Seiji Mano and Takashi Katagi, Regular Members

More information

A DUAL-POLARIZED WIDE-BAND PATCH ANTENNA FOR INDOOR MOBILE COMMUNICATION APPLICA- TIONS

A DUAL-POLARIZED WIDE-BAND PATCH ANTENNA FOR INDOOR MOBILE COMMUNICATION APPLICA- TIONS Progress In Electromagnetics Research, PIER 1, 189 2, 2010 A DUAL-POLARIZED WIDE-BAND PATCH ANTENNA FOR INDOOR MOBILE COMMUNICATION APPLICA- TIONS M. Secmen and A. Hizal Department of Electrical and Electronics

More information

MSA AGENT FOR MULTIMEDIA APPLICATIONS

MSA AGENT FOR MULTIMEDIA APPLICATIONS MSA AGENT FOR MULTIMEDIA APPLICATIONS Aruna Rani 1 and A. K. Gautam 2 1 Department of Computer Science and Engineering 2 Department of Electrical and Electronics Engineering G B Pant Engineering College,

More information

SPEED CONTROL OF INDUCTION MACHINE WITH REDUCTION IN TORQUE RIPPLE USING ROBUST SPACE-VECTOR MODULATION DTC SCHEME

SPEED CONTROL OF INDUCTION MACHINE WITH REDUCTION IN TORQUE RIPPLE USING ROBUST SPACE-VECTOR MODULATION DTC SCHEME International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 7, Issue 2, March-April 2016, pp. 78 90, Article ID: IJARET_07_02_008 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=7&itype=2

More information

MIMO Capacity Comparisons of Three Types of Colocated Dual-Polarized Loop Antennas

MIMO Capacity Comparisons of Three Types of Colocated Dual-Polarized Loop Antennas Progress In Electromagnetics Research C, Vol. 54, 41 4, 20 MIMO Capacity Comparisons of Three Types of Colocated Dual-Polarized Loop Antennas Dazhi Piao * and Lingyu Yang Abstract The 2 2 multiple-input-multiple-output

More information

A New Quantitative Behavioral Model for Financial Prediction

A New Quantitative Behavioral Model for Financial Prediction 2011 3rd International Conference on Information and Financial Engineering IPEDR vol.12 (2011) (2011) IACSIT Press, Singapore A New Quantitative Behavioral Model for Financial Prediction Thimmaraya Ramesh

More information

Enhanced Stripline Scanning Array B.M. Cahill and J.C. Batchelor

Enhanced Stripline Scanning Array B.M. Cahill and J.C. Batchelor Enhanced Stripline Scanning Array B.M. Cahill and J.C. Batchelor This paper is a postprint of a paper submitted to and accepted for publication in IET Microwaves, Antennas and Propagation and is subject

More information

Printed Dipole Array Fed with Parallel Stripline for Ku-band Applications

Printed Dipole Array Fed with Parallel Stripline for Ku-band Applications Printed Dipole Array Fed with Parallel Stripline for Ku-band Applications M. Dogan 1, 3,K. Özsoy 1, 2, and I.Tekin 1, 1 Electronics Engineering, Sabanci University, Istanbul, Turkey 2 Vestek Electronic

More information

The Applications of Genetic Algorithms in Stock Market Data Mining Optimisation

The Applications of Genetic Algorithms in Stock Market Data Mining Optimisation The Applications of Genetic Algorithms in Stock Market Data Mining Optimisation Li Lin, Longbing Cao, Jiaqi Wang, Chengqi Zhang Faculty of Information Technology, University of Technology, Sydney, NSW

More information

T-slot Broadband Rectangular Patch Antenna

T-slot Broadband Rectangular Patch Antenna International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 4, Number 1 (2011), pp.43-47 International Research Publication House http://www.irphouse.com T-slot Broadband Rectangular

More information

A New Concept of PTP Vector Network Analyzer

A New Concept of PTP Vector Network Analyzer A New Concept of PTP Vector Network Analyzer Vadim Závodný, Karel Hoffmann and Zbynek Skvor Department of Electromagnetic Field, Faculty of Electrical Engineering, Czech Technical University, Technická,

More information

Research Article A Novel Resource-Leveling Approach for Construction Project Based on Differential Evolution

Research Article A Novel Resource-Leveling Approach for Construction Project Based on Differential Evolution Construction Engineering, Article ID 648938, 7 pages http://dx.doi.org/10.1155/2014/648938 Research Article A Novel Resource-Leveling Approach for Construction Project Based on Differential Evolution Hong-Hai

More information

Design of an U-slot Folded Shorted Patch Antenna for RF Energy Harvesting

Design of an U-slot Folded Shorted Patch Antenna for RF Energy Harvesting Design of an U-slot Folded Shorted Patch Antenna for RF Energy Harvesting Diponkar Kundu, Ahmed Wasif Reza, and Harikrishnan Ramiah Abstract Novel optimized U-slot Folded Shorted Patch Antenna (FSPA) is

More information

Proposal for a Slot Pair Array Having an Invariant Main Beam Direction with a Cosecant Radiation Pattern Using a Post-Wall Waveguide

Proposal for a Slot Pair Array Having an Invariant Main Beam Direction with a Cosecant Radiation Pattern Using a Post-Wall Waveguide 176 IEICE TRANS. ELECTRON., VOL.E86 C, NO.2 FEBRUARY 2003 PAPER Special Issue on Circuit and Device Technology for High-Speed Wireless Communication Proposal for a Slot Pair Array Having an Invariant Main

More information

ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 3, May 2013

ISSN: 2319-5967 ISO 9001:2008 Certified International Journal of Engineering Science and Innovative Technology (IJESIT) Volume 2, Issue 3, May 2013 Transistor Level Fault Finding in VLSI Circuits using Genetic Algorithm Lalit A. Patel, Sarman K. Hadia CSPIT, CHARUSAT, Changa., CSPIT, CHARUSAT, Changa Abstract This paper presents, genetic based algorithm

More information

A hybrid Approach of Genetic Algorithm and Particle Swarm Technique to Software Test Case Generation

A hybrid Approach of Genetic Algorithm and Particle Swarm Technique to Software Test Case Generation A hybrid Approach of Genetic Algorithm and Particle Swarm Technique to Software Test Case Generation Abhishek Singh Department of Information Technology Amity School of Engineering and Technology Amity

More information

BMOA: Binary Magnetic Optimization Algorithm

BMOA: Binary Magnetic Optimization Algorithm International Journal of Machine Learning and Computing Vol. 2 No. 3 June 22 BMOA: Binary Magnetic Optimization Algorithm SeyedAli Mirjalili and Siti Zaiton Mohd Hashim Abstract Recently the behavior of

More information

New Method for Optimum Design of Pyramidal Horn Antennas

New Method for Optimum Design of Pyramidal Horn Antennas 66 New Method for Optimum Design of Pyramidal Horn Antennas Leandro de Paula Santos Pereira, Marco Antonio Brasil Terada Antenna Group, Electrical Engineering Dept., University of Brasilia - DF terada@unb.br

More information

A Dual-Band Beam-Switched Slot Array for GSM 900/1800MHz

A Dual-Band Beam-Switched Slot Array for GSM 900/1800MHz Proceedings of Asia-Pacific Microwave Conference 2006 A Dual-Band Beam-Switched Slot Array for GSM 900/1800MHz Yijun Liu, Zhongxiang Shen, Boyu Zheng and Weihua Tan School of Electrical and Electronic

More information

Original Article Efficient Genetic Algorithm on Linear Programming Problem for Fittest Chromosomes

Original Article Efficient Genetic Algorithm on Linear Programming Problem for Fittest Chromosomes International Archive of Applied Sciences and Technology Volume 3 [2] June 2012: 47-57 ISSN: 0976-4828 Society of Education, India Website: www.soeagra.com/iaast/iaast.htm Original Article Efficient Genetic

More information

! #! % & % ( )! & +,,.! / 0 1 /) ) %222 3 4 1 5 6. /,,, %778,,9 / 6, : 0 9, 99, 3 +,, 9 9

! #! % & % ( )! & +,,.! / 0 1 /) ) %222 3 4 1 5 6. /,,, %778,,9 / 6, : 0 9, 99, 3 +,, 9 9 ! #! % & % ( )! & +,,.! / 0 1 /) ) %222 3 4 1 5 6. /,,, %778,,9 / 6, : 0 9, 99, 3 +,, 9 9 ; 896 IEEE TRANSACTIONS ON MICROWAVE THEORY AND TECHNIQUES, VOL. 56, NO. 4, APRIL 2008 A Circuit-Theoretic Approach

More information

GA as a Data Optimization Tool for Predictive Analytics

GA as a Data Optimization Tool for Predictive Analytics GA as a Data Optimization Tool for Predictive Analytics Chandra.J 1, Dr.Nachamai.M 2,Dr.Anitha.S.Pillai 3 1Assistant Professor, Department of computer Science, Christ University, Bangalore,India, chandra.j@christunivesity.in

More information

An ACO Approach to Solve a Variant of TSP

An ACO Approach to Solve a Variant of TSP An ACO Approach to Solve a Variant of TSP Bharat V. Chawda, Nitesh M. Sureja Abstract This study is an investigation on the application of Ant Colony Optimization to a variant of TSP. This paper presents

More information

STUDY OF ELLPITICAL SLOT UWB ANTENNAS WITH A 5.0 6.0 GHz BAND-NOTCH CAPABILITY

STUDY OF ELLPITICAL SLOT UWB ANTENNAS WITH A 5.0 6.0 GHz BAND-NOTCH CAPABILITY Progress In Electromagnetics Research C, Vol. 16, 207 222, 2010 STUDY OF ELLPITICAL SLOT UWB ANTENNAS WITH A 5.0 6.0 GHz BAND-NOTCH CAPABILITY A. Elboushi, O. M. Ahmed, and A. R. Sebak Electrical and Computer

More information

Dynamic Task Scheduling with Load Balancing using Hybrid Particle Swarm Optimization

Dynamic Task Scheduling with Load Balancing using Hybrid Particle Swarm Optimization Int. J. Open Problems Compt. Math., Vol. 2, No. 3, September 2009 ISSN 1998-6262; Copyright ICSRS Publication, 2009 www.i-csrs.org Dynamic Task Scheduling with Load Balancing using Hybrid Particle Swarm

More information

Flexible Neural Trees Ensemble for Stock Index Modeling

Flexible Neural Trees Ensemble for Stock Index Modeling Flexible Neural Trees Ensemble for Stock Index Modeling Yuehui Chen 1, Ju Yang 1, Bo Yang 1 and Ajith Abraham 2 1 School of Information Science and Engineering Jinan University, Jinan 250022, P.R.China

More information

DESIGN AND SIMULATION OF MULTIBAND CHAUCER FRACTAL PATCH ANTENNA LOADED WITH DUMBBELL

DESIGN AND SIMULATION OF MULTIBAND CHAUCER FRACTAL PATCH ANTENNA LOADED WITH DUMBBELL International Journal of Electronics and Communication Engineering & Technology (IJECET) Volume 7, Issue 1, Jan-Feb 216, pp. 45-54, Article ID: IJECET_7_1_5 Available online at http://www.iaeme.com/ijecet/issues.asp?jtype=ijecet&vtype=7&itype=1

More information

Dynamic Generation of Test Cases with Metaheuristics

Dynamic Generation of Test Cases with Metaheuristics Dynamic Generation of Test Cases with Metaheuristics Laura Lanzarini, Juan Pablo La Battaglia III-LIDI (Institute of Research in Computer Science LIDI) Faculty of Computer Sciences. National University

More information

DEVELOPMENT OF A COMPUTATIONAL INTELLIGENCE COURSE FOR UNDERGRADUATE AND GRADUATE STUDENTS

DEVELOPMENT OF A COMPUTATIONAL INTELLIGENCE COURSE FOR UNDERGRADUATE AND GRADUATE STUDENTS DEELOPMENT OF A COMPUTATIONAL INTELLIGENCE COURSE FOR UNDERGRADUATE AND GRADUATE STUDENTS Ganesh K. enayagamoorthy Department of Electrical and Computer Engineering University of Missouri Rolla, MO 65409,

More information

Open Access Research on Application of Neural Network in Computer Network Security Evaluation. Shujuan Jin *

Open Access Research on Application of Neural Network in Computer Network Security Evaluation. Shujuan Jin * Send Orders for Reprints to reprints@benthamscience.ae 766 The Open Electrical & Electronic Engineering Journal, 2014, 8, 766-771 Open Access Research on Application of Neural Network in Computer Network

More information

A Binary Model on the Basis of Imperialist Competitive Algorithm in Order to Solve the Problem of Knapsack 1-0

A Binary Model on the Basis of Imperialist Competitive Algorithm in Order to Solve the Problem of Knapsack 1-0 212 International Conference on System Engineering and Modeling (ICSEM 212) IPCSIT vol. 34 (212) (212) IACSIT Press, Singapore A Binary Model on the Basis of Imperialist Competitive Algorithm in Order

More information

Antenna Properties and their impact on Wireless System Performance. Dr. Steven R. Best. Cushcraft Corporation 48 Perimeter Road Manchester, NH 03013

Antenna Properties and their impact on Wireless System Performance. Dr. Steven R. Best. Cushcraft Corporation 48 Perimeter Road Manchester, NH 03013 Antenna Properties and their impact on Wireless System Performance Dr. Steven R. Best Cushcraft Corporation 48 Perimeter Road Manchester, NH 03013 Phone (603) 627-7877 FAX: (603) 627-1764 Email: sbest@cushcraft.com

More information

IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 13, NO. 2, APRIL 2009 243

IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 13, NO. 2, APRIL 2009 243 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 13, NO. 2, APRIL 2009 243 Self-Adaptive Multimethod Search for Global Optimization in Real-Parameter Spaces Jasper A. Vrugt, Bruce A. Robinson, and James

More information

Effect of Using Neural Networks in GA-Based School Timetabling

Effect of Using Neural Networks in GA-Based School Timetabling Effect of Using Neural Networks in GA-Based School Timetabling JANIS ZUTERS Department of Computer Science University of Latvia Raina bulv. 19, Riga, LV-1050 LATVIA janis.zuters@lu.lv Abstract: - The school

More information

Keywords: Slot antenna, ultra wideband (UWB), Microstrip line feeding, HFSS Simulation software.

Keywords: Slot antenna, ultra wideband (UWB), Microstrip line feeding, HFSS Simulation software. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Design of Compact UWB Printed Slot Antenna for GPS, GSM &Bluetooth Applications S.P.Shinde *1, M. M. Jadhav 2 *1, 2 Electronics

More information

Application of GA for Optimal Location of FACTS Devices for Steady State Voltage Stability Enhancement of Power System

Application of GA for Optimal Location of FACTS Devices for Steady State Voltage Stability Enhancement of Power System I.J. Intelligent Systems and Applications, 2014, 03, 69-75 Published Online February 2014 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijisa.2014.03.07 Application of GA for Optimal Location of Devices

More information

Progress In Electromagnetics Research C, Vol. 11, 147 154, 2009 COMPACT SIZE AND DUAL BAND SEMICIRCLE SHAPED ANTENNA FOR MIMO APPLICATIONS

Progress In Electromagnetics Research C, Vol. 11, 147 154, 2009 COMPACT SIZE AND DUAL BAND SEMICIRCLE SHAPED ANTENNA FOR MIMO APPLICATIONS Progress In Electromagnetics Research C, Vol. 11, 147 154, 2009 COMPACT SIZE AND DUAL BAND SEMICIRCLE SHAPED ANTENNA FOR MIMO APPLICATIONS R. Sadeghi Fakhr Department of Electrical Engineeri Islamic Azad

More information

Beam-Steerable Microstrip-Fed Bow-Tie Antenna Array for Fifth Generation Cellular Communications Ojaroudiparchin, Naser; Shen, Ming; Pedersen, Gert F.

Beam-Steerable Microstrip-Fed Bow-Tie Antenna Array for Fifth Generation Cellular Communications Ojaroudiparchin, Naser; Shen, Ming; Pedersen, Gert F. Aalborg Universitet Beam-Steerable Microstrip-Fed Bow-Tie Antenna Array for Fifth Generation Cellular Communications Ojaroudiparchin, Naser; Shen, Ming; Pedersen, Gert F. Published in: 10th European Conference

More information

A Hybrid Model of Particle Swarm Optimization (PSO) and Artificial Bee Colony (ABC) Algorithm for Test Case Optimization

A Hybrid Model of Particle Swarm Optimization (PSO) and Artificial Bee Colony (ABC) Algorithm for Test Case Optimization A Hybrid Model of Particle Swarm Optimization (PSO) and Artificial Bee Colony (ABC) Algorithm for Test Case Optimization Abraham Kiran Joseph a, Dr. G. Radhamani b * a Research Scholar, Dr.G.R Damodaran

More information

MINIMUM USAGE OF FERRITE TILES IN ANECHOIC CHAMBERS

MINIMUM USAGE OF FERRITE TILES IN ANECHOIC CHAMBERS Progress In Electromagnetics Research B, Vol. 19, 367 383, 2010 MINIMUM USAGE OF FERRITE TILES IN ANECHOIC CHAMBERS S. M. J. Razavi, M. Khalaj-Amirhosseini, and A. Cheldavi College of Electrical Engineering

More information

A Fast Computational Genetic Algorithm for Economic Load Dispatch

A Fast Computational Genetic Algorithm for Economic Load Dispatch A Fast Computational Genetic Algorithm for Economic Load Dispatch M.Sailaja Kumari 1, M.Sydulu 2 Email: 1 Sailaja_matam@Yahoo.com 1, 2 Department of Electrical Engineering National Institute of Technology,

More information

Applying Particle Swarm Optimization to Software Testing

Applying Particle Swarm Optimization to Software Testing Applying Particle Swarm Optimization to Software Testing Andreas Windisch DaimlerChrysler AG Research and Technology Alt-Moabit 96a, D-559 Berlin, Germany Phone: +49 3 39982 463 Stefan Wappler Technical

More information

ENHANCEMENT OF POWER SYSTEM SECURITY USING PSO-NR OPTIMIZATION TECHNIQUE

ENHANCEMENT OF POWER SYSTEM SECURITY USING PSO-NR OPTIMIZATION TECHNIQUE International Journal of Electrical Engineering & Technology (IJEET) olume 7, Issue 1, Jan-Feb, 2016, pp.35-44, Article ID: IJEET_07_01_004 Available online at http:// http://www.iaeme.com/ijeet/issues.asp?jtype=ijeet&type=7&itype=1

More information

Genetic Algorithm Performance with Different Selection Strategies in Solving TSP

Genetic Algorithm Performance with Different Selection Strategies in Solving TSP Proceedings of the World Congress on Engineering Vol II WCE, July 6-8,, London, U.K. Genetic Algorithm Performance with Different Selection Strategies in Solving TSP Noraini Mohd Razali, John Geraghty

More information

Helical Antenna Optimization Using Genetic Algorithms

Helical Antenna Optimization Using Genetic Algorithms Helical Antenna Optimization Using Genetic Algorithms by Raymond L. Lovestead Thesis submitted to the Faculty of the Virginia Polytechnic Institute and State University in partial fulfillment of the requirements

More information

New Modelling Capabilities in Commercial Software for High-Gain Antennas

New Modelling Capabilities in Commercial Software for High-Gain Antennas New Modelling Capabilities in Commercial Software for High-Gain Antennas Erik Jørgensen, Michael Lumholt, Peter Meincke, Min Zhou, Stig B. Sørensen, Oscar Borries, Cecilia Cappellin, and Poul Erik Frandsen

More information

Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition

Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition Synthetic Aperture Radar: Principles and Applications of AI in Automatic Target Recognition Paulo Marques 1 Instituto Superior de Engenharia de Lisboa / Instituto de Telecomunicações R. Conselheiro Emídio

More information

Connected U-Slots Patch Antenna for WiMAX Applications

Connected U-Slots Patch Antenna for WiMAX Applications Connected U-Slots Patch Antenna for WiMAX Applications Hattan F. AbuTarboush (1), D. Budimir (2), R. Nilavalan (1) and H. S. Al-Raweshidy (1) (1) Wireless Network and Communication Centre (WNCC), School

More information

Coverage Related Issues in Networks

Coverage Related Issues in Networks Coverage Related Issues in Networks Marida Dossena* 1 1 Department of Information Sciences, University of Naples Federico II, Napoli, Italy Email: marida.dossena@libero.it Abstract- Wireless sensor networks

More information

Designing a Linear FIR filter

Designing a Linear FIR filter Designing a Linear FIR filter implement the transfer function which can be in the form Leena Darsena, Himani of a program Agrawal or form of a circuit diagram. Abstract- Digital filtering has a very important

More information

Nonlinear Model Predictive Control of Hammerstein and Wiener Models Using Genetic Algorithms

Nonlinear Model Predictive Control of Hammerstein and Wiener Models Using Genetic Algorithms Nonlinear Model Predictive Control of Hammerstein and Wiener Models Using Genetic Algorithms Al-Duwaish H. and Naeem, Wasif Electrical Engineering Department/King Fahd University of Petroleum and Minerals

More information

Tecniche di Failure Analysis basate su Bayesian Compressive Sampling per Array Planari

Tecniche di Failure Analysis basate su Bayesian Compressive Sampling per Array Planari Guidelines for Student Reports Tecniche di Failure Analysis basate su Bayesian Compressive Sampling per Array Planari F. Grasso Abstract Il rilevamento di failures in array di grandi dimensioni rappresenta

More information

A RANDOMIZED LOAD BALANCING ALGORITHM IN GRID USING MAX MIN PSO ALGORITHM

A RANDOMIZED LOAD BALANCING ALGORITHM IN GRID USING MAX MIN PSO ALGORITHM International Journal of Research in Computer Science eissn 2249-8265 Volume 2 Issue 3 (212) pp. 17-23 White Globe Publications A RANDOMIZED LOAD BALANCING ALGORITHM IN GRID USING MAX MIN ALGORITHM C.Kalpana

More information

Small Size UWB-Bluetooth Antenna Design with Band-Notched Characteristics

Small Size UWB-Bluetooth Antenna Design with Band-Notched Characteristics Small Size UWB-Bluetooth Antenna Design with Band-Notched Characteristics Mrs. Priyalaskhmi.B, Sheena Agrawal Assistant Professor, Department of Telecommunication Engineering, SRM University, Kattankulathur,

More information

INTERNAL COMPACT PRINTED LOOP ANTENNA WITH MATCHING ELEMENT FOR LAPTOP APPLICATIONS

INTERNAL COMPACT PRINTED LOOP ANTENNA WITH MATCHING ELEMENT FOR LAPTOP APPLICATIONS INTERNAL COMPACT PRINTED LOOP ANTENNA WITH MATCHING ELEMENT FOR LAPTOP APPLICATIONS Shakti S Chauhan 1, R.P.S. Gangwar 2, Abhay Sharma 3, Electronics & Communication Engineering Department, College of

More information

Evaluation of Crossover Operator Performance in Genetic Algorithms With Binary Representation

Evaluation of Crossover Operator Performance in Genetic Algorithms With Binary Representation Evaluation of Crossover Operator Performance in Genetic Algorithms with Binary Representation Stjepan Picek, Marin Golub, and Domagoj Jakobovic Faculty of Electrical Engineering and Computing, Unska 3,

More information

A NOVEL SHIELD FOR GSM 1800 MHz BAND USING FREQUENCY SELECTIVE SURFACE

A NOVEL SHIELD FOR GSM 1800 MHz BAND USING FREQUENCY SELECTIVE SURFACE Progress In Electromagnetics Research Letters, Vol. 38, 193 199, 2013 A NOVEL SHIELD FOR GSM 1800 MHz BAND USING FREQUENCY SELECTIVE SURFACE Ramprabhu Sivasamy 1, *, Malathi Kanagasabai 1, Sanjay Baisakhiya

More information

CALIBRATION OF A ROBUST 2 DOF PATH MONITORING TOOL FOR INDUSTRIAL ROBOTS AND MACHINE TOOLS BASED ON PARALLEL KINEMATICS

CALIBRATION OF A ROBUST 2 DOF PATH MONITORING TOOL FOR INDUSTRIAL ROBOTS AND MACHINE TOOLS BASED ON PARALLEL KINEMATICS CALIBRATION OF A ROBUST 2 DOF PATH MONITORING TOOL FOR INDUSTRIAL ROBOTS AND MACHINE TOOLS BASED ON PARALLEL KINEMATICS E. Batzies 1, M. Kreutzer 1, D. Leucht 2, V. Welker 2, O. Zirn 1 1 Mechatronics Research

More information

A Brief Study of the Nurse Scheduling Problem (NSP)

A Brief Study of the Nurse Scheduling Problem (NSP) A Brief Study of the Nurse Scheduling Problem (NSP) Lizzy Augustine, Morgan Faer, Andreas Kavountzis, Reema Patel Submitted Tuesday December 15, 2009 0. Introduction and Background Our interest in the

More information

Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms

Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms Symposium on Automotive/Avionics Avionics Systems Engineering (SAASE) 2009, UC San Diego Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms Dipl.-Inform. Malte Lochau

More information

A hybrid Evolutionary Functional Link Artificial Neural Network for Data mining and Classification

A hybrid Evolutionary Functional Link Artificial Neural Network for Data mining and Classification Vol. 3, No.8, 1 A hybrid Evolutionary Functional Link Artificial Neural Network for Data mining and Classification Faissal MILI Applied Economics and Simulation, Faculty of Management and Economic Sciences,

More information