A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

Size: px
Start display at page:

Download "A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS"

Transcription

1 A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY Al Haydar Department of Computer Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY ABSTRACT A modfcaton on the classcal Dfferental Evoluton (DE) algorthm, based on randomzaton of the mutaton scale factor, s proposed n the lnear antenna array synthess. An example of postonphase synthess of unequally spaced lnear antenna array wth the mnmum peak sdelobe level s presented and compared wth some publshed results. The comparson clearly ndcates that the proposed modfcaton outperforms the exstng results n the recent lterature obtaned by varants of DE algorthm. Keywords: Dfferental Evoluton, Antenna Array, Sdelobe Suppresson. INTRODUCTION There has been an ncreasng focus on antenna array desgn due to the ncrease both n sze and n the varety of wreless applcatons. One of the man objectves of array desgn s beam shapng of the radaton pattern by adjustng parameters such as geometrcal confguraton, relatve dsplacements, exctaton ampltudes, exctaton phases and relatve patterns of dentcal elements (Balans, 1982). In some desgn problems, such as when a very hgh drectvty s requred n the selected drecton, analytcal technques cannot gve adequate results. Thus, t s requred to embed some numercal optmzaton technques nto the desgn process. In ths paper, a smple and effectve modfcaton on the classcal DE algorthm s proposed and s appled for the poston-phase synthess of the lnear antenna arrays. The obtaned results are compared wth the results of some varants of the DE algorthm obtaned from the recent lterature (Kurup et al., 2003), (Ln & Qng, 2010) and (oudos et al., 2011). CONTEXT AND REVIEW OF LITERATURE The Dfferental Evoluton s one of the evolutonary algorthms that extensvely appled for syntheszng of antenna arrays and some other electromagnetc problems (Rocca et al., 2011). Dfferental evoluton (DE) algorthm was proposed by Prce and Storn n 1995 (Storn & Prce, 1997), (Prce et al., 2005). It s an effectve, robust and smple global optmzaton algorthm whch has a few control parameters. The DE algorthm s used n antenna array synthess problems extensvely. A classcal DE algorthm s used n syntheszng unequally spaced antenna arrays n (Kurup et al., 2003). Dynamc Dfferental 25

2 Evoluton (DDE) algorthm (Qng, 2006), whch dffers from the DE algorthm by the strategy used for updatng ndvduals, s appled to antenna synthess problems n (Ln & Qng, 2010). The effect of angular resolutons whch are used to span the space n optmzaton has also been nvestgated n (Ln & Qng, 2010). A modfed verson of the DDE algorthm, whch s called Modfed Dfferental Evoluton Strategy (MDES), s also appled to some antenna synthess problems (Chen et al., 2008). Another varant of the DE algorthm, whch adaptvely adjusts the control parameters, s Self Adaptve Dfferental Evoluton (SADE) algorthm (Brest et al., 2006). The SADE algorthm s also appled to some antenna and mcrowave desgn problems (oudos et al., 2011). METHOD Sdelobe Suppresson of Antenna Arrays We consder an array of 2N sotropc antennas, whch are placed symmetrcally along the x-axs, as shown n Fg. 1. The radaton pattern of the gven array s symmetrc wth respect to the x-axs. The array factor AF s a functon of the angle θ, whch represents the angular separaton from y-axs and t can be wrtten as follows (Balans, 1982), (Ln & Qng, 2010), AF( x N x, I, φ,θ) = I exp 2π sn(θ) + φ (1) = N λ where λ s the wavelength and three vectors, x, I and φ, contan the postons, exctaton currents and exctaton phases of the antenna elements. The array factor s a functon of only the angle θ for a syntheszed antenna array n whch x, I and φ are determned. y θ -x N -x N-1 -x 3 -x 2 -x 1 x 1 x 2 x 3 x N-1 x N x Fgure 1. eometry of the 2N element symmetrc lnear antenna array along the x-axs The peak sdelobe level (PSLL) of the antenna array s defned as (Ln & Qng, 2010) AF(x, I,φ,θ) PSLL( x, I, φ) = max (2) θ S AF(x, I,φ,0) where S s the space spanned by the angle θ excludng the predefned man lobe wth the center at θ=0. The objectve functon s selected to mnmze PSLL, snce the focus of array synthess of our work s to mnmze the peak sdelobe levels of the unequally spaced antenna arrays wth unform ampltude exctaton. We consder the poston-phase synthess that the exctaton currents are the same for all elements (.e. I- =I=1, for =1, 2, 3,, N) and elements are assumed to be symmetrc (.e. x- =x, and φ-=φ for =1, 2, 3,, N).Then, N couples of real numbers (x, φ ; =1, 2, 3,, N), where x s the poston and φ [0,π/2] s the phase of the th element are formng the soluton space. 26

3 Dfferental Evoluton Algorthm The DE algorthm s a stochastc, parallel drect search method. It can be brefly stated as follows: Intalzaton: Intalze the populaton of sze P n N dmensons. Mutaton In each generaton, each N-dmensonal soluton (parent) vector z, =1, 2 P s mutated to obtan the perturbed (mutant) vector v + that s produced by v + 1 = zr + F.(z r z 1 2 r3 ) (3) where r 1, r 2, r 3 are three mutually dfferent ntegers, whch are randomly chosen from the set {1,2,, P}. They are also dfferent from the value. Mutaton scale parameter (F) s a real constant number whch has a control on the ampltude of the dfference (zr zr ). 2 3 Crossover The crossover operator s manly appled n order to ncrease the dversty of the mutant vector. In ths step, the parent vector 1 vector y +. Selecton z together wth the perturbed vector In the selecton phase, the ftness of the tral vector y + v + are recombned to obtan the tral s calculated and t s compared wth the ftness of the parent vector z. If the ftness of the tral vector s better than ts parent vector, then the tral vector replaces the parent vector n order to advance to the next generaton. Otherwse, the parent vector s kept n the next generaton wthout any change. Proposed Modfcaton on DE Algorthm In the modfed DE algorthm, the only change s performed on the selecton of F value. Instead of selectng the F as a real and constant value, t s selected randomly by generatng a unform random number Fj [0, 1], where j=1, 2,, N and =1, 2,, P. Ths random selecton of F enables the algorthm to delve the regon more deeply hence not stackng to local solutons. NUMERICAL RESULTS The modfed DE algorthm s appled n the poston-phase syntheszng of a 32-element lnear array. The populaton sze of the modfed DE algorthm s set to 60. Crossover rate s set to We run the program for 30 tmes for each problem and the best soluton sets are presented and compared wth publshed results. Table 1. Comparson of the Best PSLL s obtaned by Varants of DE Algorthms n db Phase-Poston Recalculated Reported Ths Paper DE [3] DDE [7] SADE [10] MDES [8]

