AUTOMATIC SYNTHESIS USING GENETIC PROGRAMMING OF IMPROVED PID TUNING RULES

Size: px
Start display at page:

Download "AUTOMATIC SYNTHESIS USING GENETIC PROGRAMMING OF IMPROVED PID TUNING RULES"

Transcription

1 AUTOMATIC SYNTHESIS USING GENETIC PROGRAMMING OF IMPROVED PID TUNING RULES Matthew J. Streeter 1, Martin A. Keane, and John R. Koza 3 1 Genetic Programming, Inc. Econometrics, Inc. 3 Stanford University Abstract: Astrom and Hagglnd developed tning rles in 1995 for PID controllers that otperform the 194 Ziegler-Nichols rles on an indstrially representative set of plants. In this paper, we se genetic programming to atomatically discover tning rles for PID controllers that otperform the Astrom-Hagglnd rles for the indstrially representative set of plants specified by Astrom and Hagglnd. Copyright 00 IFAC Keywords: Genetic programming, PID control 1 INTRODUCTION The PID controller was patented in 1939 by Albert Callender and Allan Stevenson of Imperial Chemical Limited (Callender and Stevenson 1939). The 194 Ziegler-Nichols tning rles provided a relatively simple and effective method for determining the parameter vales for the proportional, integrative, and derivative blocks of the PID controller (Ziegler and Nichols 194). The Ziegler-Nichols tning rles remain in widespread se today for tning PID controllers. In their 1995 book PID Controllers: Theory, Design, and Tning, Astrom and Hagglnd identified for families of plants "that are representative for the dynamics of typical indstrial processes." The first of the for families of plants in Astrom and Hagglnd 1995 consists of plants represented by transfer fnctions of the form -s e G( s) = (1 st ) where T = 0.1,, 10. (A) The second family consists of the n-lag plants represented by transfer fnctions of the form 1 G( s) = (B) n (1 s) where n = 3, 4, and 8. The third family consists of plants represented by transfer fnctions of the form 1 G( s) = (C) 3 (1 s)(1 α s)(1 α s)(1 α s) where α = 0., 0.5, and 0.7. The forth family consists of plants represented by transfer fnctions of the form 1- αs G ( s) = 3 (D) (s 1) where α = 0.1, 0., 0.5, 1.0, and.0. Astrom and Hagglnd developed a method in their 1995 book for atomatically tning PID controllers for all the plants in all for of these indstrially representative families of plants. In one version of their method, Astrom and Hagglnd se two freqency-domain parameters, namely the ltimate gain, K, and the ltimate period, T. Astrom and Hagglnd describe a procedre for estimating these parameters from the plant's response to a step inpt. The tning rles developed by Astrom and Hagglnd in their 1995 book otperform the widely sed Ziegler-Nichols tning rles on all 16 indstrially representative plants sed by Astrom and Hagglnd. As Astrom- Hagglnd observe, [Or] new methods give sbstantial improvements in control performance while retaining mch of the simplicity of the Ziegler-Nichols rles. The PID tning rles devised by Astrom and Hagglnd in 1995 are given by for eqations. Reference Signal 00 Plant Feedback Eqation 1 Eqation - 50 Eqation Eqation 4 Fig. 1. PID controller 60 1/s 90 s 3 Control Variable 34

2 Referring to figre 1 (which shows a PID controller), eqation 1 implements setpoint weighting, b, for the inpt to the proportional block 30 and is b = 0.5* K e K Eqation (for gain block 30) is the gain, K p, that is associated with proportional block and is K p = * * K K K e Eqation 3 (for gain block 50) is the gain, K i, that is associated with integrative block and is K i = 0.7* K * e 0.59* T * e K K K K Eqation 4 (for gain block 80) is the gain, K d, that is associated with derivative block and is K K K K K d = 0.108* K * T * e * e The transfer fnction for the Astrom-Hagglnd PID controller is given by the eqation: Ki A = K p ( b* R- P) ( R- P) Kd * s* (-P) s where A is the otpt of the Astrom-Hagglnd controller, R is the reference signal, P is the plant otpt, and b, K p, K i, and K d are given above. The tning rles developed by Astrom and Hagglnd in their 1995 book otperform the widely sed Ziegler-Nichols tning rles (Ziegler and Nichols 194) on all 16 indstrially representative plants sed by Astrom and Hagglnd. The qestion arises as to whether there are tning rles that may improve on the Astrom-Hagglnd rles. Boyd and Barratt state in Linear Controller Design: Limits of Performance (Boyd and Barratt 1991), "The challenge for controller design is to prodctively se the enormos compting power available. Many crrent methods of compter-aided controller design simply atomate procedres developed in the 1930's throgh the 1950's, for example, plotting root loci or Bode plots. Even the 'modern' state-space and freqency-domain methods (which reqire the soltion of algebraic Riccati eqations) greatly ndertilize available compting power." In this paper, we se genetic programming to atomatically discover PID tning rles that otperform the atomatic tning rles developed by Astrom and Hagglnd in 1995 for the indstrially representative set of plants sed by Astrom and Hagglnd. Section provides backgrond on genetic programming. Section 3 describes the preparatory steps reqired to apply genetic programming to the problem of atomatically discovering tning rles for PID controllers. Section 4 presents the reslts. GENETIC PROGRAMMING Genetic programming (Koza, Bennett, Andre, and Keane 1999; Koza, Keane, Streeter, Mydlowec, Y, and Lanza 003) is an atomated method for solving problems. Specifically, genetic programming progressively breeds a poplation of compter programs over a series of generations. Genetic programming starts with a primordial ooze of thosands of randomly created compter programs and ses the Darwinian principle of natral selection, recombination (crossover), mtation, gene dplication, gene deletion, and certain mechanisms of developmental biology to breed an improved poplation over a series of many generations. Genetic programming breeds compter programs to solve problems by execting the following three steps: (1) Generate an initial poplation of compositions (typically random) of the fnctions and terminals of the problem. () Iteratively perform the following sbsteps (referred to herein as a generation) on the poplation of programs ntil the termination criterion has been satisfied: (A) Execte each program in the poplation and assign it a fitness vale sing the fitness measre. (B) Create a new poplation of programs by applying the following operations. The operations are applied to program(s) selected from the poplation with a probability based on fitness (with reselection allowed). (i) Reprodction: Copy the selected program to the new poplation. (ii) Crossover: Create a new offspring program for the new poplation by recombining randomly chosen parts of two selected programs. (iii) Mtation: Create one new offspring program for the new poplation by randomly mtating a randomly chosen part of the selected program. (iv) Architectre-altering operations: Select an architectre-altering operation from the available repertoire of sch operations and create one new offspring program for the new poplation by applying the selected architectre-altering operation to the selected program. (3) Designate the individal program that is identified by reslt designation (e.g., the best-sofar individal) as the reslt of the rn of genetic programming. This reslt may be a soltion (or an approximate soltion) to the problem.

