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

Size: px
Start display at page:

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

Transcription

1 Advanced Science and echnology Letter Vol.83 (ISA 015), pp Simulati tudy Sinuoidal Pule Width Modulati baed Digital Signal Proceing echnique Changyg Yin 1, Xiaoyu Sun 1, Shuo Huang 1, Hgxia Yu 1 1 Shenyang Intitute of Engineering, Shenyang , China culcrum@outlook.com Abtract. SPWM i an eential modulati algorithm in power electric device, but it i not eay for unkilled programmeror junior engineer to build the code effectively. Model programming with embedded target upporting package in Matlab / Simulink i a new method to replace the traditial code writing without complicacy. Comparing to the manual method, iti more effective with lower cot, and the mot importantly, it i more reliable. hi paper offer a popular aymmetric ampling SPWM prototype with algorithm deducti, code and model from Matlab RW-EC. Keyword: SPWM, Model programming, Matlab, DSP 1 Introducti SPWM i an eential modulati algorithm to make AC power output in power electric device,which are widely ued in generator[1], power cverter[]and flexible alternative current tranmii ytem (FACS)[3].However, it i not eay for unkilled programmer or junior engineer to implement the algorithm embedded platform (uch a DSP and everal MCU). Obviouly, engineer in power electric have uneven programming technique, and thi may lead to the unreliable problem to the developing ytem. In other word, the traditial manual code building method ha expectable rik to the developing ytem more or le. If ome method can make the engineer focu the developing idea but not the programming kill, it will peed up the project and reduce the total cot. Model programming i an efficient method to thi problem that it combined the reuable tandard code module with embedded ytem integrated developing envirment (IDE). It i believed that the model programming can offer auto-built code which can be at leat the ame efficient a the manual method by killed programmer in execute efficiency, and the teting data from Vite Corp. howed that the auto-built code ha 5% le requirement in both RAM and ROM pace while it aved more than 50% time. [4] And thi idea i proven to be more ecomic and maintainable by variou interactive report in large indutrial developing project with a famou illutrati uch a F35 fighter. ISSN: ASL Copyright 015 SERSC

2 Advanced Science and echnology Letter Vol.83 (ISA 015) SPWM Algorithm SPWM i to ue the lope wave to ample the ine wave in order to calculate every interecti, o that the witche can output the pule width which i the variati of ine wave. he frequency of the lope wave i N (N i 3 or everal time of 3) time of that of ine wave, and the ample value ctrol the witcheto turn and off. he comm ample method of SPWM are nature ampling, ymmetry regular ampling, and aymmetry regular ampling. Amg them, aymmetry ampling i the mot popular due to it imple calculati, which i uitable for real-time ignal proceing and the low harmic compent. According to the figure, ine wave need to be ampled twice in a lope wave period, e i the top and the other i the bottom. And the pule width calculati depend the two ample value i aymmetry. hat i where it name come. In Fig., t and t are the witch time, while toff and toff are the witch off time; i the ample interval, it alo the half of the lope wave period c. According to the imilar triangle, c N t (1 m in t ) 1 t (1 m in t ) off 1 t (1 m in t ) t (1 m in t ) off () Where, m i the modulati rate, which i the amplitude rate of ine wave and lope wave, and 0<m<1. m U U in max c max (3) According to the deduce above, it neceary to make the t1 and tdicrete to get the pule width uitable for DSP calculati. he width of k period i tw, while k i from 1 to N. t w t t m in[ ( 4 k 3)] m in[ ( 4 k 1)] (1) 4 c m in[ ( 4 k 3)] m in[ ( 4 k 1)] (4) 6 Copyright 015 SERSC