4 For each run, 3000 teratons are carred out. We set the desred beamwdth to 6.3. The angular resoluton s set to 0.2 whch s also suggested n (Ln & Qng, 2010). The mnmum and the maxmum dstances between any adjacent elements are set to 0.5λ and λ, respectvely. In order to compare our results wth the ones that are publshed n lterature on the same bass, all PSLLs are recalculated wth an angular resoluton of (=π/100000) by usng the postons and phases gven each reference. The recalculated and the reported best PSLLs are gven n Table I. It should be noted that even the average PSLLs for the 30 runs wth the modfed DE algorthm, whch s calculated as db, s better than all the reported results. The standard devaton of PSLLs of 30 runs s calculated as 0, db, whch clearly shows how robust the modfed DE s for the analyzed problem. The best soluton set, whch s obtaned by the proposed DE algorthm, s gven n Table II. Table 2. The Best Soluton Set Obtaned by the Proposed DE Algorthm No Poston Phase (x /λ) (Degrees) The frst three sdelobes of the best synthess of the proposed DE algorthm are compared wth the best soluton sets of DDE (Ln & Qng, 2010) and SADE (oudos et al., 2011) algorthms n Fg. 2. It can be observed that the obtaned soluton set by usng the modfed DE algorthm outperforms the best soluton sets, whch were presented n (Ln & Qng, 2010) and (oudos et al., 2011). DISCUSSION AND CONCLUSION The proposed modfcaton on the DE algorthm ams to construct a deeper search n the regon of nterest. The experments that we have conducted have shown us that ths modfcaton of the DE algorthm does not only mprove the soluton qualty, but also ncreases the robustness of the algorthm when t s appled to the selected antenna synthess problems. Moreover, we observe that the randomzaton of the mutaton scale factor s very effectve n the problems that have many local mnmums n the regon of nterest. 28

5 Fgure 2. The frst three sdelobes of poston phase synthess of 32-element lnear array obtaned by usng dfferent DE algorthms. REFERENCES Balans, C. A. (1982). Antenna Theory. New York: John Wley. Brest, J., rener, S., Boskovc, B., Mernk, M., & Zumer, V. (2006). Self-adaptng control parameters n dfferental evoluton: A comparatve study on numercal benchmark problems. IEEE Trans. Evol. Comput., 10, Chen, Y., Yang, S., & Ne, Z. (2008). The applcaton of a modfed dfferental evoluton strategy to some array pattern synthess problems. IEEE Antennas and Wreless Propag. Lett, 56 (7), oudos, S. K., Sakavara, K., Samaras, T., Vafads, E. E., & Sahalos, J. N. (2011). Self-adaptve dfferental evoluton appled to real-valued antenna and mcrowave desgn problems. IEEE Trans. Antennas Propag., 59 (4), Kurup, D.., Hmd, M., & Rydberg, A. (2003). Synthess of unform ampltude unequally spaced antenna arrays usng the dfferental evoluton algorthm. IEEE Trans. Antennas Propag, 51 (9), Ln, C., & Qng, A. (2010). Synthess of unequally spaced antenna arrays by usng dfferental evoluton. IEEE Trans. Antennas Propag., 58 (8), Prce, K. V., Storn, R. M., & Lampnen, J. A. (2005). Dfferental evoluton: a practcal approach to global optmzaton. Berln: Sprnger. Qng, A. (2006). Dynamc dfferental evoluton strategy and applcatons n electromagnetc nverse scatterng problems. IEEE Trans. eosc. Remote Sensng, 44 (1), Rocca, P., Massa, A., & Olver,. (2011).,. Olver and A. Massa, Dfferental Evoluton as Appled to Electromagnetcs,, vol. 53, no. 1, 38-49, February IEEE Antennas and Propagaton Magazne, 53 (1), Storn, R., & Prce, K. (1997). Dfferental evoluton-a smple and effcent heurstc for global optmzaton over contnuous spaces. J. lobal Optmzaton,

Controlled Random Search Optimization For Linear Antenna Arrays

Controlled Random Search Optimization For Linear Antenna Arrays L. MERAD, F. T. BENDIMERAD, S. M. MERIAH, CONTROLLED RANDOM SEARCH OPTIMIZATION FOR LINEAR Controlled Random Search Optmzaton For Lnear Antenna Arrays Lotf MERAD, Feth Tar BENDIMERAD, Sd Mohammed MERIAH

More information

Multiple Beam Array Pattern Synthesis by Amplitude and Phase with the Use of a Modified Particle Swarm Optimisation Algorithm

Multiple Beam Array Pattern Synthesis by Amplitude and Phase with the Use of a Modified Particle Swarm Optimisation Algorithm SETIT 29 5 th Internatonal Conference: Scences of Electronc, Technologes of Informaton and Telecommuncatons March 22-26, 29 TUNISIA Multple Beam Array Pattern Synthess by Ampltude and wth the Use of a

More information

Diversion of Constant Crossover Rate DE\BBO to Variable Crossover Rate DE\BBO\L

Diversion of Constant Crossover Rate DE\BBO to Variable Crossover Rate DE\BBO\L , pp. 207-220 http://dx.do.org/10.14257/jht.2016.9.1.18 Dverson of Constant Crossover Rate DE\BBO to Varable Crossover Rate DE\BBO\L Ekta 1, Mandeep Kaur 2 1 Department of Computer Scence, GNDU, RC, Jalandhar

