Analysis. Control of a dierential-wheeled robot. Part I. 1 Dierential Wheeled Robots. Ond ej Stan k

Size: px
Start display at page:

Download "Analysis. Control of a dierential-wheeled robot. Part I. 1 Dierential Wheeled Robots. Ond ej Stan k"

Transcription

1 Control of a dierential-wheeled robot Ond ej Stan k SRH Hochchule Heidelberg, Mater IT, Advanced Control Engineering project Abtract Thi project for the Advanced Control Engineering cla invetigate a movement control ytem of a dierential-wheeled robot. A model of the robot drive i deigned in Matlab Simulink, and a control ytem i analyzed, implemented a tuned. The work i baed on author' previou experience in robot control. The control ytem preented in thi paper wa already teted on two real robotic platform. Thi time, the author invetigate the theoretical background behind hi particular control ytem, that wa originally developed without any prior kill in Control Engineering theory. Part I Analyi 1 Dierential Wheeled Robot Dierential drive i very popular in mobile robotic. Dierential wheeled robot uually feature two individually propelled wheel 1 [2]. By adjuting the power applied to motor, the robot can be operated to go forward, rotate in place or perform movement on any arbitrary curve in plane. Such wheelframe i very exible, yet till eay to control, o it i often prioritized over other teering ytem, uch a Ackerman drive. Thank to high movement exibility, the planning of robot trajectory i much eaier compared to car-like teering ytem. If the robot i intended for operation on at urface (indoor condition), the dierential drive i denitely good way to go. 1 and one or more omni-directional upportive wheel that only enure tability of the wheelframe 1

2 2 Goal and Objective of the Control Sytem The control ytem enure accurate movement of the robot. It ue feedback from wheel encoder that meaure wheel rotation. Information from encoder i ued to control peed and poition of the robot. The control ytem calculate power applied to motor terminal to meet the peed and poition requirement. The control ytem hould compenate for any outer diturbance, caued by urface and tire friction, external force to the robot and colliion with maller object that might temporary block robot' wheel. Part II Deign 3 Robot Model A model of dierential drive i deigned in Matlab Simulink. The model take into account: outer diturbance caued by external force (f.e. maller object, blocking of a wheel..) wind, colliion with tire lipping 2 (driving on wet urface/now/ice/and) lightly dierent tranfer function for left and right motor+gearbox+wheel ubytem i upported propagation delay of wheel encoder 4 Movement Controller The original controller wa deigned to upport variou type of movement (traight movement, rotation in place, circular movement..). However, in thi paper, the function of the controller wa implied a to only upport traight movement and peed control. To keep thing imple, the poition control i not comprehended in the imulation. The poition control would introduce another PID regulator that govern the whole peed/balance control ytem preented in thi paper. That mean the complete control ytem can be build in a modular manner. But we will only imulate the peed and wheel balance control for clarity. 2 the controller cannot compenate for thi becaue the only feedback i the information about rotation of the wheel, not the actual poition of the robot in it environment 2

3 Part III Implementation 5 Speed and Balance Controller The movement control ytem i deigned a two chained PID controller. There i a Speed PID Controller, which calculate the PWM 3 duty for motor according to the deired and actual peed of the robot. The calculated PWM duty i then proportionally ditributed to left and right motor, which i done by the Wheel Balance PID Controller. Thi controller adjut the ratio of left and right motor power, o that a contant trajectory ratio between left and right wheel i maintained. Obviouly, for a traight movement, the deired trajectory ratio i 1:1 (trajectory of left wheel : trajectory of right wheel). For a rotation movement, the ratio would be -1:1. And nally, any arbitrary ratio of wheel trajectorie yield circular movement of the robot. 6 Robot Speed Feedback The robot peed i calculated a an average of the peed of it two wheel. The peed of wheel i the derivative of the trajectory meaured by the wheel encoder. It i not advied to ue the derivative block in Simulink model a it may introduce extreme numerical noie, o intead of the derivative block we ue the tranfer function G d = Tranfer Function of the Robot' Propeller Sytem The behavior of the motor, gearbox and wheel i modeled by a two-pole tranfer function: 1 G m () = ( p 1 )( p 2 ) The pole of the left motor are choen to be p 1 = 2, p 2 = 3 and for the right motor we aume a light change in the tranfer function due to inaccurate fabrication proce, o that the econd pole i lightly hifted to p 2 = 3.1. Thi imulate the variance in motor/gearbox characteritic. However, for the calculation of the PID control parameter we aume that the pole are at their expected value p 1 = 2, p 2 = 3. 3 pule width modulation 3

4 Part IV PID Contrller Tuning The PID regulator i commonly ued in indutry becaue it can be eaily implemented and work reaonably well for many procee. However, chooing the proper value of the P, I and D parameter i often a challenge. There are everal method how to do thi manually, uing trial-and-error approach. The tuning proce can be upported with ome rule of the thumb method 4. Plant / Proce Figure 1: Block diagram of a PID regulator 8 Calculation of the PID Parameter for Speed Control For our model, however, we aume that we already know the tranfer function G m () of the robot propeller ytem. In reality, the tranfer function ha to be obtained from the real robot by performing a et of tet and meaurement. I did not do thi, I jut choe appropriate 5 1 tranfer function G m = (+2)(+3). The PID control block can be expreed by it tranfer function [1]: 1 G c () = K p + K i + K d = K p + K i + K d 2 = K ( + 1)( + 2 ) where C and K p, K i, K d R are the real parameter of the PID controller. Thee equation hold for the PID parameter: (1) K p = K( ) (2) K i = K 1 2 (3) 4 ZieglerNichol method i the popular one 5 thi two-pole tranfer function i recognized a a motor tranfer function 4

5 K d = K (4) Thi can be eaily veried ubtituting (2), (3), (4) to the equation (1). For the cloed-loop ytem we receive the tranfer function 6 : Y () = G cg m G d 1 + G c G m G d R(S) (5) Where G d hould be the derivative of the wheel trajectory, however, we choe G d = +1 to avoid numerical noie during imulation. 1 Once we have the motor tranfer function G m = ( p 1)( p 2), we chooe the zero of the PID tranfer function to compenate for the pole of the motor tranfer function G m, o that 1 = p 1 = 2 and 2 = p 2 = 3: G c G m = K ( + 1)( + 2 ) 1 ( p 1 )( p 2 ) = K ( p 1)( p 2 ) ( p 1 )( p 2 ) = K 1 Then we ubtitute G c G m = K 1 to the tranfer function of the ytem (5): Y () = G cg m G d R(S) = K 1 G d 1 + G c G m G d 1 + K 1 G R() = KG d R() d + KG d From thi equation we can ee that K i a free parameter that can be adjuted to move the pole of the complete feedback ytem on the real axi. By increaing parameter K, we move the pole away from the zero origin, making the ytem repone fater. Finally, we calculate the PID parameter given by equation (2), (3), (4): K p = K( ) = K( p 1 + ( p 2 )) = K(2 + 3) = 5K K i = K 1 2 = K( p 1 )( p 2 ) = K 2 3 = 6K K d = K 9 Calculation of the PID Parameter for Balance Controller The peed and balance PID controller are dependent on each other and therefore it i not eay to calculate the PID parameter. However, we will make imilar implication a in previou ection; for the balance regulator we aume that the power ignal (output of the peed PID regulator) i contant. Then, the 6 for implication we aume that the peed PID controller control only one wheel, and thu the balance PID regulator doen't have to be conidered 5