3 3 PREPARATORY STEPS Before applying genetic programming to a problem involving the synthesis of a controller, the hman ser of genetic programming mst perform six major preparatory steps: (1) determine the architectre of the program trees, () identify the terminals, (3) identify the fnctions, (4) define the fitness measre, (5) choose control parameters for the rn, and (6) specify the termination criterion for the rn. Initial experimentation qickly confirmed to s that the Astrom and Hagglnd tning rles are highly effective. Starting from scratch, genetic programming was readily able to evolve for mltidimensional srfaces that were very similar to the Astrom and Hagglnd srfaces and that otperformed the Astrom and Hagglnd tning rles on average. However, the genetically evolved srfaces did not otperform the Astrom and Hagglnd tning rles across the board for every plant. Ths, we decided to approach the problem of discovering improved tning rles by bilding on the Astrom and Hagglnd reslts. Specifically, we sed genetic programming to evolve for mathematical expressions which, when added to the for mathematical expressions devised by Astrom and Hagglnd, yield improved overall performance. Note that any srface can emerge from this additive approach. 3.1 Program Architectre We are seeking for mathematical expressions for for qantities (K p, K i, K d, and b). The for mathematical expressions contain free variables representing the plant s ltimate gain, K, and the plant s ltimate period, T. Ths, the architectre of each program tree in the poplation has for resltprodcing branches (one each for K p, K i, K d, and b). Note that this problem can be viewed as a problem of discovering for mlti-dimensional srfaces. 3. Terminal Set The terminal set, T, or each of the for resltprodcing branches contains T = {R, KU, TU}. where KU represents the plant s ltimate gain, K, and TU represents the plant s ltimate period, T. Here R denotes a pertrbable nmerical vale. In the initial random generation (generation 0) of a rn, each pertrbable nmerical vale is set, individally and separately, to a random vale in a chosen range (between 5.0 and 5.0 for this problem). 3.3 Fnction Set The fnction set, F, for each of the for resltprodcing branches contains fnctions for performing arithmetic, exponential, and logarithmic operations. F = {ADD_NUMERIC, SUB_NUMERIC, MUL_NUMERIC, DIV_NUMERIC, REXP, RLOG, POW}. The first six fnctions perform addition, sbtraction, mltiplication, division, exponential, and logarithm operations, respectively. The two-argment POW fnction retrns the vale of its first argment to the power of the vale of its second argment. All fnctions are protected in the sense that they cannot yield a reslt whose absolte vale is larger than These fnctions (along with the terminals from the previos section) are the ingredients for the for tning rle eqations that are to be prodced by genetic programming. 3.4 Fitness Measre Genetic programming is a probabilistic algorithm that searches the space of compositions of the available fnctions and terminals nder the gidance of a fitness measre. The fitness measre is a mathematical implementation of the problem's highlevel reqirements. In this paper, genetic programming is being sed to atomatically create for eqations sing a fitness measre bilt from the same elements sed in Astrom and Hagglnd That is, or fitness measre attempts to optimize for the integral of the time-weighted absolte error (ITAE) for a step inpt and also to optimize for maximm sensitivity and sensor noise attenation. We se the SPICE simlator (Qarles, Pederson, Newton, Sangiovanni-Vincentelli 1994) to simlate controllers. A SPICE netlist is constrcted to represent the signal processing fnctions (gain, differentiator, integrator, addition, sbtracting) of a PID controller with setpoint weighting, the plant, and the external feedback loop. This SPICE netlist is wrapped inside an appropriate set of commands to carry ot varios analyses in the time domain and in the freqency domain. We also provide SPICE with sbcircit definitions to implement all the signal processing fnctions necessary to represent the plant and the PID controller with setpoint weighting. The entire control system is then simlated sing or modified version of the original 17,000-line SPICE3 simlator as a sbmodle within or genetic programming system. The genetic programming code then ses SPICE s otpt to calclate the fitness of an individal controller. We se a test bed consisting of 30 different plants for this problem. Each of the 30 plants is from one of the for families (A, B, C, and D) of plants considered by Astrom and Hagglnd in their 1995 book. We se more than the 16 plants sed by Astrom and Hagglnd to redce the likelihood of over-fitting (particlarly for the families for which Astrom and Hagglnd consider only three plants). The 30 plants are identified in colmns 1 and of table. We sbseqently se an additional 18 plants (again from the same for families) to cross-validate the reslts. The 18 additional plants are identified in colmns 1 and of table 3.

4 The fitness of each controller in the poplation is measred by means of eight separate invocations of the SPICE simlator for each plant. Since there are a total of 30 plants, the fitness measre entails 40 separate invocations of the SPICE simlator. This mlti-part fitness measre attempts to optimize step response and distrbance rejection while simltaneosly imposing constraints on maximm sensitivity and sensor noise attenation. The fitness of an individal controller is the sm, over the eight fitness cases for each of the 30 plants nder consideration, of the detrimental contribtions to fitness. The smaller the sm, the better. Step response and distrbance rejection is measred by means of the first six of the eight SPICE simlations for each plant nder consideration. For each plant nder consideration, six combinations of vales (shown in table TTTTWOFAMILIES1) for the height of the reference signal and distrbance signal are considered. The reference signal is a step fnction that rises from 0 at time t = 0 to a specified height at t = 1 millisecond. The reference signal is one of the inpts to the controller. The distrbance signal is a step fnction that rises from 0 at time t = 10T to a specified height at t = 10T 1 millisecond. The distrbance signal is added to the controller's otpt. Table 1. Six combinations of height of reference and distrbance signals. Reference signal Distrbance signal For each of the 30 plants nder consideration, a transient analysis is performed in the time domain sing the SPICE simlator for each of the six combinations of height of reference and distrbance signals in table 1. The fnction e(t) is the difference (error) at time t between the plant otpt and the reference signal. The contribtion to fitness for each of these 180 elements is based on the sm of two integrals of time-weighted absolte error. The first term of the integral acconts for the controller's step response while the second term acconts for distrbance rejection. 10T 0T t e( t) Bdt ( t 10T ) e( t) Cdt t= 0 t= 10T. T T The factor B in the first term of the integral mltiplies each vale of e(t) by the reciprocal of the amplitde of the reference signal (so that all reference signals are eqally inflential). The factor C in the second term of the integral mltiplies the vale of e(t) by the reciprocal of the amplitde of the distrbance signals. When the amplitde of either the reference signal or the distrbance signal is zero, the appropriate factor (B or C) is set to zero. The ITAE component of fitness is sch that, all other things being eqal, changing the time scale by a factor of F changes the ITAE by F. The division of the integral by T is an attempt to eliminate this artifact of the time scale and eqalize the inflence of each of the plants in the overall fitness measre. For these six elements of the fitness measre for each plant, the contribtion to fitness is mltiplied by 0 if the element is greater than that for the Astrom and Hagglnd controller (1995). Stability margin is measred by means of the seventh SPICE simlation for each plant nder consideration. Figre presents a model for the entire system containing the given plant and the to-be-evolved controller. In this figre, R(s) is the reference signal; Y(s) is the plant otpt; and U(s) is the controller's otpt. Distrbance D(s) may be added to the controller's otpt U(s). Sensor noise N(s) may be added to the plant's otpt Y(s) yielding Q(s). Here N(s) is an AC signal. For each plant nder consideration, an AC sweep is performed sing the SPICE simlator from 1/(1000T ) to 1000/T while holding the reference signal R(s) and the distrbance signal D(s) at zero. The maximm sensitivity, M s, is a measre of the stability margin. It is desirable to minimize the maximm sensitivity (and therefore maximize the stability margin). The qantity 1/M s is the minimm distance between the Nyqist plot and the point (-1,0) and is the stability margin incorporating both gain and phase margin. The maximm sensitivity is the maximm amplitde of Q(s). The contribtion to fitness is 0 if M s < 1.5; (M s - 1.5) for 1.5 M s.0; and 0(M s -.0) 1 for M s >.0. For each plant nder consideration, the contribtion to fitness is mltiplied by 10 if the element is greater than that for the Astrom and Hagglnd controller (1995). R(s) Q(s) Controller Fig.. Overall model U(s) D(s) Sensor noise attenation is measred by means of the eighth SPICE simlation for each plant nder consideration. Achieving favorable sensor noise attenation is often in direct conflict with the goal of achieving a rapid response to setpoint changes and rejection of plant distrbances. For each plant nder consideration, an AC sweep is performed sing the SPICE simlator from 10/T to 1000/T while holding the reference signal R(s) and the distrbance signal; D(s) at zero. The attenation of sensor noise is measred at plant otpt at Y(s). A min is the minimm attenation in decibels within this freqency range. It is desirable to maximize the minimm attenation. The contribtion to fitness for N(s) Plant Y(s)