More information

Development and Performance Evaluation of Mismatched Filter using Differential Evolution

Development and Performance Evaluation of Mismatched Filter using Differential Evolution Internatonal Journal of Computer Applcatons (975 8887) Development and Performance Evaluaton of Msmatched Flter usng Dfferental Evoluton J. B. Seventlne 1 G. V. K. Sharma 2 K. Srdev 3 D. Elzabath Ran 4

More information

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

More information

Department of Electronics and Communication Engineering. 2

Department of Electronics and Communication Engineering. 2 ACEEE Int. J. on Communcatons, Vol. 3, No., March Partcle Swarm Optzaton wth Constrcton Factor and Inerta Weght Approach Based Synthess of Concentrc Crcular Antenna Array wth Non-sotropc Elements Durbadal

More information

Research Scholar, Dept. of Electronics and Communication Engineering, Andhra University college of

Research Scholar, Dept. of Electronics and Communication Engineering, Andhra University college of ISO 9001:2008 Certfed Internatonal Journal of Engneerng and Innovatve Technology (IJEIT) Sde Lobe Reducton of a Concentrc Crcular Antenna Array usng Genetc Algorthm (GA) and Partcle Swarm Optzaton (PSO)

More information

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J.

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J. ABSTRACT Research Artcle MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patdar, J. Sngha Address for Correspondence Maulana Azad

More information

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation T. Kerdchuen and W. Ongsakul / GMSARN Internatonal Journal (09) - Optmal Placement of and by Hybrd Genetc Algorthm and Smulated Annealng for Multarea Power System State Estmaton Thawatch Kerdchuen and

More information

antenna antenna (4.139)

antenna antenna (4.139) .6.6 The Lmts of Usable Input Levels for LNAs The sgnal voltage level delvered to the nput of an LNA from the antenna may vary n a very wde nterval, from very weak sgnals comparable to the nose level,

More information

DEGL BASED OPTIMIZATION FOR PRACTICAL CONSTRAINED ECONOMIC POWER DISPATCH PROBLEM

DEGL BASED OPTIMIZATION FOR PRACTICAL CONSTRAINED ECONOMIC POWER DISPATCH PROBLEM Journal of Electrcal Engneerng BASED OTIMIZATION FOR RACTICAL CONSTRAINED ECONOMIC OWER DISATCH ROBLEM B.ADMANABHAN (1) SIVAKUMAR R.S (2) (1) M.E (ower Sys Engg), Sardar Raja College of Engneerng, Alangulam,

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate Comparatve Analyss of Reuse and 3 n ular Network Based On IR Dstrbuton and Rate Chandra Thapa M.Tech. II, DEC V College of Engneerng & Technology R.V.. Nagar, Chttoor-5727, A.P. Inda Emal: chandra2thapa@gmal.com

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

Hybrid Differential Evolution based Concurrent Relay-PID Control for Motor Position Servo Systems

Hybrid Differential Evolution based Concurrent Relay-PID Control for Motor Position Servo Systems Hybrd Dfferental Evoluton based Concurrent Relay-PID Control for Motor Poston Servo Systems B.Sartha 1, Dr. L. Rav Srnvas P.G. Student, Department of EEE, Gudlavalleru Engneerng College, Gudlavalleru,

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

Improvement of Buck Converter Performance Using Artificial Bee Colony Optimized-PID Controller

Improvement of Buck Converter Performance Using Artificial Bee Colony Optimized-PID Controller Journal of Automaton and Control Engneerng Vol. 3, No. 4, August 2015 Improvement of Buck Converter Performance Usng Artfcal Bee Colony Optmzed-PID Controller Yusuf Sonmez1, Ozcan Ayyldz1, H. Tolga Kahraman2,

More information

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator Global Advanced Research Journal of Management and Busness Studes (ISSN: 2315-5086) Vol. 4(3) pp. 082-086, March, 2015 Avalable onlne http://garj.org/garjmbs/ndex.htm Copyrght 2015 Global Advanced Research

More information

Queen Bee genetic optimization of an heuristic based fuzzy control scheme for a mobile robot 1

Queen Bee genetic optimization of an heuristic based fuzzy control scheme for a mobile robot 1 Queen Bee genetc optmzaton of an heurstc based fuzzy control scheme for a moble robot 1 Rodrgo A. Carrasco Schmdt Pontfca Unversdad Católca de Chle Abstract Ths work presents both a novel control scheme

More information

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter Walsh Functon Based Synthess Method of PWM Pattern for Full-Brdge Inverter Sej Kondo and Krt Choesa Nagaoka Unversty of Technology 63-, Kamtomoka-cho, Nagaoka 9-, JAPAN Fax: +8-58-7-95, Phone: +8-58-7-957

More information

A Novel 20G Wide-Band Synthesis Methodology for CMOS Spiral Inductors using Neural Network and Genetic Algorithm

A Novel 20G Wide-Band Synthesis Methodology for CMOS Spiral Inductors using Neural Network and Genetic Algorithm A Novel 20G Wde-Band Synthess Methodology for CMOS Spral Inductors usng Neural Network and Genetc Algorthm Hayang Shen Wenjun Zhang Tao u CAD Department, Insttute of Mcroelectroncs, Tsnghua Unversty, Bejng

More information

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

Optimal PID Design for Control of Active Car Suspension System