6 Balance PID regulator can be een a a controller for the wheel path 7 and the tranfer function of the ytem i: Y () = G cg m R(S) = K G c G m 1 + K 1 R() = K + K R() Thi i almot the ame a the tranfer function for peed regulation loop (5), except there the G d derivation term i miing. We can chooe the Balance PID parameter exactly the ame a for the peed PID regulator. The gain coecient K ha to be tuned eparately for the balance regulator, of coure. Part V Simulation 10 Simulink Model The imulation i done in Matlab Simulink. Block diagram of the imulation etting i hown in Figure 2 on the following page. The proportional power divider i a cutom made block that balance the power calculated by Robot peed PID Controller proportionaly to left and right motor according to the output of the Wheel balance PID Controller. When the balance adjutment ignal i zero, 50% of the power ignal i ent to left motor and 50% to the right motor. The manual wheel blocking block imulate a condition when the left wheel i blocked (due to external force that eectively block the left wheel from rotation) for a few econd. The eect of thi heavy intervention to the ytem i then evaluated in the following ection. The noie level of diturbance and wheel lipping block wa et to DiturbanceNoie = 0.5; WheelSlippingNoie = 0.1; in the imulation. 11 Speed Control Simulation The prole of the deired peed wa choen to imulate mooth take-o and mooth breaking of the robot. Thi i a good practice in robot control that prevent tire lipping and propeller ytem degradation. The peed etpoint i plotted in yellow and the actual robot peed i the pink line. There wa noie added to the meaurement to imulate real operation condition. In Figure 3 on page 8 the gain of the PID controller wa low (K = 100). The performance of the controller i not bad, but we can go even better if we increae the gain up to K = 500. Figure 4 how very accurate peed control. 7 again, I made another big implication here 6

7 7 Figure 2: Simulink model of the complete control ytem

8 Figure 3: K_peed = 100 (uboptimal peed control) Figure 4: K_peed = 500 (accurate peed control) 8

9 12 Balance Control Simulation The Balance Controller wa evaluated on plot that how the trajectory traveled by the left and right wheel with repect to time. To recall, the purpoe of the Balance Controller i to maintain the trajectorie the ame if poible, even if there are external force that may block the wheel. In imulation, a reitance to the left wheel wa applied for a period of time. If there wa no Balance Regulator, the left wheel would top for a while (yellow line in the plot), which would ultimately change the robot orientation, ince the right wheel till rotate (pink line). After the intervention, the robot doe not move in a line anymore. Thi cenario wa plotted in Figure 5, the Balance PID regulator wa eectively diabled by etting the gain K = 0. Figure 5: K_balance = 0 (without balance control) Once the Balance Controller i enabled (K = 0.001), it compenate for the external force and the robot till move traight forward, with jut a light error in it trajectory. Thi i hown in Figure 6. Finally, we can increae the gain up to K = 0.01 to get perfect balance control, a hown in Figure 7. 9

10 Figure 6: K_balance = (moderate balance control) Figure 7: K_balance = 0.01 (accurate balance control) 10

11 Concluion A model of the movement control ytem for a dierential driven robot wa deigned and veried in Matlab Simulink. When we are given the tranfer function of the robot' motor, we can calculate the PID parameter for the Speed and Balance regulator. The imulation how very good reult, even if there are extreme external intervention to the ytem, the controller till perform well. Future work The model can be further extended to upport accurate poitioning (ditance control) and another type of movement, for example rotation in place, movement on a circular trajectory or a pline curve. Reference [1] Jan Chritoph Schlake: Advanced Control Engineering, Block 5 PID Control and Control Structure [lecture lide] [2] 11

Lab 7 Rev. 2 Open Lab Due COB Friday April 27, 2018

Lab 7 Rev. 2 Open Lab Due COB Friday April 27, 2018 EE314 Sytem Spring Semeter 2018 College of Engineering Prof. C.R. Tolle South Dakota School of Mine & Technology Lab 7 Rev. 2 Open Lab Due COB Friday April 27, 2018 In a prior lab, we et up the baic hardware

More information

SIMULINK for Process Control

SIMULINK for Process Control SIMULINK for Proce Control Simulink for Control MATLAB, which tand for MATrix LABoratory, i a technical computing environment for high-performance numeric computation and viualization. SIMULINK i a part

More information

CHAPTER 2 WOUND ROTOR INDUCTION MOTOR WITH PID CONTROLLER

CHAPTER 2 WOUND ROTOR INDUCTION MOTOR WITH PID CONTROLLER 16 CHAPTER 2 WOUND ROTOR INDUCTION MOTOR WITH PID CONTROLLER 2.1 INTRODUCTION Indutrial application have created a greater demand for the accurate dynamic control of motor. The control of DC machine are

More information

Active vibration isolation for a 6 degree of freedom scale model of a high precision machine

Active vibration isolation for a 6 degree of freedom scale model of a high precision machine Active vibration iolation for a 6 degree of freedom cale model of a high preciion machine W.B.A. Boomma Supervior Report nr : Prof. Dr. Ir. M. Steinbuch : DCT 8. Eindhoven Univerity of Technology Department

More information

Control of Electromechanical Systems using Sliding Mode Techniques

Control of Electromechanical Systems using Sliding Mode Techniques Proceeding of the 44th IEEE Conference on Deciion and Control, and the European Control Conference 25 Seville, Spain, December 2-5, 25 MoC7. Control of Electromechanical Sytem uing Sliding Mode Technique

More information

Chapter Introduction

Chapter Introduction Chapter-6 Performance Analyi of Cuk Converter uing Optimal Controller 6.1 Introduction In thi chapter two control trategie Proportional Integral controller and Linear Quadratic Regulator for a non-iolated

More information

Mechatronics Laboratory Assignment 5 Motor Control and Straight-Line Robot Driving

Mechatronics Laboratory Assignment 5 Motor Control and Straight-Line Robot Driving Mechatronic Laboratory Aignment 5 Motor Control and Straight-Line Robot Driving Recommended Due Date: By your lab time the week of March 5 th Poible Point: If checked off before your lab time the week

More information

Position Control of a Large Antenna System

