Neuro-predictive control based self-tuning of PID controllers

Size: px
Start display at page:

Download "Neuro-predictive control based self-tuning of PID controllers"

Transcription

1 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 53A, 75 Iasi, Romania Abstract: In this paper we present a new self-tning procedre for PID controllers based on nero-predictive control. A finite horizon optimal control problem is solved on-line, permitting to calclate the tning parameters of the PID controller. The proposed method is implemented on a level-flow pilot plant and a comparison with conventional ato-tning methods is also given. 1. Introdction Althogh most of the indstrial processes are complex nonlinear sstems, the are still controlled with classical PID control strctres, which are tned to give good reslts onl arond a fixed operating point. Under these circmstances, in order to obtain the optimal response over the entire operating range, on-line adaptation or selftning of the controller is reqired, and several methods have been proposed in the last decade, e.g. [1], [2], [3]. In [1], the existent tpes of adaptive techniqes are classified based on the fact that if the process dnamics are varing, then the controller shold compensate these variations b adapting its parameters. There are two tpes of process dnamics variations: predictable and npredictable. The predictable ones are tpicall cased b nonlinearities and can be handled sing a gain schedle, which means that the controller parameters are fond for different operating conditions with an ato-tning procedre that is emploed thereafter to bild a schedle. In this paper, a new self-tning method for PID controllers designed to control processes with predictable dnamics variations is presented. The gain schedling principle is replaced b sing a neral network based model that is capable to captre the predictable dnamics variations of the process. The neral network model is also sed to develop a neral strctre that predicts the ftre control error cased b process dnamics variations. The controller tning parameters are calclated solving a finite horizon optimal control problem that minimizes the predicted control error. Real-life experimental reslts are given for a level-flow pilot plant, which demonstrate the practical benefits of this self-tning method. 2. Description of the self-tning procedre The proposed self-tning approach is based on two parallel control strctres (see Fig. 1) that are snchronized with the reference clock of the predictable dnamics