Optimal PID Design for Control of Active Car Suspension System I.J. Informaton Technology and Computer Scence, 2018, 1, 16-23 Publshed Onlne January 2018 n MECS (http://www.mecs-press.org/) DOI: 10.5815/jtcs.2018.01.02 Optmal PID Desgn for Control of Actve Car Suspenson

More information

Coverage Maximization in Mobile Wireless Sensor Networks Utilizing Immune Node Deployment Algorithm

Coverage Maximization in Mobile Wireless Sensor Networks Utilizing Immune Node Deployment Algorithm CCECE 2014 1569888203 Coverage Maxmzaton n Moble Wreless Sensor Networs Utlzng Immune Node Deployment Algorthm Mohammed Abo-Zahhad, Sabah M. Ahmed and Nabl Sabor Electrcal and Electroncs Engneerng Department

More information

Servo Actuating System Control Using Optimal Fuzzy Approach Based on Particle Swarm Optimization

Servo Actuating System Control Using Optimal Fuzzy Approach Based on Particle Swarm Optimization Servo Actuatng System Control Usng Optmal Fuzzy Approach Based on Partcle Swarm Optmzaton Dev Patel, L Jun Heng, Abesh Rahman, Deepka Bhart Sngh Abstract Ths paper presents a new optmal fuzzy approach

More information

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame Ensemble Evoluton of Checkers Players wth Knowledge of Openng, Mddle and Endgame Kyung-Joong Km and Sung-Bae Cho Department of Computer Scence, Yonse Unversty 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749

More information

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University)

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University) -4 June 5 IFEMA Madrd h P5 3 Elastc Envelope Inverson J.R. Luo* (X'an Jaotong Unversty), R.S. Wu (UC Santa Cruz) & J.H. Gao (X'an Jaotong Unversty) SUMMARY We developed the elastc envelope nverson method.

More information

The PID Controller Based on the Artificial Neural Network and the Differential Evolution Algorithm

The PID Controller Based on the Artificial Neural Network and the Differential Evolution Algorithm 2368 JOURNAL OF COMPUERS, VOL. 7, NO., OCOBER 22 he PID Controller Based on the Artfcal Neural Networ and the Dfferental Evoluton Algorthm We Lu he Control Scence and Engneerng Department of Dalan Unversty

More information

Optimal Allocation of Static VAr Compensator for Active Power Loss Reduction by Different Decision Variables

Optimal Allocation of Static VAr Compensator for Active Power Loss Reduction by Different Decision Variables S. Aucharyamet and S. Srsumrannukul / GMSARN Internatonal Journal 4 (2010) 57-66 Optmal Allocaton of Statc VAr Compensator for Actve Power oss Reducton by Dfferent Decson Varables S. Aucharyamet and S.

More information

Available online at ScienceDirect. Procedia Computer Science 85 (2016 )

Available online at   ScienceDirect. Procedia Computer Science 85 (2016 ) Avalable onlne at www.scencedrect.com ScenceDrect Proceda Computer Scence 85 (206 ) 976 986 Internatonal Conference on Computatonal Modelng and Securty (CMS 206) Comparatve Analyss of NR and TBLO Algorthms

More information

Channel Alternation and Rotation in Narrow Beam Trisector Cellular Systems

Channel Alternation and Rotation in Narrow Beam Trisector Cellular Systems Channel Alternaton and Rotaton n Narrow Beam Trsector Cellular Systems Vncent A. Nguyen, Peng-Jun Wan, Ophr Freder Illnos Insttute of Technology-Communcaton Laboratory Research Computer Scence Department-Chcago,

More information

An Optimal Model and Solution of Deployment of Airships for High Altitude Platforms

An Optimal Model and Solution of Deployment of Airships for High Altitude Platforms An Optmal Model and Soluton of Deployment of Arshps for Hgh Alttude Platforms Xuyu Wang, Xnbo Gao, Ru Zong, Peng Cheng. VIPS Lab, School of Electronc Engneerng, Xdan Unversty, X an 77, Chna. Department

More information

Open Access Node Localization Method for Wireless Sensor Networks Based on Hybrid Optimization of Differential Evolution and Particle Swarm Algorithm

Open Access Node Localization Method for Wireless Sensor Networks Based on Hybrid Optimization of Differential Evolution and Particle Swarm Algorithm Send Orders for Reprnts to reprnts@benthamscence.ae The Open Automaton and Control Systems Journal, 014, 6, 61-68 61 Open Access Node Localzaton Method for Wreless Sensor Networks Based on Hybrd Optmzaton

More information

Machine Learning in Production Systems Design Using Genetic Algorithms

Machine Learning in Production Systems Design Using Genetic Algorithms Internatonal Journal of Computatonal Intellgence Volume 4 Number 1 achne Learnng n Producton Systems Desgn Usng Genetc Algorthms Abu Quder Jaber, Yamamoto Hdehko and Rzauddn Raml Abstract To create a soluton

More information

Investigation of Hybrid Particle Swarm Optimization Methods for Solving Transient-Stability Constrained Optimal Power Flow Problems

Investigation of Hybrid Particle Swarm Optimization Methods for Solving Transient-Stability Constrained Optimal Power Flow Problems Investgaton of Hybrd Partcle Swarm Optmzaton Methods for Solvng Transent-Stablty Constraned Optmal Power Flow Problems K. Y. Chan, G. T. Y. Pong and K. W. Chan Abstract In ths paper, hybrd partcle swarm

More information

Intelligent and Robust Genetic Algorithm Based Classifier

Intelligent and Robust Genetic Algorithm Based Classifier Intellgent and Robust Genetc Algorthm Based Classfer S. H. Zahr, H. Raab Mashhad and S. A. Seyedn Downloaded from eee.ust.ac.r at :4 IRDT on Monday September 3rd 018 Abstract: The concepts of robust classfcaton

More information

Evolutionary Programming for Reactive Power Planning Using FACTS Devices

Evolutionary Programming for Reactive Power Planning Using FACTS Devices Bplab Bhattacharyya, kash Kumar Gupta,. Das Evolutonary Programmng for Reactve Power Plannng Usng Devces BIPLAB BHATTACHARYYA *, IKAH KUMAR GUPTA 2 AND.DA 3, 2, 3 Department of Electrcal Engneerng, Indan