5 sensor noise attenation is 0 if A min > 40 db; (40 - A min )/10 if 0 db A min 40 db; and (0 - A min ) if A min < 0 db. For each plant nder consideration, the contribtion to fitness is mltiplied by 10 if the element is greater than that for the Astrom and Hagglnd controller (1995). A controller that cannot be simlated by SPICE is assigned a high penalty vale of fitness (10 8 ). 3.5 Control Parameters The poplation size, M, is 100,000. The remaining control parameters are in Koza, Keane, Streeter, Mydlowec, Y, and Lanza Termination Criterion We manally monitored and terminated the rn when fitness appeared to reach a platea. 4 RESULTS In the one rn we made on this problem, PID tning rles emerged on generation 76 that otperform the PID tning rles in Astrom and Hagglnd The improved tning rles are obtained by adding the genetically evolved qantities below to the vales of K p, K i, and K d, and b in Astrom and Hagglnd The qantity, K p-adj, that is to be added to K p for the proportional part of the controller is * T *10 The qantity, K i-adj, that is to be added to K i for the integrative part of the controller is K * T The qantity, K d-adj, that is to be added to K d for the derivative part of the controller is ( e T ) log K ( ) log The qantity, b adj, that is to be added to b for setpoint weighting of the proportional block is K K e The athors refer to these evolved tning rles as the Keane-Koza-Streeter (KKS) PID tning rles. Table compares the performance of the best-of-rn genetically evolved PID tning rles from generation 76 as a percentage of the vale for the Astrom and Hagglnd controller for the 30 plants sed by the evoltionary process. An OK appears in the table for the case where both controllers have a vale of 0. As can be seen in the table, all percentages are either below 100% (indicating improvement) or OK. Table 3 compares the performance of the best-of-rn genetically evolved PID tning rles from generation 76 as a percentage of the vale for the Astrom and Hagglnd controller for the additional 18 plants sed to cross-validate the reslts prodced by the evoltionary process. As can be seen in the table, all percentages are either below 100% (indicating improvement) or OK. Averaged over the 30 plants sed by the evoltionary process, the best-of-rn tning rles from generation 76 have 91.6% of the setpoint ITAE of the Astrom- Hagglnd tning rles, 96.% of the distrbance rejection ITAE of the Astrom-Hagglnd tning rles, 99.5% of the reciprocal of minimm attenation of the Astrom-Hagglnd tning rles, and 98.6% of the maximm sensitivity, M s, of the Astrom-Hagglnd tning rles. Averaged over the 18 additional plants, the best-ofrn tning rles from generation 76 have 89.7% of the setpoint ITAE of the Astrom- Hagglnd tning rles, 95.6% of the distrbance rejection ITAE of the Astrom-Hagglnd tning rles, 99.5% of the reciprocal of minimm attenation of the Astrom-Hagglnd tning rles, and 98.5% of the maximm sensitivity, M s, of the Astrom-Hagglnd tning rles. Averaged over the 16 plants originally sed by Astrom and Hagglnd in their 1995 book (a sbset of the 30 plants sed by the evoltionary process here), the best-of-rn tning rles from generation 76 have 90.5% of the setpoint ITAE of the Astrom- Hagglnd tning rles, 96% of the distrbance rejection ITAE of the Astrom-Hagglnd tning rles, 99.3% of the reciprocal of minimm attenation of the Astrom-Hagglnd tning rles, and 98.5% of the maximm sensitivity, M s, of the Astrom-Hagglnd tning rles. 5 CONCLUSION We presented genetically evolved tning rles that otperform the atomatic tning rles developed by Astrom and Hagglnd in 1995 for an indstrially representative set of plants. REFERENCES Astrom, Karl J. and Hagglnd, Tore PID Controllers: Theory, Design, and Tning. Second Edition. Research Triangle Park, NC: Instrment Society of America. Boyd, S. P. and Barratt, C. H Linear Controller Design: Limits of Performance. Englewood Cliffs, NJ: Prentice Hall. Callender, Albert and Stevenson, Allan Brown Atomatic Control of Variable Physical Characteristics. United States Patent,175,985. Filed Febrary 17, 1936 in United States. Filed Febrary 13, 1935 in Great Britain. Issed October 10, 1939 in United States. Koza, John R., Bennett III, Forrest H, Andre, David, and Keane, Martin A Genetic Programming III: Darwinian Invention and

6 Problem Solving. San Francisco, CA: Morgan Kafmann. Koza, John R., Keane, Martin A., Streeter, Matthew J., Mydlowec, William, Y, Jessen, and Lanza, Gido Genetic Programming IV. Genetic Programming IV: Rotine Hman-Competitive Machine Intelligence. Klwer Academic Pblishers. Qarles, Thomas, Newton, A. R., Pederson, D. O., and Sangiovanni-Vincentelli, A SPICE 3 Version 3F5 User's Manal. Department of Electrical Engineering and Compter Science, University of California. Berkeley, CA. March Ziegler, J. G. and Nichols, N. B Optimm settings for atomatic controllers. Transactions of ASME. (64) Table Comparison of performance of the best-of-rn PID tning rles from generation 76 as a percentage of the vale for the Astrom and Hagglnd controller for 30 plants. Plant Plant ITAE 1 ITAE ITAE 3 ITAE 4 ITAE 5 ITAE 6 Stability Sensitivity parameter vale A A A A A A A A A B OK B OK B OK B OK B OK B OK C OK 93.5 C OK C OK C OK C OK C OK C OK C OK C OK D OK D OK D OK D OK D OK D OK Table 3 Comparison of performance of the best-of-rn PID tning rles from generation 76 as a percentage of the vale for the Astrom and Hagglnd controller for 18 additional plants. Plant Plant ITAE 1 ITAE ITAE 3 ITAE 4 ITAE 5 ITAE 6 Stability Sensitivity parameter vale A A A A A A C OK C OK C OK C OK C OK C OK D OK D OK D OK D OK D OK D OK

Automatic Design of Both Topology and Tuning of a Common Parameterized Controller for Two Families of Plants using Genetic Programming

Automatic Design of Both Topology and Tuning of a Common Parameterized Controller for Two Families of Plants using Genetic Programming Atomatic Design of Both Topology and Tning of a Common Parameterized Controller for Two Families of Plants sing Genetic Programming Jessen Y Genetic Programming Inc., Los Altos, California jy@cs.stanford.ed

More information

Automatic Synthesis of Both the Topology and Tuning of a Common Parameterized Controller for Two Families of Plants using Genetic Programming

Automatic Synthesis of Both the Topology and Tuning of a Common Parameterized Controller for Two Families of Plants using Genetic Programming Atomatic Synthesis of Both the opology and ning of a Common Parameterized Controller for wo Families of Plants sing Genetic Programming Martin A. Keane Econometrics Inc. Chicago, Illinois makeane@ix.netcom.com

More information

Use of Genetic Programming for Automatic Synthesis of Post-2000 Patented Analog Electrical Circuits and Patentable Controllers

Use of Genetic Programming for Automatic Synthesis of Post-2000 Patented Analog Electrical Circuits and Patentable Controllers Use of Genetic Programming for Automatic Synthesis of Post-2000 Patented Analog Electrical Circuits and Patentable Controllers Matthew J. Streeter 1, Martin A. Keane 2, & John R. Koza 3 1 Genetic Programming

More information

Neuro-predictive control based self-tuning of PID controllers

Neuro-predictive control based self-tuning of PID controllers Nero-predictive control based self-tning of PID controllers Corneli Lazar, Sorin Carari, Dragna Vrabie, Maris Kloetzer Gh. Asachi Technical Universit of Iasi, Department of Atomatic Control Blvd. D. Mangeron

More information

Control of Servo System of CNC Machine using PID

Control of Servo System of CNC Machine using PID International Jornal of Engineering, Applied and Management Sciences Paradigms, Vol. 42, Isse 0 Pblishing Month: December 206 Control of Servo System of CNC Machine sing PID Ahmed Msa Ahmed Mohamed and

More information

Routine High-Return Human-Competitive Machine Learning

Routine High-Return Human-Competitive Machine Learning Routine High-Return Human-Competitive Machine Learning John R. Koza Stanford University koza@stanford.edu Matthew J. Streeter Genetic Programming Inc. matt@genetic-programming.com Martin A. Keane Econometrics

More information

AUTOMATIC SYNTHESIS USING GENETIC PROGRAMMING OF BOTH THE TOPOLOGY AND SIZING FOR FIVE POST-2000 PATENTED ANALOG AND MIXED ANALOG-DIGITAL CIRCUITS

AUTOMATIC SYNTHESIS USING GENETIC PROGRAMMING OF BOTH THE TOPOLOGY AND SIZING FOR FIVE POST-2000 PATENTED ANALOG AND MIXED ANALOG-DIGITAL CIRCUITS AUTOMATIC SYNTHESIS USING GENETIC PROGRAMMING OF BOTH THE TOPOLOGY AND SIZING FOR FIVE POST-2000 PATENTED ANALOG AND MIXED ANALOG-DIGITAL CIRCUITS Matthew J. Streeter Genetic Programming Inc. Mountain