Position Control of a Large Antenna System Poition Control of a Large Antenna Sytem uldip S. Rattan Department of Electrical Engineering Wright State Univerity Dayton, OH 45435 krattan@c.wright.edu ABSTRACT Thi report decribe the deign of a poition

More information

HIGH VOLTAGE DC-DC CONVERTER USING A SERIES STACKED TOPOLOGY

HIGH VOLTAGE DC-DC CONVERTER USING A SERIES STACKED TOPOLOGY HIGH VOLTAGE DC-DC CONVERTER USING A SERIES STACKED TOPOLOGY Author: P.D. van Rhyn, Co Author: Prof. H. du T. Mouton Power Electronic Group (PEG) Univerity of the Stellenboch Tel / Fax: 21 88-322 e-mail:

More information

MM6 PID Controllers. Readings: Section 4.2 (the classical three-term controllers, p except subsection 4.2.5); Extra reading materials

MM6 PID Controllers. Readings: Section 4.2 (the classical three-term controllers, p except subsection 4.2.5); Extra reading materials MM6 PID Controller Reading: Section 4.2 the claical three-term controller, p.179-196 except ubection 4.2.5; Extra reading material 9/9/2011 Claical Control 1 What have we talked in MM5? Stability analyi

More information

Frequency Calibration of A/D Converter in Software GPS Receivers

Frequency Calibration of A/D Converter in Software GPS Receivers Frequency Calibration of A/D Converter in Software GPS Receiver L. L. Liou, D. M. Lin, J. B. Tui J. Schamu Senor Directorate Air Force Reearch Laboratory Abtract--- Thi paper preent a oftware-baed method

More information

Previous lecture. Lecture 5 Control of DVD reader. TheDVD-reader tracking problem. Can you see the laser spot?

Previous lecture. Lecture 5 Control of DVD reader. TheDVD-reader tracking problem. Can you see the laser spot? Lecture 5 Control of DVD reader Previou lecture Focu control Radial control (Track following) Lecture 4: Specification in frequency domain Loop haping deign Problem formulation Modeling Specification Focu

More information

REAL-TIME IMPLEMENTATION OF A NEURO-AVR FOR SYNCHRONOUS GENERATOR. M. M. Salem** A. M. Zaki** O. P. Malik*

REAL-TIME IMPLEMENTATION OF A NEURO-AVR FOR SYNCHRONOUS GENERATOR. M. M. Salem** A. M. Zaki** O. P. Malik* Copyright 2002 IFAC 5th Triennial World Congre, Barcelona, Spain REAL-TIME IMPLEMENTATION OF A NEURO- FOR SYNCHRONOUS GENERATOR M. M. Salem** A. M. Zaki** O. P. Malik* *The Univerity of Calgary, Canada

More information

Produced in cooperation with. Revision: May 26, Overview

Produced in cooperation with. Revision: May 26, Overview Lab Aignment 6: Tranfer Function Analyi Reviion: May 6, 007 Produced in cooperation with www.digilentinc.com Overview In thi lab, we will employ tranfer function to determine the frequency repone and tranient

More information

SCK LAB MANUAL SAMPLE

SCK LAB MANUAL SAMPLE SCK LAB MANUAL SAMPLE VERSION 1.2 THIS SAMPLE INCLUDES: TABLE OF CONTENTS TWO SELECTED LABS FULL VERSION IS PROVIDED FREE WITH KITS Phone: +92 51 8356095, Fax: +92 51 8311056 Email: info@renzym.com, URL:www.renzym.com

More information

Improving the Regulatory Response of PID Controller Using Internal Model Control Principles

Improving the Regulatory Response of PID Controller Using Internal Model Control Principles International Journal of Control Science and Engineering 9, 9(): 9-4 DOI:.59/j.control.99. Improving the Regulatory Repone of PID Controller Uing Internal Model Control Principle Arun R. Pathiran Dept.

More information

Gemini. The errors from the servo system are considered as the superposition of three things:

Gemini. The errors from the servo system are considered as the superposition of three things: Gemini Mount Control Sytem Report Prediction Of Servo Error Uing Simulink Model Gemini 9 July 1996 MCSJDW (Iue 3) - Decribe the proce of etimating the performance of the main axi ervo uing the non-linear

More information

Subcarrier exclusion techniques