3 Advanced Science and echnology Letter Vol.83 (ISA 015) 3 SPWM Model Deigning I DSP MS30F81 i a popular chip widely ued in power electric and robot. he main rea i that it performance i good when running at the peed of 150MHz, and it peripheral reource are abundant. A a reult, Matlab/Simulink offered a target upport package of thi chip. An engineer without any high level programming technique can build a complex prototype by the model in the package, and then he can modify the etting in RW-EC tool to build the code automatically. Obviouly, the hardware and IDE and the oftware are linked together in all tep, hence the verificati and tet could be hardwareinloop (HIL). It can be eaily deduced that the code reliability can be reaable. he ample lope wave i generated by timer 1 of Event A module (EVA), which i cfigured in the PWM model. he interrupt model cfigure the two hardware interrupt: e calculate the CMPR of EVA, which refer to the pule width of a carrier wave period, at the time when the lope reache the bottom; the other i the ample point which happen the top or bottom of the lope wave, which i generated by timer of EVA. And the timer 1 period (regiter PR) i twice of timer PR becaue of the two ample in a period. A the period i et to 1m, the PR can et a So EV imer i ued to cfigure timer interrupt, and it happen at the underflow of timer. he two Data tore Memory block are two global variati, k count the tep in a ine period, Flg ign the ample whether i the top or bottom of the lope wave. Fig. 1.he SPWM Model Prototype Functi-Call ubytem i et to calculate t and t in a period. he inner tructure of it i hown in Figure.. Functi-Call ubytem 1 i to calculate the CMPR of EVA to generate PWM. he CMPR can be preent a the equality (5), where the EVA i the clock period of EVA. Copyright 015 SERSC 7

4 Advanced Science and echnology Letter Vol.83 (ISA 015) CMPR PR t t EVA (5) Fig..he Subytem Structure he two embedded Matlab functi in Figure.5 are ued to calculate the ample. Becaue the tructure of them are imilar, e module which wa written in m language of Matlab in order to adapt the tep parameter k i given a below: if k<=n ko=k; ifflg==0 kk=k; flag=1; ele kk=k+1; flag=0; end ele ko=1; kk=1; flag=0; end 4 Cclui hi paper offer a SPWM algorithm quick prototype by Matlab/SimulinkModel programming, and an implementati with DSP ha been teted, and the reult ha been analyzed by the helpful tool. 8 Copyright 015 SERSC

5 Advanced Science and echnology Letter Vol.83 (ISA 015) Reference 1. Li, J. G., Wang, X. D.: wo-phae Hybrid Stepping Motor SPWM Mini-tep Drive Baed DSP. S&N Electric Machine, 9, 31 (00). Liu, L., Qian, X. Z.: Modeling and Simulati of hree Phae Full Bridge SPWM Inverter baed Matlab", Electric Deign Engineering,, 139 (014) 3. Yang, X. F., Lin, Z. Q.: A Review of Modular Multilevel Cverter", Proceeding of the CSEE, 33, 1 (013) 4. Stuart, W., Erkkinen,.: Reducing CUE Software Cot by Multi-object Modeling echnology. EDN, (006) Copyright 015 SERSC 9

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

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

Analysis. Control of a dierential-wheeled robot. Part I. 1 Dierential Wheeled Robots. Ond ej Stan k Control of a dierential-wheeled robot Ond ej Stan k 2013-07-17 www.otan.cz SRH Hochchule Heidelberg, Mater IT, Advanced Control Engineering project Abtract Thi project for the Advanced Control Engineering

More information

Research on Direct Torque Control of Induction Motor Based on TMS320LF2407A

Research on Direct Torque Control of Induction Motor Based on TMS320LF2407A Available online at www.ciencedirect.com Phyic Procedia 5 ( ) 53 59 International Conference on Solid State Device and Material Science Reearch on Direct Torque Control of Induction Motor Baed on TMS3LF47A

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

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

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

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

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

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

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

CARRIER BASED HYBRID PWM ALGORITHM WITH REDUCED COMMON MODE VOLTAGE FOR THREE PHASE VOLTAGE SOURCE INVERTER FED INDUCTION MOTOR DRIVES

CARRIER BASED HYBRID PWM ALGORITHM WITH REDUCED COMMON MODE VOLTAGE FOR THREE PHASE VOLTAGE SOURCE INVERTER FED INDUCTION MOTOR DRIVES INERNAIONAL JOURNAL OF ELECRICAL ENGINEERING & ISSN 0976 655Online olume 6, Iue, January 05, pp. 0- IAEME ECHNOLOGY IJEE ISSN 0976 6545Print ISSN 0976 655Online olume 6, Iue, January 05, pp. -8 IAEME:

More information

Modeling and Simulation of Digital Filter Jie Zhao

Modeling and Simulation of Digital Filter Jie Zhao 4th National Conference on Electrical, Electronic and Comuter Engineering (NCEECE 05) Modeling and Simulation of Digital Filter Jie Zhao School of Electronic Information and Electrical Engineering, Shangluo

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

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

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

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

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

Experiment 3 - Single-phase inverter 1

Experiment 3 - Single-phase inverter 1 ELEC6.0 Objective he Univerity of New South Wale School of Electrical Engineering & elecommunication ELEC6 Experiment : Single-phae C-C Inverter hi experiment introduce you to a ingle-phae bridge inverter

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

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

A 5-Level Three-Phase Cascaded Hybrid Multilevel Inverter

A 5-Level Three-Phase Cascaded Hybrid Multilevel Inverter International Journal of Computer and Electrical Engineering, ol. 3, No. 6, December A 5-Leel hree-phae Cacaded Hybrid Multileel Inerter P. hongprari Abtract hi paper preent a 5-leel three-phae cacaded

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

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

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

Typical wireless DSP system. Lecture 2 Data Conversion. Typical hard disk DSP system. Typical PCM voiceband DSP system.

Typical wireless DSP system. Lecture 2 Data Conversion. Typical hard disk DSP system. Typical PCM voiceband DSP system. Lecture Data Converion Typical wirele DSP ytem Objective: Review ignal converion in context of DSP ytem Important iue relating to ignal converion including: Sampling and aliaing Signal to quantization

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

Research on Real-time Multi-rate Simulation of High Frequency Converter

Research on Real-time Multi-rate Simulation of High Frequency Converter International Forum on Energy, Environment Science and Material (IFEESM 215) Reearch on Real-time Multi-rate Simulation o High Frequency Converter ZhiGuo ZHOU1, a*, MingXin ZHANG1,b RuLiang Lin2,c and

More information

An FM signal in the region of 4.2 to 4.6

An FM signal in the region of 4.2 to 4.6 A LOW COST, HIGH ACCURACY RADAR ALTIMETER Thi article decribe the development of a frequency modulated (FM) radar altimeter for meauring the height of flying object. The entire tructure comprie two part:

More information

Modulation Extension Control for Multilevel Converters Using Triplen Harmonic Injection with Low Switching Frequency

Modulation Extension Control for Multilevel Converters Using Triplen Harmonic Injection with Low Switching Frequency odulation Extenion Control for ultilevel Converter Uing Triplen Harmonic Injection with ow Switching Frequency Zhong Du, eon. Tolbert, John N. Chiaon Electrical and Computer Engineering The Univerity of

More information

California State University, Bakersfield Computer & Electrical Engineering & Computer Science ECE 3220: Digital Design with VHDL Laboratory 6

California State University, Bakersfield Computer & Electrical Engineering & Computer Science ECE 3220: Digital Design with VHDL Laboratory 6 California State Univerity, Bakerfield Computer & Electrical Engineering & Computer Science ECE 322: Digital Deign with VHDL Laboratory 6 The purpoe of thi exercie i to examine arithmetic circuit that

More information

Digital Control of Boost PFC AC-DC Converters with Predictive Control

Digital Control of Boost PFC AC-DC Converters with Predictive Control Proceeding of the th International Middle Eat Power Sytem Conference (MEPCON ), Cairo Univerity, Egypt, December 9-,, Paper ID 7. Digital Control of Boot PFC AC-DC Converter with Predictive Control H.Z.Azazi

More information

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

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

UNIVERSITY OF SASKATCHEWAN EE456: Digital Communications FINAL EXAM, 9:00AM 12:00PM, December 9, 2010 (open-book) Examiner: Ha H.

UNIVERSITY OF SASKATCHEWAN EE456: Digital Communications FINAL EXAM, 9:00AM 12:00PM, December 9, 2010 (open-book) Examiner: Ha H. Name: Page 1 UNIVERSIY OF SASKACHEWAN EE456: Digital Communication FINAL EXAM, 9:00AM 1:00PM, December 9, 010 (open-book) Examiner: Ha H. Nguyen Permitted Material: Only textbook and calculator here are

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

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

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

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