More information

RELAY METHOD ON AUTO-TUNING AUTOMATION SOLUTIONS. Marco Gonçalo de Sousa Neves

RELAY METHOD ON AUTO-TUNING AUTOMATION SOLUTIONS. Marco Gonçalo de Sousa Neves RELAY METHOD ON AUTO-TUNING AUTOMATION SOLUTIONS Marco Gonçalo de Sosa Neves Universidade Técnica de Lisboa, Institto Sperior Técnico, Lisboa, Portgal. Abstract: The PID controller is in the back-bone

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading pblisher of Open Access books Bilt by scientists, for scientists 3,500 108,000 1.7 M Open access books available International athors and editors Downloads Or athors

More information

FRT 041 System Identification Laboratory Exercise 3

FRT 041 System Identification Laboratory Exercise 3 FRT 041 System Identification Laboratory Exercise 3 Ulf Holmberg Revised: Kjell Gstafsson Karl Henrik Johansson Anders Wallén Johan Nilsson Rolf Johansson Johan Bengtsson Maria Henningsson Department of

More information

A Mathematical Model for Joint Optimization of Coverage and Capacity in Self-Organizing Network in Centralized Manner

A Mathematical Model for Joint Optimization of Coverage and Capacity in Self-Organizing Network in Centralized Manner 2012 7th International ICST Conference on Commnications and Networking in China (CHINACOM) A Mathematical Model for Joint Optimization of Coverage and Capacity in Self-Organizing Network in Centralized

More information

Novel Approach to Uncertainty of Antenna Factor Measurement. Bittera Mikulas, Smiesko Viktor, Kovac Karol 1

Novel Approach to Uncertainty of Antenna Factor Measurement. Bittera Mikulas, Smiesko Viktor, Kovac Karol 1 7 th Symposim IEKO TC 4, rd Symposim IEKO TC 9 and 5 th IWADC Workshop Instrmentation for the ICT Era Sept. 8-0, 00, Kosice, Slovakia Novel Approach to Uncertainty of Antenna Factor easrement Bittera iklas,

More information

Application of digital filters for measurement of nonlinear distortions in loudspeakers using Wolf s method

Application of digital filters for measurement of nonlinear distortions in loudspeakers using Wolf s method Application o digital ilters or measrement o nonlinear distortions in lodspeakers sing Wol s method R. Siczek Wroclaw University o Technology, Wybrzeze Wyspianskiego 7, 50-70 Wroclaw, Poland raal.siczek@pwr.wroc.pl

More information

Robust Control with Classical Methods QFT

Robust Control with Classical Methods QFT Robst Control with Classical Methods QFT Per-Olof Gtman Review of the classical Bode-Nichols control problem QFT in the basic Single Inpt Single Otpt (SISO) case Fndamental Design Limitations Identification

More information

Accurate Absolute and Relative Power Measurements Using the Agilent N5531S Measuring Receiver System. Application Note

Accurate Absolute and Relative Power Measurements Using the Agilent N5531S Measuring Receiver System. Application Note Accrate Absolte and Relative ower easrements Using the Agilent N5531S easring Receiver System Application Note Table of Contents Introdction... N5531S easring Receiver System...3 N553A/B sensor modle...3

More information

International Conference on Intelligent Systems Research and Mechatronics Engineering (ISRME 2015)

International Conference on Intelligent Systems Research and Mechatronics Engineering (ISRME 2015) International Conference on Intelligent Systems Research and Mechatronics Engineering (ISRME 2015) An Improved Control Strategy for Fll-controlled Single-phase H Bridge Rectifier Qi Sheng-long 1, a, X

More information

Equivalence between Fuzzy PID Controllers and Conventional PID Controllers

Equivalence between Fuzzy PID Controllers and Conventional PID Controllers applied sciences Article Eqivalence between Fzzy PID Controllers Conventional PID Controllers Chn-Tang Chao, Nana Starna, Jing-Shian Chio * Chi-Jo Wang Department of Electrical Engineering, Sorn Taiwan

More information

TEN TOWERS OF TEN. Getting Ready. The Activity. Overview. Introducing

TEN TOWERS OF TEN. Getting Ready. The Activity. Overview. Introducing TEN TOWERS OF TEN NUMER PROAILIT/STATISTICS Addition Chance Eqations Getting Ready What o ll Need Snap Cbes, 60 of each of 2 colors per pair Die, 1 per pair Ten Towers of Ten game board, 1 per pair, page

More information

SENSOR TECHNOLGY APPLICATIONS FOR MEDIUM VOLTAGE

SENSOR TECHNOLGY APPLICATIONS FOR MEDIUM VOLTAGE 1(8) SENSOR TECHNOLGY APPLICATIONS FOR MEDIUM VOLTAGE )** Athor & Presenter: Bo Westerholm B.Sc. Prodct development engineer, ABB Oy, Medim Voltage Technology 1. Introdction Sensors are a new soltion for

More information

Document Version Publisher s PDF, also known as Version of Record (includes final page, issue and volume numbers)

Document Version Publisher s PDF, also known as Version of Record (includes final page, issue and volume numbers) Three-port bi-directional converter for electric vehicles: focs on high-freqency coaxial transformer Waltrich, G.; Darte, J.L.; Hendrix, M.A.M.; Palides, J.J.H. Pblished in: Proceedings of the 5th EVER

More information

An Energy-Efficient Relaying Scheme for Internet of Things Communications

An Energy-Efficient Relaying Scheme for Internet of Things Communications An Energy-Efficient Relaying Scheme for Internet of Things Commnications Ahmad Alsharoa, Xiaoyn Zhang, Daji Qiao, and Ahmed Kamal Electrical and Compter Engineering Iowa State University, Ames, Iowa Email:

More information

Interactive tools can be used to complement books and

Interactive tools can be used to complement books and » LECTURE NOTES Interactive Learning Modles for PID Control Using Interactive Graphics to Learn PID Control and Develop Intition JOSÉ LUIS GUZMAN, KARL JOHAN ÅSTRÖM, SEBASTIAN DORMIDO, TORE HÄGGLUND, MANUEL

More information

An Adaptive Power Allocation Scheme for Space-Time Block Coded MIMO Systems

An Adaptive Power Allocation Scheme for Space-Time Block Coded MIMO Systems An Adaptive Power Allocation Scheme for Space-Time Block Coded IO Systems LiangXianandHapingLi School of Electrical Engineering and Compter Science Oregon State University Corvallis, OR 9733 USA Email:

More information

Chapter 5 Design of a Digital Sliding Mode Controller

Chapter 5 Design of a Digital Sliding Mode Controller Chapter 5 Design of a Digital Sliding Mode Controller In chapter 4 the linear controllers PID and RST are developed to reglate the Bck converter pt voltage. Frthermore based on the PID and RST control

More information

SWITCHING TRANSIENT PHENOMENA IN POWER SYSTEMS AT THE 400 KV HIGH VOLTAGE UNLOADED LINE

SWITCHING TRANSIENT PHENOMENA IN POWER SYSTEMS AT THE 400 KV HIGH VOLTAGE UNLOADED LINE 8th WSEAS International onference on POWE SYSTEMS (PS 8), Santander, antabria, Spain, September 3-5, 8 SWITHING TANSIENT PHENOMENA IN POWE SYSTEMS AT THE 4 KV HIGH VOLTAGE UNLOADED LINE P. TUSALIU () M.

More information

High-Throughput Low-Complexity Successive- Cancellation Polar Decoder Architecture using One s Complement Scheme

High-Throughput Low-Complexity Successive- Cancellation Polar Decoder Architecture using One s Complement Scheme JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.5, NO.3, JUNE, 5 ISSN(Print) 598-657 http://dx.doi.org/.5573/jsts.5.5.3.47 ISSN(Online) 33-4866 High-Throghpt Low-Complexity Sccessive- Cancellation

More information

Double Closed-Loop Controller Design of Brushless DC Torque Motor. Based on RBF Neural Network Denghua Li 1,a, Zhanxian Chen 1,b, Shuang Zhai 1,c