More information

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION 7th European Sgnal Processng Conference (EUSIPCO 9 Glasgow, Scotland, August 4-8, 9 ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION Babta Majh, G. Panda and B.

More information

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies Internatonal Journal of Smart Home Vol.8, No. (04), pp.7-6 http://dx.do.org/0.457/sh.04.8.. Research on the Process-level Producton Schedulng Optmzaton Based on the Manufacturng Process Smplfes Y. P. Wang,*,

More information

A Heuristic Speech De-noising with the aid of Dual Tree Complex Wavelet Transform using Teaching-Learning Based Optimization

A Heuristic Speech De-noising with the aid of Dual Tree Complex Wavelet Transform using Teaching-Learning Based Optimization ISSN (Prnt) : 39-863 ISSN (Onlne) : 975-44 D. Yugandhar et al. / Internatonal Journal of Engneerng and Technology (IJET) A Heurstc Speech De-nosng wth the ad of Dual Tree Complex Wavelet Transform usng

More information

A NEW ADAPTIVE PENALTY METHOD FOR CONSTRAINED GENETIC ALGORITHM AND ITS APPLICATION TO WATER DISTRIBUTION SYSTEMS

A NEW ADAPTIVE PENALTY METHOD FOR CONSTRAINED GENETIC ALGORITHM AND ITS APPLICATION TO WATER DISTRIBUTION SYSTEMS Nnth Internatonal Water Technology Conference, IWTC 2005, Sharm El-Shekh, Egypt 077 A NEW ADAPTIVE PENALTY METHOD FOR CONSTRAINED GENETIC ALGORITHM AND ITS APPLICATION TO WATER DISTRIBUTION SYSTEMS Berge

More information

NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL

NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL NEW EVOLUTIONARY PARTICLE SWARM ALGORITHM (EPSO) APPLIED TO VOLTAGE/VAR CONTROL Vladmro Mranda vmranda@nescporto.pt Nuno Fonseca nfonseca@power.nescn.pt INESC Insttuto de Engenhara de Sstemas e Computadores

More information

Define Y = # of mobiles from M total mobiles that have an adequate link. Measure of average portion of mobiles allocated a link of adequate quality.

Define Y = # of mobiles from M total mobiles that have an adequate link. Measure of average portion of mobiles allocated a link of adequate quality. Wreless Communcatons Technologes 6::559 (Advanced Topcs n Communcatons) Lecture 5 (Aprl th ) and Lecture 6 (May st ) Instructor: Professor Narayan Mandayam Summarzed by: Steve Leung (leungs@ece.rutgers.edu)

More information

INSTANTANEOUS TORQUE CONTROL OF MICROSTEPPING BIPOLAR PWM DRIVE OF TWO-PHASE STEPPING MOTOR

INSTANTANEOUS TORQUE CONTROL OF MICROSTEPPING BIPOLAR PWM DRIVE OF TWO-PHASE STEPPING MOTOR The 5 th PSU-UNS Internatonal Conference on Engneerng and 537 Technology (ICET-211), Phuket, May 2-3, 211 Prnce of Songkla Unversty, Faculty of Engneerng Hat Ya, Songkhla, Thaland 9112 INSTANTANEOUS TORQUE

More information

PSO and ACO Algorithms Applied to Location Optimization of the WLAN Base Station

PSO and ACO Algorithms Applied to Location Optimization of the WLAN Base Station PSO and ACO Algorthms Appled to Locaton Optmzaton of the WLAN Base Staton Ivan Vlovć 1, Nša Burum 1, Zvonmr Špuš 2 and Robert Nađ 2 1 Unversty of Dubrovn, Croata 2 Unversty of Zagreb, Croata E-mal: van.vlovc@undu.hr,

More information

Electrical Capacitance Tomography with a Square Sensor

Electrical Capacitance Tomography with a Square Sensor Electrcal Capactance Tomography wth a Square Sensor W Q Yang * Department of Electrcal Engneerng and Electroncs, Process Tomography Group, UMIST, P O Box 88, Manchester M60 QD, UK, emal w.yang@umst.ac.uk

More information

Experimental Validation of Equi-Area Method for Antenna Directivity, Gain and Efficiency Calculations

Experimental Validation of Equi-Area Method for Antenna Directivity, Gain and Efficiency Calculations Lfe Scence Journal ;(s) Expermental Valdaton of Equ-Area Method for Antenna Drectvty, Gan and Effcency Calculatons Sadq Ullah, Shahbaz Khan, Azz Ahmed, Babar Kamal Antennas and ropagaton Lab, Telecommuncaton

More information

Global transformer design optimization using deterministic and non-deterministic algorithms

Global transformer design optimization using deterministic and non-deterministic algorithms Global transformer desgn optmzaton usng determnstc and non-determnstc algorthms Eleftheros I. Amorals Member, IEEE Natonal Techncal Unversty of Athens 9 Iroon Polytechnou Street, 5780 Athens, Greece eamr@tee.gr

More information

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods Beam qualty measurements wth Shack-Hartmann wavefront sensor and M-sensor: comparson of two methods J.V.Sheldakova, A.V.Kudryashov, V.Y.Zavalova, T.Y.Cherezova* Moscow State Open Unversty, Adaptve Optcs

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

Transmitted field in the lossy ground from ground penetrating radar (GPR) dipole antenna

Transmitted field in the lossy ground from ground penetrating radar (GPR) dipole antenna Computatonal Methods and Expermental Measurements XVII 3 Transmtted feld n the lossy ground from ground penetratng radar (GPR) dpole antenna D. Poljak & V. Dorć Unversty of Splt, Croata Abstract The paper

More information

Open Access Research on PID Controller in Active Magnetic Levitation Based on Particle Swarm Optimization Algorithm

Open Access Research on PID Controller in Active Magnetic Levitation Based on Particle Swarm Optimization Algorithm Send Orders for Reprnts to reprnts@benthamscence.ae 1870 The Open Automaton and Control Systems Journal, 2015, 7, 1870-1874 Open Access Research on PID Controller n Actve Magnetc Levtaton Based on Partcle

More information

A novel immune genetic algorithm based on quasi-secondary response

A novel immune genetic algorithm based on quasi-secondary response 12th AIAA/ISSMO Multdscplnary Analyss and Optmzaton Conference 10-12 September 2008, Vctora, Brtsh Columba Canada AIAA 2008-5919 A novel mmune genetc algorthm based on quas-secondary response Langyu Zhao

More information

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages Low Swtchng Frequency Actve Harmonc Elmnaton n Multlevel Converters wth Unequal DC Voltages Zhong Du,, Leon M. Tolbert, John N. Chasson, Hu L The Unversty of Tennessee Electrcal and Computer Engneerng

More information

Adaptive Phase Synchronisation Algorithm for Collaborative Beamforming in Wireless Sensor Networks

Adaptive Phase Synchronisation Algorithm for Collaborative Beamforming in Wireless Sensor Networks 213 7th Asa Modellng Symposum Adaptve Phase Synchronsaton Algorthm for Collaboratve Beamformng n Wreless Sensor Networks Chen How Wong, Zhan We Sew, Renee Ka Yn Chn, Aroland Krng, Kenneth Tze Kn Teo Modellng,

More information

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating

Research on Peak-detection Algorithm for High-precision Demodulation System of Fiber Bragg Grating , pp. 337-344 http://dx.do.org/10.1457/jht.014.7.6.9 Research on Peak-detecton Algorthm for Hgh-precson Demodulaton System of Fber ragg Gratng Peng Wang 1, *, Xu Han 1, Smn Guan 1, Hong Zhao and Mngle

More information

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION Vncent A. Nguyen Peng-Jun Wan Ophr Freder Computer Scence Department Illnos Insttute of Technology Chcago, Illnos vnguyen@t.edu,

More information

Finding Proper Configurations for Modular Robots by Using Genetic Algorithm on Different Terrains

Finding Proper Configurations for Modular Robots by Using Genetic Algorithm on Different Terrains Internatonal Journal of Materals, Mechancs and Manufacturng, Vol. 1, No. 4, November 2013 Fndng Proper Confguratons for Modular Robots by Usng Genetc Algorthm on Dfferent Terrans Sajad Haghzad Kldbary,

More information

Reconstruction of the roadway coverage parameters from radar probing measurements

Reconstruction of the roadway coverage parameters from radar probing measurements Surface Effects and Contact Mechancs X 37 Reconstructon of the roadway coverage parameters from radar probng measurements A. Kranyukov Faculty of Computer Scence and Electroncs, Transport and Telecommuncaton

More information

RC Filters TEP Related Topics Principle Equipment

RC Filters TEP Related Topics Principle Equipment RC Flters TEP Related Topcs Hgh-pass, low-pass, Wen-Robnson brdge, parallel-t flters, dfferentatng network, ntegratng network, step response, square wave, transfer functon. Prncple Resstor-Capactor (RC)

More information

Applications of Modern Optimization Methods for Controlling Parallel Connected DC-DC Buck Converters

Applications of Modern Optimization Methods for Controlling Parallel Connected DC-DC Buck Converters IJCSI Internatonal Journal of Computer Scence Issues, Volume 3, Issue 6, November 26 www.ijcsi.org https://do.org/.2943/266.559 5 Applcatons of Modern Optmzaton Methods for Controllng Parallel Connected

More information

Localization of FACTS Devices for Optimal Power Flow Using Genetic Algorithm

Localization of FACTS Devices for Optimal Power Flow Using Genetic Algorithm 13 Internatonal Conference on Electrcal Informaton and Communcaton Technology (EICT) Localzaton of ACTS Devces for Optmal Power low Usng Genetc Algorthm A.K.M. Rezwanur Rahman, Md. Shahabul Alam, Md. Zakr

More information

Key-Words: - Automatic guided vehicles, Robot navigation, genetic algorithms, potential fields

Key-Words: - Automatic guided vehicles, Robot navigation, genetic algorithms, potential fields Autonomous Robot Navgaton usng Genetc Algorthms F. ARAMBULA COSIO, M. A. PADILLA CASTAÑEDA Lab. de Imágenes y Vsón Centro de Instrumentos, UNAM Méxco, D.F., 451 MEXICO Abstract: - In ths paper s presented

More information

Genetic Algorithm for Sensor Scheduling with Adjustable Sensing Range

Genetic Algorithm for Sensor Scheduling with Adjustable Sensing Range Genetc Algorthm for Sensor Schedulng wth Adjustable Sensng Range D.Arvudanamb #, G.Sreekanth *, S.Balaj # # Department of Mathematcs, Anna Unversty Chenna, Inda arvu@annaunv.edu skbalaj8@gmal.com * Department

More information

Application of Intelligent Voltage Control System to Korean Power Systems

Application of Intelligent Voltage Control System to Korean Power Systems Applcaton of Intellgent Voltage Control System to Korean Power Systems WonKun Yu a,1 and HeungJae Lee b, *,2 a Department of Power System, Seol Unversty, South Korea. b Department of Power System, Kwangwoon

More information

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network Avalable onlne at www.scencedrect.com Proceda Engneerng 5 (2 44 445 A Prelmnary Study on Targets Assocaton Algorthm of Radar and AIS Usng BP Neural Networ Hu Xaoru a, Ln Changchuan a a Navgaton Insttute

More information

A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT

A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT A PARTICLE SWARM OPTIMIZATION FOR REACTIVE POWER AND VOLTAGE CONTROL CONSIDERING VOLTAGE SECURITY ASSESSMENT Hrotaka Yoshda Kench Kawata IEEE Trans. on Power Systems, Vol.15, No.4, pp.1232-1239, November

More information

Simultaneous Reconfiguration with DG Placement using Bit-Shift Operator Based TLBO

Simultaneous Reconfiguration with DG Placement using Bit-Shift Operator Based TLBO Smultaneous Reconfguraton wth Placement usng Bt-Shft Operator Based TLBO Ayan Ghosh, *Deepak Kumar EEE Department B.I.T Mesra, Ranch Jharkhand, Inda *deepakmek9@gmal.com S. R. Samantaray School of Electrcal

More information

Introduction to Coalescent Models. Biostatistics 666 Lecture 4

Introduction to Coalescent Models. Biostatistics 666 Lecture 4 Introducton to Coalescent Models Bostatstcs 666 Lecture 4 Last Lecture Lnkage Equlbrum Expected state for dstant markers Lnkage Dsequlbrum Assocaton between neghborng alleles Expected to decrease wth dstance

More information

Particle Swarm Optimization (PSO) and Genetic Algorithm (GA) Optimizing Linear Quadratic Regulator Controller On DC-DC Converter

Particle Swarm Optimization (PSO) and Genetic Algorithm (GA) Optimizing Linear Quadratic Regulator Controller On DC-DC Converter Internatonal Conference on Control, Automaton and Systems 28 Oct. 14-17, 28 n COEX, Seoul, Korea Partcle Swarm Optmzaton (PSO) and Genetc Algorthm (GA) Optmzng Lnear Quadratc Regulator Controller On DC-DC

More information

Design of Shunt Active Filter for Harmonic Compensation in a 3 Phase 3 Wire Distribution Network

Design of Shunt Active Filter for Harmonic Compensation in a 3 Phase 3 Wire Distribution Network Internatonal Journal of Research n Electrcal & Electroncs Engneerng olume 1, Issue 1, July-September, 2013, pp. 85-92, IASTER 2013 www.aster.com, Onlne: 2347-5439, Prnt: 2348-0025 Desgn of Shunt Actve

More information

Optimal Reconfiguration of Distribution System by PSO and GA using graph theory

Optimal Reconfiguration of Distribution System by PSO and GA using graph theory Proceedngs of the 6th WSEAS Internatonal Conference on Applcatons of Electrcal Engneerng, Istanbul, Turkey, May 27-29, 2007 83 Optmal Reconfguraton of Dstrbuton System by PSO and GA usng graph theory Mehd

More information

The Spectrum Sharing in Cognitive Radio Networks Based on Competitive Price Game

The Spectrum Sharing in Cognitive Radio Networks Based on Competitive Price Game 8 Y. B. LI, R. YAG, Y. LI, F. YE, THE SPECTRUM SHARIG I COGITIVE RADIO ETWORKS BASED O COMPETITIVE The Spectrum Sharng n Cogntve Rado etworks Based on Compettve Prce Game Y-bng LI, Ru YAG., Yun LI, Fang

More information

Downloaded from ijiepr.iust.ac.ir at 5:13 IRST on Saturday December 15th 2018

Downloaded from ijiepr.iust.ac.ir at 5:13 IRST on Saturday December 15th 2018 Internatonal Journal of Industral Eng. & roducton Research (2008) pp. 21-29 Volume 19, Number 4, 2008 Internatonal Journal of Industral Engneerng & roducton Research Journal Webste: http://een.ust.ac.r/

More information

Shunt Active Filters (SAF)

Shunt Active Filters (SAF) EN-TH05-/004 Martt Tuomanen (9) Shunt Actve Flters (SAF) Operaton prncple of a Shunt Actve Flter. Non-lnear loads lke Varable Speed Drves, Unnterrupted Power Supples and all knd of rectfers draw a non-snusodal

More information

An Intelligent Approach Based on Meta-Heuristic Algorithm for Non-Convex Economic Dispatch

An Intelligent Approach Based on Meta-Heuristic Algorithm for Non-Convex Economic Dispatch Journal of Operaton and Automaton n Power Engneerng Vol. 3, No. 1, Wnter & Sprng 015, Pages: 47-55 http://journals.uma.ac.r/joape An Intellgent Approach Based on Meta-Heurstc Algorthm for Non-Convex Economc

More information

PERFORMANCE COMPARISON OF THREE ALGORITHMS FOR TWO-CHANNEL SINEWAVE PARAMETER ESTIMATION: SEVEN PARAMETER SINE FIT, ELLIPSE FIT, SPECTRAL SINC FIT

PERFORMANCE COMPARISON OF THREE ALGORITHMS FOR TWO-CHANNEL SINEWAVE PARAMETER ESTIMATION: SEVEN PARAMETER SINE FIT, ELLIPSE FIT, SPECTRAL SINC FIT XIX IMEKO World Congress Fundamental and ppled Metrology September 6, 009, Lsbon, Portugal PERFORMNCE COMPRISON OF THREE LGORITHMS FOR TWO-CHNNEL SINEWVE PRMETER ESTIMTION: SEVEN PRMETER SINE FIT, ELLIPSE

More information

A simulation-based optimization of low noise amplifier design using PSO algorithm

A simulation-based optimization of low noise amplifier design using PSO algorithm IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.16 No.5, May 2016 45 A smulaton-based optmzaton of low nose amplfer desgn usng PSO algorthm Roohollah Nakhae, Peyman Almasnejad and

More information

熊本大学学術リポジトリ. Kumamoto University Repositor

熊本大学学術リポジトリ. Kumamoto University Repositor 熊本大学学術リポジトリ Kumamoto Unversty Repostor Ttle Wreless LAN Based Indoor Poston and Its Smulaton Author(s) Ktasuka, Teruak; Nakansh, Tsune CtatonIEEE Pacfc RIM Conference on Comm Computers, and Sgnal Processng

More information

A Simple and Reliable Method for the Evaluation of the Exposed Field Near the GSM Antenna

A Simple and Reliable Method for the Evaluation of the Exposed Field Near the GSM Antenna (IJACSA) Internatonal Journal of Advanced Computer Scence and Applcatons, A Smple and Relable Method for the Evaluaton of the Exposed Feld Near the GSM Antenna Algent Lala,Bexhet Kamo, Vlad Kolc, Shkelzen

More information

USE OF GPS MULTICORRELATOR RECEIVERS FOR MULTIPATH PARAMETERS ESTIMATION

USE OF GPS MULTICORRELATOR RECEIVERS FOR MULTIPATH PARAMETERS ESTIMATION Rdha CHAGGARA, TeSA Chrstophe MACABIAU, ENAC Erc CHATRE, STNA USE OF GPS MULTICORRELATOR RECEIVERS FOR MULTIPATH PARAMETERS ESTIMATION ABSTRACT The performance of GPS may be degraded by many perturbatons

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences Australan Journal of Basc and Appled Scences, 9(16) Specal 2015, Pages: 197-203 ISSN:1991-8178 Australan Journal of Basc and Appled Scences Journal home page: www.ajbasweb.com Performance Evaluaton of

More information

MASTER TIMING AND TOF MODULE-

MASTER TIMING AND TOF MODULE- MASTER TMNG AND TOF MODULE- G. Mazaher Stanford Lnear Accelerator Center, Stanford Unversty, Stanford, CA 9409 USA SLAC-PUB-66 November 99 (/E) Abstract n conjuncton wth the development of a Beam Sze Montor

More information

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding Sde-Match Vector Quantzers Usng Neural Network Based Varance Predctor for Image Codng Shuangteng Zhang Department of Computer Scence Eastern Kentucky Unversty Rchmond, KY 40475, U.S.A. shuangteng.zhang@eku.edu

More information

A Genetic Algorithm Based Multi Objective Service Restoration in Distribution Systems

A Genetic Algorithm Based Multi Objective Service Restoration in Distribution Systems Journal of Computer Scence 7 (3): 448-453, 2011 ISSN 1549-3636 2011 Scence Publcatons A Genetc Algorthm Based Mult Objectve Servce Restoraton n Dstrbuton Systems Sathsh Kumar Kannaah, Jayabarath Thangavel

More information

A Parallel Task Scheduling Optimization Algorithm Based on Clonal Operator in Green Cloud Computing

A Parallel Task Scheduling Optimization Algorithm Based on Clonal Operator in Green Cloud Computing A Parallel Task Schedulng Optmzaton Algorthm Based on Clonal Operator n Green Cloud Computng Yang Lu, Wanneng Shu, and Chrsh Zhang College of Informaton Scence and Engneerng, Hunan Cty Unversty, Yyang,

More information

Linear Genome Methodology for Analog Circuit Design

Linear Genome Methodology for Analog Circuit Design Lnear Genome Methodology for Analog Crcut Desgn Shn Ando Inf. and Comm. Dept. School of Eng. Unv. of Tokyo Tokyo, Japan Abstract Ths paper descrbes a set of specalzed GA methods for the analog crcut desgn,.e.,

More information

PI-Controller Adjustment Using PSO for a Laboratory Scale Continuous Stirred Tank Heater

PI-Controller Adjustment Using PSO for a Laboratory Scale Continuous Stirred Tank Heater 03, TextRoad Publcaton ISSN 090-4304 Journal of Basc and Appled Scentfc Research www.textroad.com PI-Controller Adjustment Usng for a Laboratory Scale Contnuous Strred Tan Heater Mohammad Ahmad, Mohammadsoroush

More information

Design of a Front End Amplifier for the Maximum Power Delivery and Required Noise by HBMO with Support Vector Microstrip Model

Design of a Front End Amplifier for the Maximum Power Delivery and Required Noise by HBMO with Support Vector Microstrip Model 34 F. GÜNEŞ,. DEMİRE, P. MAHOUTİ, DEIGN OF A FRONT END AMPIFIER FOR THE MAXIMUM POWER DEIVERY Desgn of a Front End Amplfer for the Maxmum Power Delvery and Requred Nose by HBMO wth upport Vector Mcrostrp

More information

Improved Detection Performance of Cognitive Radio Networks in AWGN and Rayleigh Fading Environments

Improved Detection Performance of Cognitive Radio Networks in AWGN and Rayleigh Fading Environments Improved Detecton Performance of Cogntve Rado Networks n AWGN and Raylegh Fadng Envronments Yng Loong Lee 1, Wasan Kadhm Saad, Ayman Abd El-Saleh *1,, Mahamod Ismal 1 Faculty of Engneerng Multmeda Unversty

More information

Power System Stabilization using Brain Emotional Learning Based Intelligent Controller

Power System Stabilization using Brain Emotional Learning Based Intelligent Controller Power System Stablzaton usng Bran Emotonal Learnng Based Intellgent Controller Ehsan Bjam, Student Member, IEEE, Morteza Jaddoleslam, Student Member, IEEE, Akbar Ebrahm, Malhe M. Farsang, Kwang Y. Lee,

More information

Modeling Power Angle Spectrum and Antenna Pattern Directions in Multipath Propagation Environment

Modeling Power Angle Spectrum and Antenna Pattern Directions in Multipath Propagation Environment Modelng ower Angle Spectrum and Antenna attern Drectons n Multpath ropagaton Envronment Jan M Kelner and Cezary Zółkowsk Insttute of elecommuncatons, Faculty of Electroncs, Mltary Unversty of echnology,

More information

Introduction to Coalescent Models. Biostatistics 666

Introduction to Coalescent Models. Biostatistics 666 Introducton to Coalescent Models Bostatstcs 666 Prevously Allele frequences Hardy Wenberg Equlbrum Lnkage Equlbrum Expected state for dstant markers Lnkage Dsequlbrum Assocaton between neghborng alleles

More information

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES IEE Electroncs Letters, vol 34, no 17, August 1998, pp. 1622-1624. ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES A. Chatzgeorgou, S. Nkolads 1 and I. Tsoukalas Computer Scence Department, 1 Department

More information

Volume 3, Special Issue 3, March 2014

Volume 3, Special Issue 3, March 2014 ISSN (Onlne) : 319-8753 ISSN (Prnt) : 347-6710 Internatonal Journal of Innovatve Research n Scence, Engneerng and Technology Volume 3, Specal Issue 3, March 014 014 Internatonal Conference on Innovatons

More information

Multiple Robots Formation A Multiobjctive Evolution Approach

Multiple Robots Formation A Multiobjctive Evolution Approach Avalable onlne at www.scencedrect.com Proceda Engneerng 41 (2012 ) 156 162 Internatonal Symposum on Robotcs and Intellgent Sensors 2012 (IRIS 2012) Multple Robots Formaton A Multobctve Evoluton Approach

More information