Single Phase Transformerless Inverter and its Closed Loop Control for Grid Connected PV Applications

Single Phase Transformerless Inverter and its Closed Loop Control for Grid Connected PV Applications Single Phae Tranormerle Inverter and it Cloed Loop Control or Grid Connected PV Application 1 Pratik D. Rahate & Mini Rajeev 1, Dept. o Electrical Engineering, Fr. C. Rodrigue Intitute o Technology, Navi

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

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

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

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

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

AC : TEACHING DIGITAL FILTER IMPLEMENTATIONS US- ING THE 68HC12 MICROCONTROLLER

AC : TEACHING DIGITAL FILTER IMPLEMENTATIONS US- ING THE 68HC12 MICROCONTROLLER AC 2011-549: TEACHING DIGITAL FILTER IMPLEMENTATIONS US- ING THE 68HC12 MICROCONTROLLER Li Tan, Purdue Univerity North Central DR. LI TAN i currently with the College of Engineering and Technology at Purdue

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

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

A Multi-Machine Power System Stabilizer Using Fuzzy Logic Controller

A Multi-Machine Power System Stabilizer Using Fuzzy Logic Controller A Multi-Machine Power Sytem Stabilizer Uing Fuzzy Logic Controller Dr. A. Taifour Ali, 2 Dr. Eia Bahier M Tayeb, 3 M. Kawthar A. Adam,2 College of Engineering; Sudan Univerity of Science & Technology;

More information

DSP-Based Control of Boost PFC AC-DC Converters Using Predictive Control

DSP-Based Control of Boost PFC AC-DC Converters Using Predictive Control DSP-Baed Control of Boot PFC AC-DC Converter Uing Predictive Control H.Z.Azazi*, E. E. E-Kholy**, S.A.Mahmoud* and S.S.Shokralla* * Electrical Engineering Department, Faculty of Engineering, Menoufiya

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

Loss Reduction of AS/AC Networks with Holographic Optical Switches

Loss Reduction of AS/AC Networks with Holographic Optical Switches 7th WEA International Conference on Electric Power ytem, High Voltage, Electric Machine, Venice, Italy, ovember -3, 007 36 Lo Reduction of A/AC etwork with Holograhic Otical witche Jiun-hiou Deng, Chien-Yi

More information

High Efficiency Single Phase Inverter Design

High Efficiency Single Phase Inverter Design High Efficiency Single Phae Inverter Deign Didi Itardi Electric Machine Control Laboratory, Electrical Engineering Departement Politeknik Negeri Batam, Indoneia itardi@polibatam.ac.id Abtract The olar

More information

EFFICIENCY EVALUATION OF A DC TRANSMISSION SYSTEM BASED ON VOLTAGE SOURCE CONVERTERS

EFFICIENCY EVALUATION OF A DC TRANSMISSION SYSTEM BASED ON VOLTAGE SOURCE CONVERTERS EFFICIENCY EVALUATION OF A DC TRANSMISSION SYSTEM BASED ON VOLTAGE SOURCE CONVERTERS Giddani O. A (), Grain. P. Adam (), O. Anaya-Lara (3), K.L.Lo () tjb83@eee.trath.ac.uk, () grain.adam@eee.trath.ac.uk,

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

GENERALIZED PWM ALGORITHM FOR THREE PHASE n-level VOLTAGE SOURCE INVERTER FED AC DRIVES

GENERALIZED PWM ALGORITHM FOR THREE PHASE n-level VOLTAGE SOURCE INVERTER FED AC DRIVES GENERALIZED PWM ALGORITHM FOR THREE PHASE n-leel OLTAGE SOURCE INERTER FED AC DRIES M. Khaimulla 1 G.Srinivaa Rao 2 D.Nagaraju 3 and P Shahavali 4 Abtract Thi paper preent pace vector baed pule width modulation

More information

Isolated Bidirectional DC-DC Power Supply for Charging and Discharging Battery