Double Closed-Loop Controller Design of Brushless DC Torque Motor. Based on RBF Neural Network Denghua Li 1,a, Zhanxian Chen 1,b, Shuang Zhai 1,c Advanced aterials Research Online: 202-04-2 ISSN: 662-8985, Vols. 503-504, pp 35-356 doi:0.4028/www.scientific.net/ar.503-504.35 202 Trans Tech Pblications, Switzerland Doble Closed-Loop Controller Design

More information

Analogue amplifier modules for 4/3 and 4/2 proportional directional valves 4WRE

Analogue amplifier modules for 4/3 and 4/2 proportional directional valves 4WRE Analoge amplifier modles for 4/3 and 4/ proportional directional valves 4WRE RE 309/06.05 Replaces:.04 /0 Types VT-MRPA and VT-MRPA Component series X H677 Table of contents Contents Page Featres Ordering

More information

AN ENERGY-AWARE AUCTION FOR HYBRID ACCESS IN HETEROGENEOUS NETWORKS UNDER QOS REQUIREMENTS

AN ENERGY-AWARE AUCTION FOR HYBRID ACCESS IN HETEROGENEOUS NETWORKS UNDER QOS REQUIREMENTS AN ENERGY-AWARE AUCTION FOR HYBRID ACCESS IN HETEROGENEOUS NETWORKS UNDER QOS REQUIREMENTS Fei Shen, Pin-Hsn Lin +, Lca Sanginetti, Meroane Debbah, Edard A. Jorswieck + Large Networks and System Grop (LANEAS,

More information

IEOR 130 Methods of Manufacturing Improvement Fall, 2016, Prof. Leachman Solutions to Homework Assignment 10.

IEOR 130 Methods of Manufacturing Improvement Fall, 2016, Prof. Leachman Solutions to Homework Assignment 10. IEOR 130 Methods of Manfactring Improvement Fall, 016, Prof. Leachman Soltions to Homework Assignment 10. 1. Consider a fab prodcing a NAND flash device. Prodction volme is 50,000 wafer starts per week.

More information

External control electronics for the SYDFE1 control of A10VSO axial piston pumps Analogue amplifier, configurable

External control electronics for the SYDFE1 control of A10VSO axial piston pumps Analogue amplifier, configurable External control electronics for the SYDFE control of A0VSO axial piston pmps Analoge amplifier, configrable RE 04/0.0 Replaces: 08.06 /8 Type VT 504 From Component series 5 H685_d Table of contents Contents

More information

An Accurate Method to Determine the Muzzle Leaving Time of Guns

An Accurate Method to Determine the Muzzle Leaving Time of Guns Sensors & Transdcers 4 by IFSA Pblishing, S. L. http://www.sensorsportal.com An Accrate Method to Determine the Mzzle Leaving Time of Gns H. X. Chao, M. Go, H. S. Hang, X. Y. Gao, S. L. Li, W. B. D Northwest

More information

REAL TIME COMPUTATION OF DIFFERENCE EQUATIONS

REAL TIME COMPUTATION OF DIFFERENCE EQUATIONS REAL TIME COMPUTATION OF DIFFERENCE EQUATIONS Carlos Celaya Borges, Jorges Illescas Chávez, Esteban Torres León, Artro Prieto Fenlabrada Institto Tecnológico de Pebla, Universidad Atónoma de Pebla ccelaya@si.bap.mx,

More information

A NOVEL DECENTRALIZED MIMO-OFDM UPLINK DETECTION SCHEME. Andreas Ahrens, Xinning Wei, Tobias Weber, Shiyang Deng

A NOVEL DECENTRALIZED MIMO-OFDM UPLINK DETECTION SCHEME. Andreas Ahrens, Xinning Wei, Tobias Weber, Shiyang Deng A NOVEL DECENTRALIZED MIMO-OFDM ULINK DETECTION SCHEME Andreas Ahrens, Xinning Wei, Tobias Weber, Shiyang Deng University of Rostock Institte of Commnications {andreas.ahrens}{tobias.weber}@ni-rostock.de

More information

Routine Human-Competitive Machine Intelligence by Means of Genetic Programming

Routine Human-Competitive Machine Intelligence by Means of Genetic Programming Routine Human-Competitive Machine Intelligence by Means of Genetic Programming John R. Koza *a, Matthew J. Streeter b, Martin A. Keane c a Stanford University, Stanford, CA, USA 94305 b Genetic Programming

More information

Differential Space Time Shift Keying for Dispersive Multi-user Scenarios using OFDM

Differential Space Time Shift Keying for Dispersive Multi-user Scenarios using OFDM Differential Space Time Shift Keying for Dispersive Mlti-ser Scenarios sing OFDM S.Rth Karnya Department of Information & Commnication Engineering, Anna University Chennai, Regional Center Madrai Madrai,

More information

Time Delay Estimation of Stochastic Signals Using Conditional Averaging

Time Delay Estimation of Stochastic Signals Using Conditional Averaging MEASUREMENT 11, Proceedings of the 8th International Conference, Smolenice, Slovakia Time Delay Estimation of Stochastic Signals Using Conditional Averaging 1 A. Kowalcyk, 1 R. Hans, 1 A. Slachta 1 Resow

More information

A Case Study of GP and GAs in the Design of a Control System

A Case Study of GP and GAs in the Design of a Control System A Case Study of GP and GAs in the Design of a Control System Andrea Soltoggio Department of Computer and Information Science Norwegian University of Science and Technology N-749, Trondheim, Norway soltoggi@stud.ntnu.no

More information

Frequency Synchronization Analysis in Digital lock-in Methods for Bio-impedance Determination

Frequency Synchronization Analysis in Digital lock-in Methods for Bio-impedance Determination .478/msr-4-47 Freqency ynchronization Analysis in Digital lock-in Methods for Bio-impedance Determination obert Brajkovič, Tomaž Žagar and Dejan Križaj niversity of Ljbljana, Faclty of Electrical Engineering,

More information

Adaptive Generation Method of OFDM Signals in SLM Schemes for Low-complexity

Adaptive Generation Method of OFDM Signals in SLM Schemes for Low-complexity Adaptive Generation Method of OFDM Signals in SLM Schemes for Low-compleity Kee-Hoon Kim, Hyn-Seng Joo, Jong-Seon No, and Dong-Joon Shin 1 ariv:128.6412v1 [cs.it] 31 Ag 212 Abstract There are many selected

More information

HIGH ACCURACY FILTER TRANSMISSION MEASUREMENT FOR DETERMINATION OF THE DETECTION EFFICIENCY CALIBRATION OF Si-SPAD DETECTORS

HIGH ACCURACY FILTER TRANSMISSION MEASUREMENT FOR DETERMINATION OF THE DETECTION EFFICIENCY CALIBRATION OF Si-SPAD DETECTORS 10th International DM Baltic Conference "INDUSTRIL ENGINEERING" 1-13 May 015, Tallinn, Estonia HIGH CCURCY FILTER TRNSMISSION MESUREMENT FOR DETERMINTION OF THE DETECTION EFFICIENCY CLIBRTION OF Si-SPD

More information

William H. Weedon t, Weng Cho Chew and Chad A. Ruwet Department of Electrical and Computer Engineering University of Illinois, Urbana, IL 61801

William H. Weedon t, Weng Cho Chew and Chad A. Ruwet Department of Electrical and Computer Engineering University of Illinois, Urbana, IL 61801 A STEP-FREQUENCY RADAR SYSTEM FOR BROADBAND MCROWAVE NVERSE SCATTERNG AND MAGNG NTRODUCTON William H. Weedon t, Weng Cho Chew and Chad A. Rwet Department of Electrical and Compter Engineering University

More information

Berner, Josefin; Soltesz, Kristian; Hägglund, Tore; Åström, Karl Johan

Berner, Josefin; Soltesz, Kristian; Hägglund, Tore; Åström, Karl Johan An experimental comparison of PID atotners Berner, Josefin; Soltesz, Kristian; Hägglnd, Tore; Åström, Karl Johan Pblished in: Control Engineering Practice DOI: 1.116/j.conengprac.218.1.6 218 Docment Version:

More information

UNCERTAINTY ANALYSIS OF MEASURING SYSTEM FOR INSTANTANEOUS POWER RESEARCH

UNCERTAINTY ANALYSIS OF MEASURING SYSTEM FOR INSTANTANEOUS POWER RESEARCH Metrol. Meas. Syst., Vol. XIX (0), No. 3, pp. 573-58. METROLOGY AND MEASUREMENT SYSTEMS Index 330930, ISSN 0860-89 www.metrology.pg.gda.pl UNCERTAINTY ANALYSIS OF MEASURING SYSTEM FOR INSTANTANEOUS POWER

More information

Design and Implementation of Multilevel QAM Band pass Modems (8QAM, 16QAM, 32QAM and 64QAM) for WIMAX System Based on SDR Using FPGA

Design and Implementation of Multilevel QAM Band pass Modems (8QAM, 16QAM, 32QAM and 64QAM) for WIMAX System Based on SDR Using FPGA International Jornal of Soft Compting and Engineering (IJSCE) ISSN: 223-237, Volme-4, Isse-, March 24 esign and Implementation of Mltilevel AM Band pass Modems (8AM, 6AM, 32AM and 64AM) for WIMAX System

More information

Mohammed.H. Ali. Figure 1 Scheme of the system with two-level inverter and load [3].

Mohammed.H. Ali. Figure 1 Scheme of the system with two-level inverter and load [3]. Vol.1 No.1, 2017 مجلد 1 العدد 2017 1 Mathematical Driving Model of Three Phase, Two Level Inverter by (Method of Interconnected Sbsystem) Mohammed.H. Ali Electrical power and machines Engineering Department

More information

FIR Filter Design Using The Signed-Digit Number System and Carry Save Adders A Comparison

FIR Filter Design Using The Signed-Digit Number System and Carry Save Adders A Comparison (IJAA) International Jornal of Advanced ompter cience and Applications, Vol. 4, No., 03 FIR Filter Design Using The igned-digit Nmber ystem and arry ave Adders A omparison Hesham Altwaijry ompter Engineering

More information

Review Paper Geometric Configuration Optimization for Baseline Interferometry

Review Paper Geometric Configuration Optimization for Baseline Interferometry Research Jornal of Recent Sciences ISSN 2277-252 Vol. 2(5), 78-82, May (213) Res.J.Recent Sci. Reiew Paper Geometric Configration Optimization for Baseline Interferometry Abstract Aidin Gharahdaghi Amirkabir

More information

Parameter Estimation and Tuning of a Multivariable RF Controller with FPGA technique for the Free Electron Laser FLASH

Parameter Estimation and Tuning of a Multivariable RF Controller with FPGA technique for the Free Electron Laser FLASH 28 American Control Conference Westin Seattle Hotel, Seattle, Washington, USA Jne -3, 28 ThBI2.2 Parameter Estimation and Tning of a Mltivariable RF Controller with FPGA techniqe for the Free Electron

More information

MODELLING AND CONTROL OF A SINGLE DEGREE-OF-FREEDOM DYNAMIC WIND TUNNEL RIG

MODELLING AND CONTROL OF A SINGLE DEGREE-OF-FREEDOM DYNAMIC WIND TUNNEL RIG MODELLING AND CONTROL OF A SINGLE DEGREE-OF-FREEDOM DYNAMIC WIND TUNNEL RIG Pal M. Davison, Mario di Bernardo, Mark H. Lowenberg Departments of Aerospace Engineering and Engineering Mathematics, University

More information

Data Aggregation Scheduling in Wireless Networks with Cognitive Radio Capability

Data Aggregation Scheduling in Wireless Networks with Cognitive Radio Capability Data Aggregation Schedling in Wireless Networks with Cognitive Radio Capability Mingyan Yan, Sholing Ji, Meng Han, Yingsh Li, and Zhipeng Cai Department of Compter Science, Georgia State University, ATL,

More information

PowPak 20 A Relay Module

PowPak 20 A Relay Module PowPak 20 A Relay Modle The PowPak 20 A Relay Modle is a radio-freqency (RF), receptacle switching soltion that is capable of controlling 20 A receptacles based on inpt from Pico wireless controls and

More information

Hybrid Digital-Analog Transmission Taking Into Account D/A and A/D Conversion

Hybrid Digital-Analog Transmission Taking Into Account D/A and A/D Conversion Hybrid -Analog Transmission Taking Into Accont and Conversion Matthias Rüngeler and Peter Vary Institte of Commnication Systems and Data Processing ( ) RWTH Aachen University, Germany {rengeler vary}@ind.rwth-aachen.de

More information

A Novel Concept for Mains Voltage Proportional Input Current Shaping of a VIENNA Rectifier Eliminating Controller Multipliers

A Novel Concept for Mains Voltage Proportional Input Current Shaping of a VIENNA Rectifier Eliminating Controller Multipliers 1 of 10 A Novel Concept for Mains Voltage Proportional Inpt Crrent Shaping of a VIENNA Rectifier Eliminating Controller Mltipliers Part I: Basic Theoretical Considerations and Experimental Verification

More information

Optimized Cosecant Patterns from Arrays of Discrete Sources

Optimized Cosecant Patterns from Arrays of Discrete Sources International Jornal of Compter Applications (975 8887) Volme 3 No. 8, March 25 Optimized Cosecant Patterns from Arrays of Discrete Sorces M. Chandrasekhar Research Scholar, Dept. of Electronics and Commnication

More information

Submitted November 19, 1989 to 2nd Conference Economics and Artificial Intelligence, July 2-6, 1990, Paris

Submitted November 19, 1989 to 2nd Conference Economics and Artificial Intelligence, July 2-6, 1990, Paris 1 Submitted November 19, 1989 to 2nd Conference Economics and Artificial Intelligence, July 2-6, 1990, Paris DISCOVERING AN ECONOMETRIC MODEL BY. GENETIC BREEDING OF A POPULATION OF MATHEMATICAL FUNCTIONS

More information

Producing human-competitive results is a primary reason why the AI and machine

Producing human-competitive results is a primary reason why the AI and machine What s AI Done for Me Lately? Genetic Programming s Human-Competitive Results John R. Koza, Stanford University Martin A. Keane, Econometrics Inc. Matthew J. Streeter, Genetic Programming Inc. Producing

More information

Massive MIMO for Crowd Scenarios: A Solution Based on Random Access

Massive MIMO for Crowd Scenarios: A Solution Based on Random Access Massive MIMO for Crowd Scenarios: A Soltion Based on Random Access Jesper H. Sørensen, Elisabeth de Carvalho and Petar Popovski Aalborg University, Department of Electronic Systems, Fredrik Bajers Vej

More information

Two Control Strategies for Aggregated Wind Turbine Model with Permanent Magnet Synchronous Generator

Two Control Strategies for Aggregated Wind Turbine Model with Permanent Magnet Synchronous Generator Eropean Association for the Development of Renewable Energies, Environment and Power Qality (EA4EPQ) International Conference on Renewable Energies and Power Qality (ICREPQ ) Santiago de Compostela (Spain),

More information

Rapid Calculation Method Study and Realization for Wind Load of Ship-Borne Satellite Antenna

Rapid Calculation Method Study and Realization for Wind Load of Ship-Borne Satellite Antenna 206 International Congress on Comptation Algorithms in Engineering (ICCAE 206) ISBN: 978--60595-386- Rapid Calclation Method Std and Realization for Wind Load of Ship-Borne Satellite Antenna Jinping Kong*,

More information

Improvement in direction discrimination: No role for eye movements

Improvement in direction discrimination: No role for eye movements Perception & Psychophysics 1985, 38 (6), 554-558 Improvement in direction discrimination: No role for eye movements WILLIAM KOSNIK, JOHN FIKRE, and ROBERT SEKULER Northwestern University, Evanston, Illinois

More information

SIMSEN : A MODULAR SOFTWARE PACKAGE FOR THE ANALYSIS OF POWER NETWORKS AND ELECTRICAL MACHINES

SIMSEN : A MODULAR SOFTWARE PACKAGE FOR THE ANALYSIS OF POWER NETWORKS AND ELECTRICAL MACHINES SIMSEN : A MODULA SOFTWAE PACKAGE FO THE ANALYSIS OF POWE NETWOKS AND ELECTICAL MACHINES Dr A. Sapin, Prof. Dr J.J. Simond Swiss Federal Institte of Technology Electrical Engineering Dept CH1015 EcblensLasanne

More information

Evolution of a Controller with a Free Variable using Genetic Programming

Evolution of a Controller with a Free Variable using Genetic Programming Evolution of a Controller with a Free Variable using Genetic Programming John R. Koza Stanford University, Stanford, California koza@stanford.edu Jessen Yu Genetic Programming Inc., Los Altos, California

More information

XIV International PhD Workshop OWD 2012, October Lumped Parameter Model of a Resistance Spot Welding DC-DC converter

XIV International PhD Workshop OWD 2012, October Lumped Parameter Model of a Resistance Spot Welding DC-DC converter XIV International PhD Workshop OWD, 3 October Lmped Parameter Model of a Resistance Spot Welding DC-DC converter Martin Petrn, University of Maribor (prof. dr. Drago Dolinar, University of Maribor) Abstract

More information

Automatic Creation of Human-Competitive Programs and Controllers by Means of Genetic Programming

Automatic Creation of Human-Competitive Programs and Controllers by Means of Genetic Programming Ž. Genetic Programming and Evolvable Machines, 1, 121 164 2000 2000 Kluwer Academic Publishers. Manufactured in The Netherlands. Automatic Creation of Human-Competitive Programs and Controllers by Means

More information

PowPak 20 A Receptacle Control Relay Module

PowPak 20 A Receptacle Control Relay Module PowPak Receptacle Control Relay Modle The PowPak Relay Receptacle Control Modle is a radio-freqency (RF), receptacle switching soltion that is capable of controlling receptacles based on inpt from Pico

More information

Minimization of the DC Current Ripple of a Three-Phase Buck+Boost PWM Unity Power Factor Rectifier

Minimization of the DC Current Ripple of a Three-Phase Buck+Boost PWM Unity Power Factor Rectifier Minimization of the DC Crrent Ripple of a Three-Phase Bck+Boost PWM Unity Power Factor Rectifier Martina Bamann Vienna University of Technology Department of Electrical Drives and Machines Gsshasstrasse

More information

IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 16, NO. 4, APRIL

IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 16, NO. 4, APRIL IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 16, NO. 4, APRIL 017 379 Dynamic Radio Cooperation for User-Centric Clod-RAN With Compting Resorce Sharing Tyen X. Tran, Stdent Member, IEEE and Dario

More information

TUNING OF PID CONTROLLER USING PSO AND ITS PERFORMANCES ON ELECTRO-HYDRAULIC SERVO SYSTEM

TUNING OF PID CONTROLLER USING PSO AND ITS PERFORMANCES ON ELECTRO-HYDRAULIC SERVO SYSTEM TUNING OF PID CONTROLLER USING PSO AND ITS PERFORMANCES ON ELECTRO-HYDRAULIC SERVO SYSTEM Neha Tandan 1, Kuldeep Kumar Swarnkar 2 1,2 Electrical Engineering Department 1,2, MITS, Gwalior Abstract PID controllers

More information

Performance Analysis of MIMO MC-DS/CDMA System Using Chaotic Spreading Sequence

Performance Analysis of MIMO MC-DS/CDMA System Using Chaotic Spreading Sequence Performance Analysis of IO C-DS/CDA System Using Chaotic Spreading Seqence V.Nagarajan and P. Dananjayan 1 Abstract This paper presents a novel chaotic spreading seqence for mltiple inpt mltiple otpt mlti-carrier

More information

Practical solutions of numerical noise problems at simulation of switching transients to ship electric power systems

Practical solutions of numerical noise problems at simulation of switching transients to ship electric power systems Practical soltions of nmerical noise problems at simlation of switching transients to ship electric power systems J. PROUSALIDIS 1 S. PERROS 2 I.K.HATZILAU 3 N. HATZIARGYRIOU 4 1 NATIONAL TECHNICAL UNIVERSITY

More information

Comparative Evaluation of Multi-Loop Control Schemes for a High-Bandwidth AC Power Source with a Two-Stage LC Output Filter

Comparative Evaluation of Multi-Loop Control Schemes for a High-Bandwidth AC Power Source with a Two-Stage LC Output Filter 22 IEEE Proceedings of the International Conference on Renewable Energy Research and Applications (ICRERA 22), Nagasaki, Japan, November -4, 22 Comparative Evalation of Mlti-Loop Control Schemes for a

More information

Extremum Tracking in Sensor Fields with Spatio-temporal Correlation

Extremum Tracking in Sensor Fields with Spatio-temporal Correlation The Military Commnications Conference - Unclassified Program - Networking Protocols and Performance Track Extremm Tracking in Sensor Fields with Spatio-temporal Correlation Prithwish Bas Raytheon BBN Technologies

More information

External control electronics for the SYDEF1 adjustment of the A10VSO axial piston pump

External control electronics for the SYDEF1 adjustment of the A10VSO axial piston pump External control electronics for the SYDEF adjstment of the A0VSO axial piston pmp RE 04/0.0 Replaces: 04 /0 Type VT 504-X/... Component series X H09_d Table of contents Content Page Featres Ordering code

More information

Performance Analysis of Resource Selection Schemes for a Large Scale Video-on-demand System

Performance Analysis of Resource Selection Schemes for a Large Scale Video-on-demand System Performance Analysis of Resorce Selection Schemes for a Large Scale Video-on-demand System Jn Go, Member, IEEE, Eric W. M. Wong, Senior Member, IEEE, Sammy Chan, Member, IEEE, Peter Taylor, Moshe Zkerman,

More information

SHARING OF SPECTRUM USED BY SATELLITE SYSTEMS

SHARING OF SPECTRUM USED BY SATELLITE SYSTEMS SHARING OF SPECTRUM USED BY SATELLITE SYSTEMS HOW SATELLITE SYSTEMS SHARE SPECTRUM AMONG THEMSELVES, AND WITH TERRESTRIAL SYSTEMS Jose Albqerqe Chief, Satellite Division FCC May 17, 2017 Jly 20, 2015 Sharing

More information

External control electronics for the SYDFE1 control of the A10VSO axial piston variable displacement pump

External control electronics for the SYDFE1 control of the A10VSO axial piston variable displacement pump External control electronics for the SYDFE control of the A0VSO axial piston variable displacement pmp Type VT 504 RE 04 Edition: 0-06 Replaces:. Component series X Analog, Ero-card format Part of the

More information

ON THE DETECTION OF NON-STATIONARY SIGNALS IN THE MATCHED SIGNAL TRANSFORM DOMAIN

ON THE DETECTION OF NON-STATIONARY SIGNALS IN THE MATCHED SIGNAL TRANSFORM DOMAIN ON THE DETECTION OF NON-STATIONARY SIGNALS IN THE MATCHED SIGNAL TRANSFORM DOMAIN Andrei Anghel Gabriel Vasile Cornel Ioana Rems Cacovean Silvi Ciochina Grenoble INP / CNRS, Grenoble-Image-sPeech-Signal-Atomatics

More information

2-Winding Transformer: Type HU 3-Winding Transformer: Type HU-1 4-Winding Transformer: Type HU-4 4-Circuit Bus: Type HU-4

2-Winding Transformer: Type HU 3-Winding Transformer: Type HU-1 4-Winding Transformer: Type HU-4 4-Circuit Bus: Type HU-4 Westinghose Application Types HU, HU1, and HU4 relays are high speed differential nits with two, three, or for restraint circits respectively; all incorporating a harmonic restraint circit to prevent false

More information

LBC 3210/00 Line Array Indoor/Outdoor Loudspeaker

LBC 3210/00 Line Array Indoor/Outdoor Loudspeaker Commnications Systems LBC 3210/00 Line Array Indoor/Otdoor Lodspeaker LBC 3210/00 Line Array Indoor/Otdoor Lodspeaker www.boschsecrity.com Extended listening area Excellent intelligibility of speech and

More information

External control electronics for the SYDFE1 control of the A10VSO axial piston variable displacement pump

External control electronics for the SYDFE1 control of the A10VSO axial piston variable displacement pump + (0)0 9999 enqiries@hyqip.co.k www.hyqip.co.k/web/index External control electronics for the SYDFE control of the A0VSO axial piston variable displacement pmp Type VT 0 RE 0 Edition: 0-0 Replaces:. Component

More information

IQI Problem in Discrete Sine Transform Based FDMA Systems

IQI Problem in Discrete Sine Transform Based FDMA Systems IQI Problem in Discrete Sine Transform Based FDMA Systems BASHAR ALI FAREA AND NOR SHAHIDA MOHD SHAH Department of Commnications Engineering University Tn hssein Onn Malaysia Parit raja, Bat pahat, Johor

More information

CONTROL OF STATIC SERIES COMPENSATOR MITIGATION OF POWER QUALITY PROBLEMS FOR THESIS FOR THE DEGREE OF DOCTOR OF PHILOSOPHY HILMY AWAD

CONTROL OF STATIC SERIES COMPENSATOR MITIGATION OF POWER QUALITY PROBLEMS FOR THESIS FOR THE DEGREE OF DOCTOR OF PHILOSOPHY HILMY AWAD THESIS FOR THE DEGREE OF DOCTOR OF PHILOSOPHY CONTROL OF STATIC SERIES COMPENSATOR FOR MITIGATION OF POWER QUALITY PROBLEMS by HILMY AWAD Department of Electric Power Engineering CHALMERS UNIVERSITY OF

More information

DEVELOPMENT OF DUCTILE SEMI-RIGID JOINTS WITH LAGSCREWBOLTS AND GLUED-IN RODS.

DEVELOPMENT OF DUCTILE SEMI-RIGID JOINTS WITH LAGSCREWBOLTS AND GLUED-IN RODS. DEVELOMENT OF DUCTILE SEMI-RIGID JOINTS WITH LAGSCREWBOLTS AND GLUED-IN RODS. Yoshiaki Wakashima 1, Kenho Okra, Kazo Kyotani ABSTRACT: Althogh the dctility of joints is important from the viewpoint of

More information

Implementation of SVPWM Based Three Phase Inverter Using 8 Bit Microcontroller

Implementation of SVPWM Based Three Phase Inverter Using 8 Bit Microcontroller International Jornal of Science, Engineering and Technology Research (IJSETR), Volme 4, Isse 6, Jne 015 Implementation of SVPWM Based Three Phase Inverter Using 8 Bit Microcontroller Prof. S. K. Patil

More information

Imitative Learning for Real-Time Strategy Games

Imitative Learning for Real-Time Strategy Games Imitative Learning for Real-Time Strategy Games Qentin Gemine, Firas Safadi, Raphaël Fontenea and Damien Ernst Abstract Over the past decades, video games have become increasingly poplar and complex. Virtal

More information

LBC 3201/00 Line Array Indoor Loudspeaker

LBC 3201/00 Line Array Indoor Loudspeaker Commnications Systems LBC 3201/00 Line Array Indoor Lodspeaker LBC 3201/00 Line Array Indoor Lodspeaker www.boschsecrity.com Extended listening area Excellent intelligibility of speech and msic Uniform

More information

current-injection Josephson ~atch emp~oying a single-flux quantum. ~

current-injection Josephson ~atch emp~oying a single-flux quantum. ~ crrent-injection Josephson atch empoying a single-flx qantm. Jn'ichi Sone and Toshishige Yamada Microelectronics Research Laboratories NEC Corporation Miyazaki 4-1-1. Miyamae-k. Kawasaki. Kanagawa 213.

More information

Common-Mode Leakage Current Eliminated Photovoltaic Grid- Connected Power System for Domestic Distribution

Common-Mode Leakage Current Eliminated Photovoltaic Grid- Connected Power System for Domestic Distribution International Jornal of Engineering Research and Development e-issn: 78-067X, p-issn: 78-800X, www.ijerd.com Volme 10, Isse (Febrary 014), PP.106-111 Common-Mode eakage Crrent Eliminated Photovoltaic Grid-

More information

Multi-Cell Switch-Mode Power Amplifier with Closed-Loop Hybrid Output Voltage Filter

Multi-Cell Switch-Mode Power Amplifier with Closed-Loop Hybrid Output Voltage Filter PIM Erope 05, 9 May 05, remberg, Germany Mlti-ell Switch-Mode Power Amplifier with losed-oop Hybrid Otpt Voltage Filter H.. Votzi, H. Ertl niversity of echnology Vienna, Institte of Energy Systems and

More information

Position Control of DC Motor by Compensating Strategies

Position Control of DC Motor by Compensating Strategies Position Control of DC Motor by Compensating Strategies S Prem Kumar 1 J V Pavan Chand 1 B Pangedaiah 1 1. Assistant professor of Laki Reddy Balireddy College Of Engineering, Mylavaram Abstract - As the

More information

Phase Rotation Shift Keying for Low Power and High Performance WBAN In-body systems

Phase Rotation Shift Keying for Low Power and High Performance WBAN In-body systems Phase Rotation Shift Keying for Low Power and High Performance WBAN In-body systems Jng-Yeol Oh *, Jeong-Ki Kim, Hyng-Soo Lee *, Sang-Sng Choi *, Dong S. Ha Dept. Of Electrical and Compter Engineering

More information

Use of Time-Domain Simulations in Automatic Synthesis of Computational Circuits Using Genetic Programming

Use of Time-Domain Simulations in Automatic Synthesis of Computational Circuits Using Genetic Programming Use of -Domain Simulations in Automatic Synthesis of Computational Circuits Using Genetic Programming William Mydlowec Genetic Programming Inc. Los Altos, California myd@cs.stanford.edu John R. Koza Stanford

More information

Field-oriented control of five-phase induction motor with open-end stator winding

Field-oriented control of five-phase induction motor with open-end stator winding ARCHIVES OF ELECTRICAL ENGINEERING VOL. 6(3), pp. 39-41 (216) DOI 1.11/aee-216-29 Field-oriented control of five-phase indction motor with open-end stator winding JACEK LISTWAN, KRZYSZTOF PIEŃKOWSKI Wroclaw

More information

M20-2 analogue outputs, M30-3 analogue outputs Programmable multi-transducer

M20-2 analogue outputs, M30-3 analogue outputs Programmable multi-transducer for the measrement of electrical ariables in heay crrent power systems Application The RSH Dcer M20, M30 series of mlti - transdcers (Fig. 1) simltaneosly measre seeral ariables of an electric power system

More information

PDHonline Course L175J (6 PDH) GPS Surveying. Instructor: Jan Van Sickle, P.L.S. PDH Online PDH Center

PDHonline Course L175J (6 PDH) GPS Surveying. Instructor: Jan Van Sickle, P.L.S. PDH Online PDH Center PDHonline Corse L175J (6 PDH GPS Srveying Instrctor: Jan Van Sickle, P.L.S. 01 PDH Online PDH Center 57 Meadow Estates Drive Fairfax, VA 0306658 Phone & Fax: 7039880088 www.pdhonline.org www.pdhcenter.com

More information

Frequency Domain Artificial Reverberation using Spectral Magnitude Decay

Frequency Domain Artificial Reverberation using Spectral Magnitude Decay sing Spectral Magnitde Decay Earl Vickers 1, Jian-Lng (Larry) W 2, Praveen Gobichettipalayam Krishnan 3, and Ravirala Narayana Karthik Sadanandam 4 1 The Sond Gy, Inc., Seaside, CA 93955, USA sfx@sfxmachine.com

More information

Simulation of Leakage current and THD Compensation in a Large PV system

Simulation of Leakage current and THD Compensation in a Large PV system Simlation of Leakage crrent and THD Compensation in a Large system Mohamed Yossef Tarnini 1, abil Abdel-Karim and Khaled Chahine 3 1,, 3 Beirt Arab University, Electrical and Compter Department, Power

More information

TUNING OF PID CONTROLLERS USING PARTICLE SWARM OPTIMIZATION

TUNING OF PID CONTROLLERS USING PARTICLE SWARM OPTIMIZATION TUNING OF PID CONTROLLERS USING PARTICLE SWARM OPTIMIZATION 1 K.LAKSHMI SOWJANYA, 2 L.RAVI SRINIVAS M.Tech Student, Department of Electrical & Electronics Engineering, Gudlavalleru Engineering College,

More information

Loop Design. Chapter Introduction

Loop Design. Chapter Introduction Chapter 8 Loop Design 8.1 Introduction This is the first Chapter that deals with design and we will therefore start by some general aspects on design of engineering systems. Design is complicated because

More information