Subcarrier exclusion techniques Subcarrier excluion technique for coded OFDM ytem Kai-Uwe Schmidt, Jochen Ertel, Michael Benedix, and Adolf Finger Communication Laboratory, Dreden Univerity of Technology, 62 Dreden, Germany email: {chmidtk,

More information

Research on Control Technology of Permanent Magnet Synchronous Motor Based on Iterative Algorithm Liu Yangyang 1c, Yang Guang 2b, Zou Qi 1c,

Research on Control Technology of Permanent Magnet Synchronous Motor Based on Iterative Algorithm Liu Yangyang 1c, Yang Guang 2b, Zou Qi 1c, 3rd International Conference on Mechanical Engineering and Intelligent Sytem (ICMEIS 2015) Reearch on Control Technology of Permanent Magnet Synchronou Motor Baed on Iterative Algorithm Liu Yangyang 1c,

More information

Adaptive Space/Frequency Processing for Distributed Aperture Radars

Adaptive Space/Frequency Processing for Distributed Aperture Radars Adaptive Space/Frequency Proceing for Ditributed Aperture Radar Raviraj Adve a, Richard Schneible b, Robert McMillan c a Univerity of Toronto Department of Electrical and Computer Engineering 10 King College

More information

Basic Study of Radial Distributions of Electromagnetic Vibration and Noise in Three-Phase Squirrel-Cage Induction Motor under Load Conditions

Basic Study of Radial Distributions of Electromagnetic Vibration and Noise in Three-Phase Squirrel-Cage Induction Motor under Load Conditions http://dx.doi.org/0.42/jicem.203.2.2.54 54 Journal of International Conference on Electrical Machine and Sytem Vol. 2, No. 2, pp. 54 ~58, 203 Baic Study of Radial Ditribution of Electromagnetic Vibration

More information

Self-Programmable PID Compensator for Digitally Controlled SMPS

Self-Programmable PID Compensator for Digitally Controlled SMPS 6 IEEE COMPEL Workhop, Renelaer Polytechnic Intitute, Troy, NY, USA, July 16-19, 6 Self-Programmable PID Compenator for Digitally Controlled SMPS Zhenyu Zhao and Alekandar Prodi Univerity of Toronto Toronto,

More information

Robust Control of an Active Suspension System Using H 2 & H Control Methods. Fatemeh Jamshidi 1, Afshin Shaabany 1

Robust Control of an Active Suspension System Using H 2 & H Control Methods. Fatemeh Jamshidi 1, Afshin Shaabany 1 Journal of American Science, 11;(5) Robut Control of an Active Supenion Sytem Uing H & H Control Method Fatemeh Jamhidi 1, Afhin Shaabany 1 1 Ilamic Azad Univerity, Far Science and Reearch Branch, Shiraz,

More information

Design, Realization, and Analysis of PIFA for an RFID Mini-Reader

Design, Realization, and Analysis of PIFA for an RFID Mini-Reader Deign, Realization, and Analyi of PIFA for an RFID Mini-Reader SUNG-FEI YANG ; TROY-CHI CHIU ; CHIN-CHUNG NIEN Indutrial Technology Reearch Intitute (ITRI) Rm. 5, Bldg. 5, 95, Sec., Chung Hing Rd., Chutung,

More information

Voltage Analysis of Distribution Systems with DFIG Wind Turbines

Voltage Analysis of Distribution Systems with DFIG Wind Turbines 1 Voltage Analyi of Ditribution Sytem with DFIG Wind Turbine Baohua Dong, Sohrab Agarpoor, and Wei Qiao Department of Electrical Engineering Univerity of Nebraka Lincoln Lincoln, Nebraka 68588-0511, USA

More information

DESIGN OF SECOND ORDER SIGMA-DELTA MODULATOR FOR AUDIO APPLICATIONS

DESIGN OF SECOND ORDER SIGMA-DELTA MODULATOR FOR AUDIO APPLICATIONS DESIGN OF SECOND ORDER SIGMA-DELTA MODULATOR FOR AUDIO APPLICATIONS 1 DHANABAL R, 2 BHARATHI V, 3 NAAMATHEERTHAM R SAMHITHA, 4 G.SRI CHANDRAKIRAN, 5 SAI PRAMOD KOLLI 1 Aitant Profeor (Senior Grade), VLSI

More information

Resonant amplifier L A B O R A T O R Y O F L I N E A R C I R C U I T S. Marek Wójcikowski English version prepared by Wiesław Kordalski

Resonant amplifier L A B O R A T O R Y O F L I N E A R C I R C U I T S. Marek Wójcikowski English version prepared by Wiesław Kordalski A B O R A T O R Y O F I N E A R I R U I T S Reonant amplifier 3 Marek Wójcikowki Englih verion prepared by Wieław Kordalki. Introduction Thi lab allow you to explore the baic characteritic of the reonant

More information

Hashiwokakero. T. Morsink. August 31, 2009

Hashiwokakero. T. Morsink. August 31, 2009 Hahiwokakero T. Morink Augut 31, 2009 Content 1 Introduction 3 2 What i Hahiwokakero? 3 2.1 The rule............................. 3 2.2 Eay olving tatement..................... 4 3 Building an Own Solver

More information

Method to Improve Range and Velocity Error Using De-interleaving and Frequency Interpolation for Automotive FMCW Radars

Method to Improve Range and Velocity Error Using De-interleaving and Frequency Interpolation for Automotive FMCW Radars International Journal o Signal Proceing, Image Proceing and Pattern Recognition Vol. 2, No. 2, June 2009 Method to Improve Range and Velocity Error Uing De-interleaving and Frequency Interpolation or Automotive

More information

Design and Performance Comparison of PI and PID Controllers For Half Bridge DC-DC Converter

Design and Performance Comparison of PI and PID Controllers For Half Bridge DC-DC Converter International Journal of Advanced Reearch in Electrical and Electronic Engineering Volume: 2 Iue: 1 08-Mar-2014,ISSN_NO: 2321-4775 Deign and Performance Comparion of PI and PID Controller For Half Bridge

More information

A Two-Stage Optimization PID Algorithm

A Two-Stage Optimization PID Algorithm PID' Brecia (Italy), March 8-3, ThB. A Two-Stage Optimization PID Algorithm Gíli Herjólfon Anna Soffía Haukdóttir Sven Þ. Sigurðon Department of Electrical and Computer Engineering,Univerity of Iceland

More information

Review of D-STATCOM for Stability Analysis

Review of D-STATCOM for Stability Analysis IOSR Journal of Electrical and Electronic Engineering (IOSRJEEE) ISSN : 78-676 Volume, Iue (May-June 0), PP 0-09 Review of D-STATCOM for Stability Analyi Pradeep Kumar, Niranjan Kumar & A.K.Akella 3 3

More information

RESEARCH ON NEAR FIELD PASSIVE LOCALIZATION BASED ON PHASE MEASUREMENT TECHNOLOGY BY TWO TIMES FREQUENCY DIFFERENCE

RESEARCH ON NEAR FIELD PASSIVE LOCALIZATION BASED ON PHASE MEASUREMENT TECHNOLOGY BY TWO TIMES FREQUENCY DIFFERENCE RESEARCH ON NEAR FIED PASSIVE OCAIZATION BASED ON PHASE MEASUREMENT TECHNOOGY BY TWO TIMES FREQUENCY DIFFERENCE Xuezhi Yan, Shuxun Wang, Zhongheng Ma and Yukuan Ma College of Communication Engineering

More information

Comparison Study in Various Controllers in Single-Phase Inverters

Comparison Study in Various Controllers in Single-Phase Inverters Proceeding of 2010 IEEE Student Conference on Reearch and Development (SCOReD 2010), 13-14 Dec 2010, Putrajaya, Malayia Comparion Study in ariou Controller in Single-Phae Inverter Shamul Aizam Zulkifli

More information

Fixed Structure Robust Loop Shaping Controller for a Buck-Boost Converter using Genetic Algorithm

Fixed Structure Robust Loop Shaping Controller for a Buck-Boost Converter using Genetic Algorithm Proceeding of the International ulticonference of Engineer and Computer Scientit 008 Vol II IECS 008, 9- arch, 008, Hong ong Fixed Structure Robut Loop Shaping Controller for a Buck-Boot Converter uing

More information

Speed Control of FSTP Inverter Fed Induction Motor Drive with a Neural Network Control

Speed Control of FSTP Inverter Fed Induction Motor Drive with a Neural Network Control IOSR Journal of Electrical and Electronic Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 10, Iue 1 Ver. IV (Jan Feb. 2015), PP 14-22 www.iorjournal.org Speed Control of FSTP Inverter

More information

Active Harmonic Elimination in Multilevel Converters Using FPGA Control

Active Harmonic Elimination in Multilevel Converters Using FPGA Control Active Harmonic Elimination in Multilevel Converter Uing FPGA Control Zhong Du, Leon M. Tolbert, John N. Chiaon Electrical and Computer Engineering The Univerity of Tenneee Knoxville, TN 7996- E-mail:

More information

Feedback Control Design of Off-line Flyback Converter

Feedback Control Design of Off-line Flyback Converter Application Note Edwin Wang AN7 Jun 24 Feedback Control Deign of Off-line Flyback Converter Abtract Controlling the feedback of off-line flyback converter ha often perplexed power engineer becaue it involve

More information

Design of Centralized PID Controllers for TITO Processes*

Design of Centralized PID Controllers for TITO Processes* 6th International Sympoium on Advanced Control of Indutrial Procee (AdCONIP) May 8-3, 07. Taipei, Taiwan Deign of Centralized PID Controller for TITO Procee* Byeong Eon Park, Su Whan Sung, In-Beum Lee

More information

New Resonance Type Fault Current Limiter

New Resonance Type Fault Current Limiter New Reonance Type Fault Current imiter Mehrdad Tarafdar Hagh 1, Member, IEEE, Seyed Behzad Naderi 2 and Mehdi Jafari 2, Student Member, IEEE 1 Mechatronic Center of Excellence, Univerity of Tabriz, Tabriz,

More information

Anti-windup Robust Controller Considering Saturation of Current and Speed for Speed Servo System

Anti-windup Robust Controller Considering Saturation of Current and Speed for Speed Servo System International Journal of Engineering Reearch & Technology (IJERT) Vol. 3 Iue 7, July - 24 Anti-windup Robut Controller Conidering Saturation of Current and Speed for Speed Servo Sytem D. Balachandra K.

More information

Hardware-in-the-loop tuning of a feedback controller for a buck converter using a GA

Hardware-in-the-loop tuning of a feedback controller for a buck converter using a GA SPEEDAM 8 International Sympoium on Power Electronic, Electrical Drive, Automation and Motion Hardware-in-the-loop tuning of a feedback controller for a buck converter uing a GA Mr K. D. Wilkie, Dr M.

More information

Topology in Circuit Analysis

Topology in Circuit Analysis Topology in Circuit Analyi Many dierent circuit actually operate the ame Can reduce a circuit to a "graph" Graph only how the branche, not the device Two Circuit are aid to have the ame topology When the

More information

Francisco M. Gonzalez-Longatt Juan Manuel Roldan Jose Luis Rueda. Line 5: City, Country

Francisco M. Gonzalez-Longatt Juan Manuel Roldan Jose Luis Rueda. Line 5: City, Country Impact of DC Control Strategie on Dynamic Behaviour of Multi-Terminal Voltage-Source Converter-Baed HVDC after Sudden Diconnection of a Converter Station Francico M. Gonzalez-Longatt Juan Manuel Roldan

More information

Reactive Power Control of Photovoltaic Systems Based on the Voltage Sensitivity Analysis Rasool Aghatehrani, Member, IEEE, and Anastasios Golnas

Reactive Power Control of Photovoltaic Systems Based on the Voltage Sensitivity Analysis Rasool Aghatehrani, Member, IEEE, and Anastasios Golnas 1 Reactive ower Control of hotovoltaic ytem Baed on the Voltage enitivity Analyi Raool Aghatehrani, Member, IEEE, and Anataio Golna Abtract: Thi paper addree the voltage fluctuation caued by the output

More information

COST OF TRANSMISSION TRANSACTIONS: Comparison and Discussion of Used Methods

COST OF TRANSMISSION TRANSACTIONS: Comparison and Discussion of Used Methods INTERNATIONAL CONFERENCE ON RENEWABLE ENERGY AND POWER QUALITY (ICREPQ 03) COST OF TRANSMISSION TRANSACTIONS: Comparion and Dicuion of Ued Method Judite Ferreira 1, Zita Vale 2, A. Almeida Vale 3 and Ricardo

More information

SETTING UP A GRID SIMULATOR A. Notholt 1, D. Coll-Mayor 2, A. Engler 1

SETTING UP A GRID SIMULATOR A. Notholt 1, D. Coll-Mayor 2, A. Engler 1 SETTING U A GRID SIMULATOR A. Notholt, D. CollMayor 2, A. Engler Intitut für Solare Energieverorgungtechnik (ISET). Königtor 9. D349 Kael anotholt@iet.unikael.de 2 Department of hyic. Univerity of Balearic

More information

The Low-frequency Compensation of the Vibration Sensor s Amplitude-frequency Characteristics

The Low-frequency Compensation of the Vibration Sensor s Amplitude-frequency Characteristics Senor & Tranducer, Vol. 8, Iue, October 4, pp. -7 Senor & Tranducer 4 by IFSA Publihing, S. L. http://www.enorportal.com The Low-frequency Compenation of the Vibration Senor Amplitude-frequency Characteritic

More information

Available online at ScienceDirect. Procedia Technology 17 (2014 )

Available online at  ScienceDirect. Procedia Technology 17 (2014 ) Available online at www.ciencedirect.com ScienceDirect Procedia Technology 17 (014 ) 791 798 Conference on Electronic, Telecommunication and Computer CETC 013 DC-DC buck converter with reduced impact Miguel

More information

A moving sound source localization method based on TDOA

A moving sound source localization method based on TDOA A moving ound ource localization method baed on TDOA Feng MIAO; Diange YANG ; Ruia WANG; Junie WEN; Ziteng WANG; Xiaomin LIAN Tinghua Univerity, China ABSTRACT The Time Difference of Arrival (TDOA) method

More information

Instantaneous Cycle-Slip Detection and Repair of GPS Data Based on Doppler Measurement

Instantaneous Cycle-Slip Detection and Repair of GPS Data Based on Doppler Measurement Intantaneou Cycle-Slip Detection and Repair of GPS Data Baed on Doppler Meaurement Zhoufeng Ren, Liyan Li, Jie Zhong, and Minjian Zhao Abtract In GPS receiver, carrier phae meaurement can be ued to improve

More information

Phase-Locked Loops (PLL)

Phase-Locked Loops (PLL) Phae-Locked Loop (PLL) Recommended Text: Gray, P.R. & Meyer. R.G., Analyi and Deign of Analog Integrated Circuit (3 rd Edition), Wiley (992) pp. 68-698 Introduction The phae-locked loop concept wa firt

More information

Identification of Image Noise Sources in Digital Scanner Evaluation

Identification of Image Noise Sources in Digital Scanner Evaluation Identification of Image Noie Source in Digital Scanner Evaluation Peter D. Burn and Don William Eatman Kodak Company, ocheter, NY USA 4650-95 ABSTACT For digital image acquiition ytem, analyi of image

More information

Parallel DCMs APPLICATION NOTE AN:030. Introduction. Sample Circuit

Parallel DCMs APPLICATION NOTE AN:030. Introduction. Sample Circuit APPLICATION NOTE AN:030 Parallel DCM Ugo Ghila Application Engineering Content Page Introduction 1 Sample Circuit 1 Output Voltage Regulation 2 Load Sharing 4 Startup 5 Special Application: Optimizing

More information

EFFECT OF THE FEEDER CABLE AND TRANSFORMER IMPEDANCE ON THE MECHANICAL OUTPUT CHARACTERISTIC OF THE INDUCTION MOTOR

EFFECT OF THE FEEDER CABLE AND TRANSFORMER IMPEDANCE ON THE MECHANICAL OUTPUT CHARACTERISTIC OF THE INDUCTION MOTOR Intenive Programme Renewable Energy Source May 2011, Železná Ruda-Špičák, Univerity of Wet Bohemia, Czech Republic EFFECT OF THE FEEDER CABLE AND TRANSFORMER IMPEDANCE ON THE MECHANICAL OUTPUT CHARACTERISTIC

More information

FUZZY Logic Based Space Vector PWM Controlled Hybrid Active Power Filter for Power Conditioning

FUZZY Logic Based Space Vector PWM Controlled Hybrid Active Power Filter for Power Conditioning FUZZY Logic Baed Space Vector PWM Controlled Hybrid Active Power Filter for Power Conditioning 1 JARUPULA SOMLAL 2 DR.MANNAM VENU GOPALA RAO 1 Aociate Profeor, 2 Profeor Department of EEE K L Univerity

More information

A New Technique to TEC Regional Modeling using a Neural Network.

A New Technique to TEC Regional Modeling using a Neural Network. A New Technique to TEC Regional Modeling uing a Neural Network. Rodrigo F. Leandro Geodetic Reearch Laboratory, Department of Geodey and Geomatic Engineering, Univerity of New Brunwick, Fredericton, Canada

More information

ELEC353 Practice Problem Set #6

ELEC353 Practice Problem Set #6 EEC353 Practice Problem Set #6. The value of load impedance mut be found by meaurement, at 200 MHz. An engineer meaure the tanding-wave pattern a hown in the figure above. The figure how the amplitude

More information

AN EVALUATION OF DIGILTAL ANTI-ALIASING FILTER FOR SPACE TELEMETRY SYSTEMS

AN EVALUATION OF DIGILTAL ANTI-ALIASING FILTER FOR SPACE TELEMETRY SYSTEMS AN EVALUATION OF DIGILTAL ANTI-ALIASING FILTER FOR SPACE TELEMETRY SYSTEMS Alion de Oliveira Morae (1), Joé Antonio Azevedo Duarte (1), Sergio Fugivara (1) (1) Comando-Geral de Tecnologia Aeroepacial,

More information

IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 11, 2016 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 11, 2016 ISSN (online): IJSRD - International Journal for Scientific Reearch & Development Vol. 3, Iue 11, 2016 ISSN (online): 2321-0613 Deign and Analyi of IIR Peak & Notch Ravi Choudhary 1 Pankaj Rai 2 1 M.Tech. Student 2 Aociate

More information

Published in: Proceedings of the 26th European Solid-State Circuits Conference, 2000, ESSCIRC '00, September 2000, Stockholm, Sweden

Published in: Proceedings of the 26th European Solid-State Circuits Conference, 2000, ESSCIRC '00, September 2000, Stockholm, Sweden Uing capacitive cro-coupling technique in RF low noie amplifier and down-converion mixer deign Zhuo, Wei; Embabi, S.; Pineda de Gyvez, J.; Sanchez-Sinencio, E. Publihed in: Proceeding of the 6th European

More information

A Programmable Compensation Circuit for System-on- Chip Application

A Programmable Compensation Circuit for System-on- Chip Application http://dx.doi.org/0.5573/jsts.0..3.98 JOURAL OF SEMICODUCTOR TECHOLOGY AD SCIECE, VOL., O.3, SEPTEMBER, 0 A Programmable Compenation Circuit for Sytem-on- Chip Application Woo-Chang Choi* and Jee-Youl

More information

Integral Control AGC of Interconnected Power Systems Using Area Control Errors Based On Tie Line Power Biasing

Integral Control AGC of Interconnected Power Systems Using Area Control Errors Based On Tie Line Power Biasing ISSN (Online) 232 24 ISSN (Print) 232 5526 Vol. 2, Iue 4, April 24 Integral Control AGC of Interconnected Power Sytem Uing Area Control Error Baed On Tie Line Power Biaing Charudatta B. Bangal Profeor,

More information

Control Method for DC-DC Boost Converter Based on Inductor Current

Control Method for DC-DC Boost Converter Based on Inductor Current From the electedwork of nnovative Reearch Publication RP ndia Winter November 1, 15 Control Method for C-C Boot Converter Baed on nductor Current an Bao Chau Available at: http://work.bepre.com/irpindia/46/

More information

Tasks of Power Electronics

Tasks of Power Electronics Power Electronic Sytem Power electronic refer to control and converion of electrical power by power emiconductor device wherein thee device operate a witche. Advent of ilicon-controlled rectifier, abbreviated

More information

Published in: Proceedings of 2018 IEEE 19th Workshop on Control and Modeling for Power Electronics (COMPEL)

Published in: Proceedings of 2018 IEEE 19th Workshop on Control and Modeling for Power Electronics (COMPEL) Aalborg Univeritet A Synchronization Method for Grid Converter with Enhanced Small-Signal and Tranient Dynamic Steinkohl, Joachim; Taul, Mad Graungaard; Wang, Xiongfei; Blåbjerg, Frede; Haler, Jean- Philippe

More information

Sloppy Addition and Multiplication

Sloppy Addition and Multiplication Sloppy Addition and Multiplication IMM-Technical Report-2011-14 Alberto Nannarelli Dept. Informatic and Mathematical Modelling Technical Univerity of Denmark Kongen Lyngby, Denmark Email: an@imm.dtu.dk

More information

Simulation of Six Phase Split Winding Induction Machine Using the Matlab/Simulink Environment

Simulation of Six Phase Split Winding Induction Machine Using the Matlab/Simulink Environment Simulation of Six Phae Split Winding nduction Machine Uing the Matlab/Simulink Environment Ogunjuyigbe A.S.O, Nnachi A.F, Jimoh A.A member EEE and Nicolae D. member EEE Electrical Engineering Department,

More information

MODAL ANALYSIS OF A BEAM WITH CLOSELY SPACED MODE SHAPES

MODAL ANALYSIS OF A BEAM WITH CLOSELY SPACED MODE SHAPES ME 164 Senior Captone Deign The Cooper Union Spring 2011 MODAL ANALYSIS O A BEAM WITH CLOSELY SPACED MODE SHAPES Eglind Myftiu The Cooper Union New York City, NY, USA ABSTRACT Thi paper invetigate the

More information

Efficiency and Damping Control Evaluation of a Matrix Converter with a Boost-up AC Chopper in Adjustable Speed Drive System

Efficiency and Damping Control Evaluation of a Matrix Converter with a Boost-up AC Chopper in Adjustable Speed Drive System Efficiency and Damping Control Evaluation of a Matrix Converter with a Boot-up AC Chopper in Adjutable Speed Drive Sytem Kazuhiro Koiwa and Jun-ichi Itoh Department of Electrical Engineering Nagaoka Univerity

More information

PULSEWIDTH CONTROL WITH DELAY LOCKED LOOP

PULSEWIDTH CONTROL WITH DELAY LOCKED LOOP PULSEWITH ONTOL WITH ELAY LOKE LOOP Goran S. Jovanović and Mile K. Stojčev Faculty of Electronic Engineering, Univerity of Niš, Aleandra Medvedova 4, Niš, Serbia, tojcev@elfa.ni.ac.yu Abtract-- The duty-cycle

More information

The industry s Lowest Noise 10 V/G Seismic IEPE Accelerometer

The industry s Lowest Noise 10 V/G Seismic IEPE Accelerometer The indutry Lowet Noie 10 V/G Seimic IEPE Accelerometer Felix A. Levinzon Endevco/Meggitt Corp. 30700 Rancho Viejo Road San Juan Capitrano, CA 9675 Robert D. Drullinger Lambda Tech LLC 998 Saratoga CT,

More information

MEASUREMENT OF STRESS WITH AC MAGNETIC BRIDGES. Otto H. Zinke Department of Physics University of Arkansas Fayetteville, AR 72701

MEASUREMENT OF STRESS WITH AC MAGNETIC BRIDGES. Otto H. Zinke Department of Physics University of Arkansas Fayetteville, AR 72701 MEASUREMENT OF STRESS WTH AC MAGNETC BRDGES Otto H Zinke Department of Phyic Univerity of Arkana Fayetteville, AR 7271 William F Schmidt Department of Mechanical Engineering Univerity of Arkana Fayetteville,

More information

Techniques for Implementing a Model Simulated on a Physical Drive Vector Control

Techniques for Implementing a Model Simulated on a Physical Drive Vector Control 3 rd International Sympoium on Electrical Engineering and Energy er September 24-25, 2009, Suceava Technique for Implementing a Model Simulated on a Phyical Drive Vector Control Ciprian AFANASOV "Stefan

More information

A COMPARISON OF METHODS FOR EVALUATING THE TEST ZONE PERFORMANCE OF ANECHOIC CHAMBERS DESIGNED FOR TESTING WIRELESS DEVICES

A COMPARISON OF METHODS FOR EVALUATING THE TEST ZONE PERFORMANCE OF ANECHOIC CHAMBERS DESIGNED FOR TESTING WIRELESS DEVICES A COMPARISON OF METHODS FOR EVALUATING THE TEST ZONE PERFORMANCE OF ANECHOIC CHAMBERS DESIGNED FOR TESTING WIRELESS DEVICES Jame D. Huff John C. Mantovani Carl W. Sirle The Howland Company, Inc. 4540 Atwater

More information

Comm 502: Communication Theory. Lecture 5. Intersymbol Interference FDM TDM

Comm 502: Communication Theory. Lecture 5. Intersymbol Interference FDM TDM Lecture 5 Interymbol Interference FDM TDM 1 Time Limited Waveform Time-Limited Signal = Frequency Unlimited Spectrum Square Pule i a Time-Limited Signal Fourier Tranform 0 T S -3/T S -2/T S -1/T S 0 1/T

More information

Optimal Control for Single-Phase Brushless DC Motor with Hall Sensor

Optimal Control for Single-Phase Brushless DC Motor with Hall Sensor Reearch Journal of Applied Science, Engineering and Technology 5(4): 87-92, 23 ISSN: 24-7459; e-issn: 24-7467 Maxwell Scientific Organization, 23 Submitted: June 22, 22 Accepted: Augut 7, 22 Publihed:

More information

Design of a Lateral Motion Controller for a Small Unmanned Aerial Vehicle (SUAV)

Design of a Lateral Motion Controller for a Small Unmanned Aerial Vehicle (SUAV) Recent advance on Mathematical Model for Engineering Science Deign of a Lateral Motion Controller for a Small Unmanned Aerial Vehicle (SUAV) Ahmed Elayed Ahmed, Electrical Engineering Dept., Shoubra Faculty

More information

Influence of Sea Surface Roughness on the Electromagnetic Wave Propagation in the Duct Environment

Influence of Sea Surface Roughness on the Electromagnetic Wave Propagation in the Duct Environment RADIOENGINEERING, VOL. 19, NO. 4, DECEMBER 1 61 Influence of Sea Surface Roughne on the Electromagnetic Wave Propagation in the Duct Environment Xiaofeng ZHAO, Sixun HUANG Intitute of Meteorology, PLA

More information

Automatic Voltage Regulator with Series Compensation

Automatic Voltage Regulator with Series Compensation Automatic Voltage Regulator with Serie Compenation 1 Neethu Sajeev, 2 Najeena K S, 3 Abal Nabi 1 M.Tech Student, 2, 3 Aitant Proffeor, Electrical and Electronic Dept ILAHIA College of Engineering and Technology

More information

Power Electronics Laboratory. THE UNIVERSITY OF NEW SOUTH WALES School of Electrical Engineering & Telecommunications

Power Electronics Laboratory. THE UNIVERSITY OF NEW SOUTH WALES School of Electrical Engineering & Telecommunications .0 Objective THE UNIVERSITY OF NEW SOUTH WALES School of Electrical Engineering & Telecommunication ELEC464 Experiment : C-C Step-own (Buck) Converter Thi experiment introduce you to a C-C tep-down (buck)

More information

Synthetic aperture radar raw signal simulator for both pulsed and FM-CW modes

Synthetic aperture radar raw signal simulator for both pulsed and FM-CW modes Computational Method and Experimental Meaurement XV 43 Synthetic aperture radar raw ignal imulator for both puled and FM-CW mode P. Serafi C. Lenik & A. Kawalec Intitute of adioelectronic, Military Univerity

More information

Integration of a mean-torque diesel engine model into a hardware-in-the-loop shipboard network simulation using lambda-tuning

Integration of a mean-torque diesel engine model into a hardware-in-the-loop shipboard network simulation using lambda-tuning Integration of a mean-torque dieel engine model into a hardware-in-the-loop hipboard network imulation uing lambda-tuning A. J. Rocoe*, I. M. Elder*, J. E. Hill, G. M. Burt* *Intitute for Energy and Environment,

More information

Synchronous Power Controller Merits for Dynamic Stability Improvement in Long Line by Renewables

Synchronous Power Controller Merits for Dynamic Stability Improvement in Long Line by Renewables Synchronou Power ontroller Merit for Dynamic Stability Improvement in Long Line by Renewable Motafa Abdollahi, Joe Ignacio andela, Joan Rocabert, Raul Santiago Munoz Aguilar, and Juan Ramon Hermoo Technical

More information

Constant Switching Frequency Self-Oscillating Controlled Class-D Amplifiers

Constant Switching Frequency Self-Oscillating Controlled Class-D Amplifiers http://dx.doi.org/.5755/j.eee..6.773 ELEKTRONIKA IR ELEKTROTECHNIKA, ISSN 39 5, OL., NO. 6, 4 Contant Switching Frequency Self-Ocillating Controlled Cla-D Amplifier K. Nguyen-Duy, A. Knott, M. A. E. Anderen

More information

A Feasibility Study on Frequency Domain ADC for Impulse-UWB Receivers

A Feasibility Study on Frequency Domain ADC for Impulse-UWB Receivers A Feaibility Study on Frequency Domain ADC for Impule-UWB Receiver Rajeh hirugnanam and Dong Sam Ha VV (Virginia ech VLSI for elecommunication Lab Department of Electrical and Computer Engineering Virginia

More information

A CALIBRATION SYSTEM FOR LASER VIBROMETERS AT NIMT

A CALIBRATION SYSTEM FOR LASER VIBROMETERS AT NIMT XX IMEKO World Congre Metrology for Green Growth September 9 14, 2012, Buan, Republic of Korea A CALIBRATION SYSTEM FOR LASER VIBROMETERS AT NIMT C. Hirunyapruk, P. Rattanangkul, B. Thummawut, V. Plangangma

More information

GPS signal Rician fading model for precise navigation in urban environment

GPS signal Rician fading model for precise navigation in urban environment Indian Journal of Radio & Space Phyic Vol 42, June 203, pp 92-96 GPS ignal Rician fading model for precie navigation in urban environment G Sai Bhuhana Rao, G Sateeh Kumar $,* & M N V S S Kumar Department

More information

Phase Angle Balance Control for Harmonic Filtering of A Three Phase Shunt Active Filter System

Phase Angle Balance Control for Harmonic Filtering of A Three Phase Shunt Active Filter System Phae Angle Balance Control for Harmonic Filtering of A Three Phae Shunt Active Filter Sytem Souvik Chattopadhyay, V. Ramanarayanan Power Electronic Group Department of Electrical Engineering, Indian Intitute

More information

Deterministic Deployment for Wireless Image Sensor Nodes

Deterministic Deployment for Wireless Image Sensor Nodes Send Order for Reprint to reprint@benthamcience.ae 668 The Open Electrical & Electronic Engineering Journal, 04, 8, 668-674 Determinitic Deployment for Wirele Image Senor Node Open Acce Junguo Zhang *,

More information

Hardware Description and Design-In Proposals for Single and Dual SMD Transmissive Sensors

Hardware Description and Design-In Proposals for Single and Dual SMD Transmissive Sensors VISHAY SMICONDUCTORS www.vihay.com Optical Senor By Reinhard Schaar TCPT3X (SINGL), TCUT3X (DUAL) TCPT35X (SINGL), TCUT35X (DUAL) AC-Q qualified Tranmiive enor for automotive and indutrial application

More information

SIMULATION OF TWO CONTINUOUS DTC SCHEMES FOR THE INDUCTION MOTOR

SIMULATION OF TWO CONTINUOUS DTC SCHEMES FOR THE INDUCTION MOTOR SIMULATION OF TWO CONTINUOUS DTC SCHEMES FOR THE INDUCTION MOTOR Sergiu Ivanov Faculty of Engineering in Electromechanic, Environment and Indutrial Informatic Univerity of Craiova RO-200440, Craiova, Romania

More information

Self Resonance Cancellation for Joint Torque Control Using Torque Sensor

Self Resonance Cancellation for Joint Torque Control Using Torque Sensor IEEJ International Workhop on ening, Actuation, Motion Control, and Optimization elf onance Cancellation for Joint Torque Control Uing Torque enor Akiyuki Haegawa tudent Member, Hirohi Fujimoto enior Member

More information

Load frequency control of interconnected hydro-thermal power system using conventional pi and fuzzy logic controller

Load frequency control of interconnected hydro-thermal power system using conventional pi and fuzzy logic controller International Journal of Energy and Power Engineering 23; 2(5): 9-96 Publihed online October 3, 23 (http://www.ciencepublihinggroup.com/j/ijepe) doi:.648/j.ijepe.2325. Load frequency control of interconnected

More information

Hybrid Active Filter Based on SVPWM for Power Conditioning using Matlab/Simulink Toolbox Environments

Hybrid Active Filter Based on SVPWM for Power Conditioning using Matlab/Simulink Toolbox Environments International Journal o Electronic and Electrical Engineering. ISSN 0974-174 olume 5, Number (01), pp. 11-1 International Reearch Publication Houe http://www.irphoue.com Hybrid Active Filter Baed on SPWM

More information

Sampling Theory MODULE XIII LECTURE - 41 NON SAMPLING ERRORS

Sampling Theory MODULE XIII LECTURE - 41 NON SAMPLING ERRORS Sampling Theory MODULE XIII LECTURE - 41 NON SAMPLING ERRORS DR. SHALABH DEPARTMENT OF MATHEMATICS AND STATISTICS INDIAN INSTITUTE OF TECHNOLOG KANPUR 1 It i a general aumption in ampling theory that the

More information

Simulation study on Sinusoidal Pulse Width Modulation based on Digital Signal Processing Technique

Simulation study on Sinusoidal Pulse Width Modulation based on Digital Signal Processing Technique Advanced Science and echnology Letter Vol.83 (ISA 015), pp.5-9 http://dx.doi.org/10.1457/atl.015.83.06 Simulati tudy Sinuoidal Pule Width Modulati baed Digital Signal Proceing echnique Changyg Yin 1, Xiaoyu

More information

Automatic Target Recognition with Unknown Orientation and Adaptive Waveforms

Automatic Target Recognition with Unknown Orientation and Adaptive Waveforms Automatic Target Recognition wi Unknown Orientation and Adaptive Waveform Junhyeong Bae Department of Electrical and Computer Engineering Univerity of Arizona 13 E. Speedway Blvd, Tucon, Arizona 8571 dolbit@email.arizona.edu

More information

A Flyback Converter Fed Multilevel Inverter for AC Drives

A Flyback Converter Fed Multilevel Inverter for AC Drives 2016 IJRET olume 2 Iue 4 Print IN: 2395-1990 Online IN : 2394-4099 Themed ection: Engineering and Technology A Flyback Converter Fed Multilevel Inverter for AC Drive ABTRACT Teenu Joe*, reepriya R EEE

More information

ECE451/551 Matlab and Simulink Controller Design Project

ECE451/551 Matlab and Simulink Controller Design Project ECE451/551 Matlab and Simulink Controller Deign Project Aim: Ue Matlab and Simulink to build and imulate variou control configuration a dicued in the Modern Control ection (chapter 18-23) in the intructor

More information