Isolated Bidirectional DC-DC Power Supply for Charging and Discharging Battery Iolated Bidirectional DC-DC Power Supply for Charging and Dicharging Battery Muhammed Shamveel T M Department of Electrical Engineering Indian Intitute of Science, Bangalore Bangalore 560012 Email: hamveel7@gmail.com

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

A Solution for DC-DC Converters Study

A Solution for DC-DC Converters Study Advance in Automatic ontrol, Modelling & Simulation A Solution for D-D onverter Study MIHAI RAA, GABRIELA RAA, DREL ERNMAZU, LEN MANDII, RISINA PRDAN Faculty of Electrical Engineering and omputer Deign

More information

SINGLE-PHASE ACTIVE FILTER FOR HIGH ORDER HARMONICS COMPENSATION

SINGLE-PHASE ACTIVE FILTER FOR HIGH ORDER HARMONICS COMPENSATION .jee.ro SINGLE-PHASE ACTIVE FILTER FOR HIGH ORDER HARMONICS COMPENSATION Kyo-Beum Lee Diviion of Electrical and Computer Engineering, Ajou Univerity San5, Woncheon-dong, Yeontong-gu, Suon 44-749, Korea

More information

V is sensitive only to the difference between the input currents,

V is sensitive only to the difference between the input currents, PHYSICS 56 Experiment : IC OP-Amp and Negative Feedback In thi experiment you will meaure the propertie of an IC op-amp, compare the open-loop and cloed-loop gain, oberve deterioration of performance when

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

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

Formatting and Baseband. Formatting & Baseband. Page 1. Formatting and Baseband Modulation. CSE4214 Digital Communications

Formatting and Baseband. Formatting & Baseband. Page 1. Formatting and Baseband Modulation. CSE4214 Digital Communications CSE4214 Digital Communication CSE4214 Digital Communication Chapter 2 Formatting Formatting and Baeband Modulation Formatting & Baeband Formatting and Baeband 3 4 Page 1 1 What i Formatting? Information

More information

Optimized BER Performance of Asymmetric Turbo Codes over AWGN Channel

Optimized BER Performance of Asymmetric Turbo Codes over AWGN Channel International Journal of Computer Application (0975 8887) Optimized Performance of Aymmetric Turbo Code over AWGN Channel M.Srinivaa Rao Pvpit, JNTU Kainada Andhra Pradeh, India. G.Vijaya Kumar Pvpit,

More information

R. Linga Swamy and P. Satish Kumar

R. Linga Swamy and P. Satish Kumar Speed Control of Space Vector Modulated Inverter Driven Induction Motor R. Linga Swamy and P. Satih Kumar Abtract: In thi paper, v/f control of Induction motor i imulated for both open loop and cloed loop

More information

A Simple DSP Laboratory Project for Teaching Real-Time Signal Sampling Rate Conversions

A Simple DSP Laboratory Project for Teaching Real-Time Signal Sampling Rate Conversions A Simple DSP Laboratory Project for Teaching Real-Time Signal Sampling Rate Converion by Li Tan, Ph.D. lizhetan@pnc.edu Department of ECET Purdue Univerity North Central Wetville, Indiana Jean Jiang, Ph.D.

More information

Design of buck-type current source inverter fed brushless DC motor drive and its application to position sensorless control with square-wave current

Design of buck-type current source inverter fed brushless DC motor drive and its application to position sensorless control with square-wave current Publihed in IET Electric Power Application Received on 4th January 2013 Revied on 17th February 2013 Accepted on 4th March 2013 ISSN 1751-8660 Deign of buck-type current ource inverter fed bruhle DC motor

More information

Industrial Control Equipment ACS Analog Control System. Features Not just a trainer

Industrial Control Equipment ACS Analog Control System. Features Not just a trainer Indutrial Control Equipment ACS000 Analog Control Sytem ACS000, covered with many technical dicipline, explicate the central ignificance of Analog Control Sytem. hi applie particularly in mechanical and

More information

DIGITAL COMMUNICATION