2 process in closed-loop with a PID controller. r(k+i) e pred (k+i) + - Adaptive controller (k+i) Neral predictors (k+i) Nero-predictive control loop r + - q opt Controller x Process Real-time control loop Figre 1: Nero-predictive strctre The pper strctre ses a predictive control loop consisting in a neral predictor and a PID controller with adaptive tning parameters. The predictive strctre, with the sampling rate T p, works faster than the real-time control loop sppling the predicted control error over a finite ftre time horizon. The tning parameters are calclated at each sample time instant throgh the minimization of the predicted control error and the obtained vales are sed to pdate the tning parameters of the real-time control loop. Ths, the controller parameters are adapted based on the predictive optimization of the control sstem behavior and the desired performances can be achieved over the entire operating range. 2.1 Process neral model Nero-predictive control loop contains a neral network model, which models the real process with predictable dnamic variations. The se of neral networks for nonlinear process modeling and identification is stified b their capabilit to approximate nknown non-linear sstems. A nonlinear model that incldes a large class of non-linear processes is the following NARMAX model: k ( ) = f[ k ( 1),..., k ( n), k ( d 1),..., k ( d m)] (1) where f(.) is some nonlinear fnction, d is the dead time, n and m are the orders of the nonlinear sstem model, and being the inpt and the otpt of the process. A neral network based model, NNARMAX, corresponding to the NARMAX model, ma be obtained b adsting the weights of a mlti-laer perceptron architectre with adeqatel delaed inpts [4]. The neral network otpt will be given b: N ( k) = f [ ( k d 1), ( ], (2) where f N denotes the inpt-otpt transfer fnction of the neral network, which replaces the non-linear fnction f in (1) and, (k-d-1) and (k-1) have the following strctre: T ( k d 1) = [ ( k d 1) ( k d 2)... ( k d m)] T ( = [ ( ( k 2)... ( k n)]. (3) For a two laer network, the following expression is obtained from eqation (2):

3 n k ( ) = wσ ( w ( k d 1) + w ( k 1) + b) + b, (4) = 1 where n is the nmber of nerons in the hidden laer, σ is the activation fnction for the -th neron from the hidden laer, w the weight vector for the -th neron with respect to the inpts stored in (k-d-1), w the weight vector for the -th neron with respect to the inpts stored in (k-1), b the bias for the -th neron from the hidden laer, w the weight for the otpt laer corresponding to the -th neron from the hidden laer and b the bias for the otpt laer. Sch strctres with a single hidden laer are considered satisfactor for most of the cases. Since all the indstrial processes are working in closed-loop, a closed-loop identification method has been sed to obtain the neral model of the process. In order to captre all the nonlinear dnamics of the process, the training data had to be attained arond several different operating points sch that the entire variation range of the process otpt to be covered. For this reason, a stepwise reference was chosen and then smmed with a psedo random binar signal generated with a shifting register [5]. 2.2 Nero-predictive control loop In order to obtain the predictable dnamics variations at the time instants k, a neral predictor based on the neral-based model of the process was sed. A seqential algorithm based on the knowledge of crrent vales of and together with the neral network sstem model gives the i-step ahead neral predictor: n ( k + i) = w σ ( w ( k d + i 1) + w ( k + i 1) + b ) + b. (5) = 1 The ftre control (k-d+i-1) from (5) is obtained rnning the nero-predictive control loop. Ths, at time instant k, the predicted otpt (k+i) is determined, for i = N 1, N 2 where N 1 and N 2 are the prediction horizons. If T p is the sampling time with which the predictive control loop operates, this mst satisf: ( N2 N1) Tp << T. Placing the neral model of the process to operate in the nero-predictive control loop allows for transferring the crrent state x of the process to the neral predictor (Fig. 1) at each time instant k. Ths, at each time instant k, the predicted behavior of the process is obtained in the vector form: T pred = [ ( k + N1 ) ( k + N1 + 1)... ( k + N 2 )]. (6) The process otpt pred, predicted b the neral predictor, is sed to calclate the predicted control error based on the controller set-point. Considering the discrete form of a PID controller, k) = ( + q e( k) + q e( + q e( k 2), (7) ( 1 2

4 and the model (5), ields the following eqation for the predicted control error: n e pred ( k + i) = w ( ( k d i 1) ( k i 1) b ) b r( k + i) σ w + + w + + +, (8) = 1 where the vector (k-d+i-1) is a fnction of the tning parameters vector q=[q q 1 q 2 ]. Minimizing the cost fnction N J = e pred ( k + i) (9) 2 i= N1 with respect to the variable q, ields the optimal tning parameters q opt, which compensate the process predictable dnamics variations. At the time instant k+1, the tning parameters q opt are transferred to the real-time control loop. The self-tning method has the advantage that it does not impl a pre-tne phase becase the vector q opt is available after the first sampling period. 3. Pilot plant stdies The nero-predictive self-tning approach for PID controllers was tested on a level-flow pilot plant. The schematic diagram of the pilot plant is presented in Fig. 2. r 1 1=r 2 LC FC LT FT h q i A A 1 water LC - Level Controller FC - Flow Controller LT - Level Transdcer FT - Flow Transdcer A - cross section area A 1- circlar orifice area q i - flow rate Figre 2: Schematic diagram of the level-flow pilot plant The level is controlled sing a cascade control strctre that has as internal variable the feed water flow. The inner loop controls the feed water flow and reects the distrbances cased b the pressre variations in the water pipe. The oter loop controller, a PI controller, ields the feed water flow reference signal r 2 for the inner loop based on the received water level signal. The tank and the inner loop represent the plant for the oter controller, which was modelled with a neral network in order to implement the developed self-tning method for the level controller. The following non-linear model is available for the tank: dh A = qi Cd A1 2gh. (1) dt The model parameters are: A = 23.4 cm 2, A 1 = 2.26 cm 2, h max = 13.5 cm, C d =.6.

5 3.1 Neral model of the plant In order to estimate the parameters of the neral model, a training seqence was bilt sch that the process otpt explores its whole operating range. Ths, a stepwise reference smmed with a psedo random binar signal was applied to the real time control loop and, b monitoring the control signal 1 and the process otpt 1, a training seqence was obtained. Using the training seqence, a two laer neral network was trained off-line. Model parameters m, n and d were estimated based on the collected inpt-otpt data and on the phsical strctre of the process (the inner flow loop and the tank). With a sampling rate of 2sec, it was fond that the process has a dela d=2 and m=2, n=2. For the training and the validation of the neral network that models the process, the software instrments presented in [6] were sed. In Figre 3, the reslts of a closed-loop experimental validation of the neral model are plotted. 8 6 [%] 4 2 neral model otpt process otpt reference Time [sec] Figre 3: Process neral model validation 3.2 Adaptive procedre reslts The parameters q and q 1 of the PI controller were obtained b minimizing an obective fnction sing an optimization approach. The cost fnction was taken as the mean sqared prediction error over a finite prediction horizon, as in eqation (9). The neral network model identified in the previos section was sed to predict the ftre otpts. In order to avoid the satration of the actator, the minimization took into accont the constraints imposed on the control inpt and controller parameters. In order to do a fair comparison with the existing ato-tning methods, the PI level controller was first tned sing the rela method of Astrom and Hagglnd [3]. Figre 4 shows the reslting real-time closed-loop stepwise responses obtained with fixed tning parameters of the PI controller and with continos adaptation of tning parameters based on the self-tning method presented in this paper. In the same figre, the control inpts are depicted together with the tning parameters of the PI controller. As seen in the figre, the fixed parameters controller gave a slggish control response. With the nero-predictive tning approach, the controller had continos

6 adaptation of the tning parameters reslting in a faster control. Process otpt [%] reference adaptive constant Control inpt [%] PI parameters adaptive constant Time [sec] Figre 4: Comparative reslts and parameters for the adaptive discrete PI controller q q1 4. Conclsions A nero-predictive control based self-tning procedre for PID controllers has been developed. The main advantage of the method consists in the on-line adaptation of the controller parameters and in the possibilit to track different process operating regimes. The proposed method has been implemented on a benchmark real-life sstem with good reslts and a comparison with a classical ato-tning method for PID controllers has also been given. References 1. Hagglnd T., Astrom K.J., Indstrial Adaptive Controllers Based on Freqenc Response Techniqes, Atomatica, vol.27, no.4, (1991). 2. Cheng-Ching Y, Atotning of PID Controllers, Springer-Verlag, London (1999). 3. Astrom K.J. Hagglnd T., PID Controllers: Theor, Design and Tning, Instrment Societ of America: Research Triangle Park, (1995). 4. Chen S, Billings S.A. and P.M. Grant, Nonlinear sstem identification sing neral networks, Int. J. Control, vol 49, no.3, (199). 5. Landa I.D., Sstem Identification and Control Design, Prentice Hall, (199). 6. Norgaard, M, Neral Network Based Sstem Identification Toolbox, Technical Report -E- 891, Department of Atomation, Technical Universit of Denmark, (2).

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

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

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

Sensors Fault Detection and Diagnosis Based On Morphology-wavelet Algorithm

Sensors Fault Detection and Diagnosis Based On Morphology-wavelet Algorithm Sensors Falt Detection and Diagnosis Based On Morpholog-wavelet Algorithm GoLian Ho Department of Atomation North China Electric Power Universit Beijing,China e-mail:hgl@ncep.ed.cn Yi Zhang Department

More information

AUTOMATIC SYNTHESIS USING GENETIC PROGRAMMING OF IMPROVED PID TUNING RULES

AUTOMATIC SYNTHESIS USING GENETIC PROGRAMMING OF IMPROVED PID TUNING RULES 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

RAPIDLY increasing energy demand from industrial and

RAPIDLY increasing energy demand from industrial and IEEE TRANSACTIONS ON INDUSTRIAL ELECTRONICS, VOL. 60, NO. 4, APRIL 2013 1335 Parallel PI Voltage H Crrent Controller for the Netral Point of a Three-Phase Inverter Tomas Hornik, Member, IEEE, and Qing-Chang

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

MATLAB &Simulink Sample Model Description

MATLAB &Simulink Sample Model Description MATAB &Simlink Samle Model Descrition Simlation of Cascade PID Control and Model Predictive Control for a gas searation lant b membrane searation Oter oo Uer Controller PID - PID - Inneroo Inneroo Inneroo

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

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

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

CHAPTER 1 INRODUCTION. Navigation is the process of directing a moving vehicle or a person

CHAPTER 1 INRODUCTION. Navigation is the process of directing a moving vehicle or a person CHAPTER INRODUCTION. INTRODUCTION Navigation is the process of directing a moving vehicle or a person from one known place to the other known place. The modern navigational aids ses the Electromagnetic

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 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

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

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

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

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

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

Application of Random Space Vector Pulse Width Modulation in Electric Vehicle

Application of Random Space Vector Pulse Width Modulation in Electric Vehicle dvanced Science Technology Letters Vol143 (ST 017), pp89-93 http://dxdoiorg/101457/astl01714318 pplication of Rom Space Vector Plse Width Modlation in Electric Vehicle Goqiang hen School of Mechanical

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

An Analog Neural Oscillator Circuit for Locomotion Controller in Quadruped Walking Robot

An Analog Neural Oscillator Circuit for Locomotion Controller in Quadruped Walking Robot An Analog Neral Oscillator Circit for Locomotion Controller in Qadrped Walking Robot Kazki Nakada Tetsya Asai Yoshihito Amemiya Department of Electrical Engineering, Hokkaido Uniersity, Sapporo, 6 868,

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

ANALYSIS OF THE EFFECT OF CALIBRATION ERROR ON LIGHT FIELD SUPER- RESOLUTION RENDERING

ANALYSIS OF THE EFFECT OF CALIBRATION ERROR ON LIGHT FIELD SUPER- RESOLUTION RENDERING 04 IEEE International Conference on Acostic, Speech and Signal Processing (ICASSP) ANALYSIS OF THE EFFECT OF CALIBRATION ERROR ON LIGHT FIELD SUPER- RESOLUTION RENDERING Kang-Ts Shih, Chen-Y Hs, Cheng-Chieh

More information

A Novel Control Method for Direct Interface Converters used for DC and AC Power Supplies

A Novel Control Method for Direct Interface Converters used for DC and AC Power Supplies A Noel Control Method for Direct Interface Conerters sed for DC and AC Power Spplies Koji Kato, Jn-ichi Itoh Nagaoka Uniersity of Technology 163-1 Kamitomioka-cho Nagaoka city Niigata, Japan Tel./FAX:

More information

Modelling and Control of Photovoltaic Inverter Systems with Respect to German Grid Code Requirements

Modelling and Control of Photovoltaic Inverter Systems with Respect to German Grid Code Requirements 1 Modelling and Control of Photovoltaic Inverter Systems with Respect to German Grid Code Reqirements Tobias Nemann, Stdent Member, IEEE, István Erlich, Senior Member, IEEE Abstract The increasing share

More information

Comparison of Current Control Strategies for Four-Leg Shunt Active Power Filter in Matlab-Simulink

Comparison of Current Control Strategies for Four-Leg Shunt Active Power Filter in Matlab-Simulink Kamil ANTONIEWICZ, Marisz MALINOWSKI Faclty of Electrical Engineering, Warsaw University of Technology, l. Koszykowa 75-66 Warsaw Comparison of Crrent Control Strategies for For-Leg Shnt Active Power Filter

More information

Wireless Image Transmissions over Frequency Selective Channel Using Recent OFDMA Systems

Wireless Image Transmissions over Frequency Selective Channel Using Recent OFDMA Systems American Jornal of Comptation, Commnication and Control 2018; 5(1): 30-38 http://www.aascit.org/jornal/ajccc ISSN: 2375-3943 Wireless Image Transmissions over Freqency Selective Channel sing Recent OFDA

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

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

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

II IMAGE ENHANCEMENT PART A. 1. Give the PDF of uniform noise and sketch it.(april/may 2015)(Nov./Dec.2013)

II IMAGE ENHANCEMENT PART A. 1. Give the PDF of uniform noise and sketch it.(april/may 2015)(Nov./Dec.2013) UNIT II IMAGE ENANCEMENT PART A 1. Gie the PD of niform noise and sketch it.april/may 015No./Dec.013 The probability density fnction of the continos niform distribtion is:. Define and gie the transfer

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

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

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

In-band Full Duplex Radio: A survey

In-band Full Duplex Radio: A survey In-band Fll Dplex Radio: A srvey Ashish Kmar Rao Research Scholar, Department of Electronics Engineering Institte of Engineering and Technology Lcknow, UP, India Rajiv Kmar Singh Assistant Professor Department

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

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

DRAFT Proceedings of IMECE ASME International Mechanical Engineering Congress & Exposition Washington, D.C., November 15-21, 2003

DRAFT Proceedings of IMECE ASME International Mechanical Engineering Congress & Exposition Washington, D.C., November 15-21, 2003 RAFT Proceeings of IMECE 3 3 ASME International Mechanical Engineering Congress & Exposition Washington,.C., November 5-, 3 IMECE3-4743 PREICTIVE PRESSRE CONTROL OF A MONOPROPELLANT POWERE ACTATOR Bobby

More information

CHARACTERIZATION OF PHOTONIC CRYSTAL FIBERS FROM FAR FIELD MEASUREMENTS

CHARACTERIZATION OF PHOTONIC CRYSTAL FIBERS FROM FAR FIELD MEASUREMENTS ornal of Microwaves and Optoelectronics, Vol., N. o 6, December. 3 CHARACTERIZATION OF PHOTONIC CRYSTAL FIBERS FROM FAR FIELD MEASREMENTS Shailendra. Varshney and R..Sinha* Dept. of Applied Physics, Delhi

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

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

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

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

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

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

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

Research on Three Phase Power Phase Locked Loop Technology. Qi-long ZHANG*, Li-xia ZHANG and Hong-xian GAO

Research on Three Phase Power Phase Locked Loop Technology. Qi-long ZHANG*, Li-xia ZHANG and Hong-xian GAO 07 International Conference on Energy, Environment and Sstainable Development (EESD 07) ISBN: 978--60595-45-3 Research on Three Phase Power Phase Locked Loop Technology Qi-long ZHANG*, Li-xia ZHANG and

More information

OPTI-202R Final Exam Name Spring 2008

OPTI-202R Final Exam Name Spring 2008 OPTI-202R Final Exam Name Spring 2008 Note: Closed book; closed notes. Eqation sheets are inclded. A spare ratrace sheet is also attached. Assme thin lenses in air if not specified. If a method of soltion

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

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

Lecture 3 : Filter Banks

Lecture 3 : Filter Banks Lectre : Filter Banks Part - : Filter Banks Preliminaries Filter bank introdction & applications Aliasing & perfect reconstrction PR Review of mlti-rate sstems st PR example : DFT/FFT filter bank Part

More information

ANALYSIS O VIENNA RECTI IER

ANALYSIS O VIENNA RECTI IER Electrical Power Qality and Utilisation, Jornal Vol. XI, No., 005 ANALYSIS O VIENNA RECTI IER Grzegorz RADOMSKI Technical University of Kielce, Poland Smmary: It is common to find the inexpensive bt robst

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

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

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

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

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

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

A versatile sensor for string motion. Chris Waltham and Andrzej Kotlicki

A versatile sensor for string motion. Chris Waltham and Andrzej Kotlicki A ersatile sensor for string motion Chris Waltham and Andrzej Kotlicki Department of Phsics and Astronom, Uniersit of British Colmbia, Vancoer BC, Canada V6T Z PACS nmbers: 43.40.Cw, 43.58.Vb, 43.75.Y

More information

Chapter 5: outline. Network-layer functions. Chapter 5: outline. Routing protocols. data plane. Logically centralized control plane

Chapter 5: outline. Network-layer functions. Chapter 5: outline. Routing protocols. data plane. Logically centralized control plane Chapter : otline. introdction. roting protocols distance ector. intra-as roting in the Netork-laer fnctions Recall: to netork-laer fnctions: forarding: moe packets roter s inpt to appropriate roter otpt

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

A Low Power Capacitive Interface IC with Automatic Parasitic Offset Calibration using Dual-Range Digital Servo Loop

A Low Power Capacitive Interface IC with Automatic Parasitic Offset Calibration using Dual-Range Digital Servo Loop IDE Jornal of Integrated ircits and Systems, VOL 02, No.1, pril 2016 Low Power apacitive Interface I with tomatic Parasitic Offset alibration sing Dal-Range Digital Servo Loop Yeongjin Mn, Ynjong Park,

More information

Navegação e Determinação de Atitude em Aeronaves Através de Múltiplos Receptores GNSS

Navegação e Determinação de Atitude em Aeronaves Através de Múltiplos Receptores GNSS Navegação e Determinação de Atitde em Aeronaves Através de Múltiplos Receptores GNSS Afonso Rodriges Gonçalves Institto Sperior Técnico, Universidade Técnica de Lisboa Avenida Rovisco Pais, 1-149-1 Lisbon,

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

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

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

W-CDMA for UMTS Principles

W-CDMA for UMTS Principles W-CDMA for UMTS Principles Introdction CDMA Backgrond/ History Code Division Mltiple Access (CDMA) Why CDMA? CDMA Principles / Spreading Codes Mlti-path Radio Channel and Rake Receiver Problems to Solve

More information

A Design Procedure for Control Systems of Inverterbased DG in Microgrids

A Design Procedure for Control Systems of Inverterbased DG in Microgrids A Design Procedre for Systes of Inverterbased DG in Microgrids Toshihisa Fnabashi, Shota Igarashi, Yske Manabe, Mneaki Krioto, Takeyoshi Kato Abstract-- In constrcting icrogrids with only inverter-based

More information

OPTI-502 Optical Design and Instrumentation I John E. Greivenkamp Homework Set 11 Fall, 2017

OPTI-502 Optical Design and Instrumentation I John E. Greivenkamp Homework Set 11 Fall, 2017 Assigned: 11/8/17 Lectre 23 De: 11/15/17 Lectre 25 11-1) A teleconverter is an optical component that is placed between or camera lens and camera to increase the focal length of the lens. Common varieties

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

Algorithms for Enhanced Inter Cell Interference Coordination (eicic) in LTE HetNets

Algorithms for Enhanced Inter Cell Interference Coordination (eicic) in LTE HetNets 1 Algorithms for Enhanced Inter Cell Interference Coordination (eicic) in LTE HetNets Spratim Deb, Pantelis Monogiodis, Jerzy Miernik, James P. Seymor arxiv:1302.3784v1 [cs.ni] 15 Feb 2013 Abstract The

More information

APLICACIÓN N DEL CONTROL EN MODO DE DESLIZAMIENTO EN SISTEMAS DE CONVERSIÓN DE ENERGÍA

APLICACIÓN N DEL CONTROL EN MODO DE DESLIZAMIENTO EN SISTEMAS DE CONVERSIÓN DE ENERGÍA 1 APLICACIÓN N DEL CONTROL EN MODO DE DESLIZAMIENTO EN SISTEMAS DE CONVERSIÓN DE ENERGÍA Domingo Biel Solé Advanced Control of Energy Systems (ACES) Institto de Organización y Control (IOC) Universitat

More information

3. (12 %) Find an equation of the tangent plane at the point (2,2,1) to the surface. u = t. Find z t. v = se t.

3. (12 %) Find an equation of the tangent plane at the point (2,2,1) to the surface. u = t. Find z t. v = se t. EXAM - Math 17 NAME: I.D.: Instrction: Circle yor answers and show all yor work clearly. Messing arond may reslt in losing credits, since the grader may be forced to pick the worst to grade. Soltions with

More information

Fault-Tolerant Lyapunov-Gain-Scheduled PID Control of a Quadrotor UAV

Fault-Tolerant Lyapunov-Gain-Scheduled PID Control of a Quadrotor UAV Falt-olerant Lyapnov-Gain-Schele PID Control of a Qarotor UAV Aberrahmen Bogerra *, Djamel Saigaa, amel ara, Samir Zeghlache Department of Electrical Engineering, M sila University, Zip postal Ichbilia

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

Performance Comparison of Conventional STATCOM and STATCOM with Energy Storage in a Low Voltage Induction Motor Application

Performance Comparison of Conventional STATCOM and STATCOM with Energy Storage in a Low Voltage Induction Motor Application Performance Comparison of Conventional STATCOM and STATCOM with Energy Storage in a Low oltage Indction Motor Application Antti irtanen Department of Electrical Energy Engineering Tampere University of

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

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

UNIVERSITY OF TWENTE. Energy-optimization for Dataflow Applications using Timed Automata. Formal Methods & Tools. Jaco van de Pol, 18 Aug 2016

UNIVERSITY OF TWENTE. Energy-optimization for Dataflow Applications using Timed Automata. Formal Methods & Tools. Jaco van de Pol, 18 Aug 2016 UNIVERSITY OF TWENTE. Formal Methods & Tools. Energy-optimization for Dataflow Applications sing Timed Atomata Jaco van de Pol, 8 Ag 206 ICT Energy Science Conference, Aalborg Joint work with Waheed Ahmad

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

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

A HASP architecture solution in microcellular wireless networks

A HASP architecture solution in microcellular wireless networks roceedings of the 5th WSEAS Int. Conf. on ALIED INFOMATICS and COMMUNICATIONS, Malta, Septeber 15-17, 25 (pp71-76) A AS architectre soltion in icrocelllar wireless networs D.KAABOULAS, S.LOUVOS, S.KOTSOOULOS,

More information

The information and wave-theoretic limits of analog beamforming

The information and wave-theoretic limits of analog beamforming The information and wave-theoretic limits of analog beamforming Amine Mezghani and Robert W. Heath, Jr. Wireless Networking and Commnications Grop Department of ECE, The University of Texas at Astin Astin,

More information