DIGITAL COMMUNICATION DEPARTMENT OF ELECTRICAL &ELECTRONICS ENGINEERING DIGITAL COMMUNICATION Spring 2010 Yrd. Doç. Dr. Burak Kelleci OUTLINE Line Code Differential Encoding Regeneration, Decoding and Filtering Delta Modulation

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

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

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

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

Analysis of Variable Frequency Three Phase Induction Motor Drive

Analysis of Variable Frequency Three Phase Induction Motor Drive World Academy of Science, ngineering and Technology 18 008 Analyi of Variable Frequency Three Phae Induction Motor Drive Thida Win, Nang Sabai, and Hnin Nandar Maung Abtract AC motor drive are widely ued

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

Fast Thermal Cycling Stress and Degradation in Multilayer Interconnects

Fast Thermal Cycling Stress and Degradation in Multilayer Interconnects Fat Thermal Cycling Stre and Degradation in Multilayer Interconnect H.V. Nguyen 1, C. Salm 1, J. Vroemen 2, J. Voet 2, B. Krabbenborg 2 J. Bichop 2, A. J. Mouthaan 1 and F. G. Kuper 1,2 1 Univerity of

More information

Mobile Communications TCS 455

Mobile Communications TCS 455 Mobile Communication TCS 455 Dr. Prapun Sukompong prapun@iit.tu.ac.th Lecture 23 1 Office Hour: BKD 3601-7 Tueday 14:00-16:00 Thurday 9:30-11:30 Announcement Read Chapter 9: 9.1 9.5 Section 1.2 from [Bahai,

More information

Design of a digitally-controlled LLC resonant converter

Design of a digitally-controlled LLC resonant converter 2011 International Conference on Information and Electronic Engineering IPCSIT vol.6 (2011) (2011) IACSIT Pre, Singapore Deign of a digitally-controlled LLC reonant converter Jia-Wei huang 1, Shun-Chung

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

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

MAX3610 Synthesizer-Based Crystal Oscillator Enables Low-Cost, High-Performance Clock Sources

MAX3610 Synthesizer-Based Crystal Oscillator Enables Low-Cost, High-Performance Clock Sources Deign Note: HFDN-31.0 Rev.1; 04/08 MAX3610 Syntheizer-Baed Crytal Ocillator Enable Low-Cot, High-Performance Clock Source MAX3610 Syntheizer-Baed Crytal Ocillator Enable Low-Cot, High-Performance Clock

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

Asymptotic Diversity Analysis of Alamouti Transmit Diversity with Quasi-ML Decoding Algorithm in Time-Selective Fading Channels

Asymptotic Diversity Analysis of Alamouti Transmit Diversity with Quasi-ML Decoding Algorithm in Time-Selective Fading Channels International Journal of Software Engineering and It Application Vol. 9, No. 1 (015), pp. 381-388 http://dx.doi.org/10.1457/ijeia.015.9.1.34 Aymptotic Diverity Analyi of Alamouti Tranmit Diverity with

More information

PERFORMANCE ANALYSIS OF SWITCHED RELUCTANCE MOTOR; DESIGN, MODELING AND SIMULATION OF 8/6 SWITCHED RELUCTANCE MOTOR

PERFORMANCE ANALYSIS OF SWITCHED RELUCTANCE MOTOR; DESIGN, MODELING AND SIMULATION OF 8/6 SWITCHED RELUCTANCE MOTOR 5 - JATIT. All right reerved. PERFORMANCE ANALYSIS OF SWITCHED RELUCTANCE MOTOR; DESIGN, MODELING AND SIMULATION OF / SWITCHED RELUCTANCE MOTOR Vika S. Wadnerkar * Dr. G. TulaiRam Da ** Dr. A.D.Rajkumar

More information

ANALYSIS AND SIMULATION OF BUS-CLAMPING PWM TECHNIQUES BASED ON SPACE VECTOR APPROACH

ANALYSIS AND SIMULATION OF BUS-CLAMPING PWM TECHNIQUES BASED ON SPACE VECTOR APPROACH M.HANUJA* et al. ISSN: 50 676 [IJESA] INERNAIONAL JOURNAL OF ENGINEERING SCIENCE & ADVANCED ECHNOLOGY Volume -, Iue -, 64 7 ANALYSIS AND SIMULAION OF BUS-CLAMPING PWM ECHNIUES BASED ON SPACE VECOR APPROACH

More information

A Real-Time Wireless Channel Emulator For MIMO Systems

A Real-Time Wireless Channel Emulator For MIMO Systems A eal-time Wirele Channel Emulator For MIMO Sytem Hamid Elami, Ahmed M. Eltawil {helami,aeltawil}@uci.edu Abtract: The improvement in channel capacity hailed by MIMO ytem i directly related to intricate

More information

The Performance Analysis of MIMO OFDM System with Different M-QAM Modulation and Convolution Channel Coding

The Performance Analysis of MIMO OFDM System with Different M-QAM Modulation and Convolution Channel Coding The Performance Analyi of MIMO OFDM Sytem with Different M-QAM Modulation and Convolution Channel Coding H. S. Shwetha M.tech, Digital Communication Engineering Siddaganga Intitute of Technology Tumakuru,

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

A Design of Sine-wave Oscillator Based on an Improved OP-amp Differentiator Zinan Zhou

A Design of Sine-wave Oscillator Based on an Improved OP-amp Differentiator Zinan Zhou 6th International onference on Mechatronic Material Biotechnology and Environment (IMMBE 6) A Deign of Sine-wave Ocillator Baed on an Imroved OP-am Differentiator Zinan Zhou Deartment of Jiangu Union echnical

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

A Novel Engine Generator System with Active Filter and UPS Functions

A Novel Engine Generator System with Active Filter and UPS Functions A Novel Engine Generator Sytem with Active Filter and UPS Function Uing a Matrix Converter A Novel Engine Generator Sytem with Active Filter and UPS Function Uing a Matrix Converter Jun-ichi Itoh, Shunuke

More information

Field Test Results of Space-Time Equalizers and Delayed Diversity Transmission in Central Tokyo Area

Field Test Results of Space-Time Equalizers and Delayed Diversity Transmission in Central Tokyo Area Field Tet Reult of Space-Time Equalizer and ed Diverity Tranmiion in Central Tokyo Area Takehi Toda Yuukichi Aihara Jun-ichi Takada ttoda@jp.fujitu.com yuukichi.aihara@yrp.mci.mei.co.jp takada@ide.titech.ac.jp,

More information

Proposed Method to Control the Hybrid Active DC Filter in HVDC System

Proposed Method to Control the Hybrid Active DC Filter in HVDC System 214 Propoed Method to Control the Hybrid Active DC ilter in HVDC Sytem Saber Arabi Nowdeh, Mahdi Hajibeigy and Meiam Hajibeigy Abtract: Thi paper focue on the end-point control of a ingle flexible link

More information

Kalman Filtering Based Object Tracking in Surveillance Video System

Kalman Filtering Based Object Tracking in Surveillance Video System (669 -- 917) Proceeding of the 3rd (2011) CUSE International Conference Kalman Filtering Baed Object racking in Surveillance Video Sytem W.L. Khong, W.Y. Kow, H.. an, H.P. Yoong, K..K. eo Modelling, Simulation

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

(12) Patent Application Publication (10) Pub. No.: US 2009/ A1

(12) Patent Application Publication (10) Pub. No.: US 2009/ A1 (19) United State US 200903.22462A1 (12) Patent Application Publication (10) Pub. No.: US 2009/0322462 A1 Lindholm et al. (43) Pub. Date: Dec. 31, 2009 (54) FOIL WINDING PULSE TRANSFORMER (76) Inventor:

More information

Better DC Bus Utilization and Torque Ripple Reduction by using SVPWM for VSI fed Induction Motor Drive

Better DC Bus Utilization and Torque Ripple Reduction by using SVPWM for VSI fed Induction Motor Drive Better DC Bu Utiliation and Torque Ripple Reduction by uing SPWM for SI fed Induction Motor Drive K.Gopala Krihna, T. Kranthi Kumar, and P. enugopal Rao Abtract The maximum value of the peak-phae voltage

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

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

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