Grid Power Quality Analysis of 3-Phase System Using Low Cost Digital Signal Processor

Size: px
Start display at page:

Download "Grid Power Quality Analysis of 3-Phase System Using Low Cost Digital Signal Processor"

Transcription

1 Grid Power Quality Analysis of 3-Phase System Using Low Cost Digital Signal Processor Sravan Vorem, Dr. Vinod John Department of Electrical Engineering Indian Institute of Science Bangalore Abstract This paper presents a power quality monitoring system for 3-phase (3-wire and 4-wire) power system operating under balanced and unbalanced conditions. It acquires voltage and current signals from the grid and calculates frequency, magnitude and phase angle of voltage and current signals, active power, reactive power, power factor, harmonics and Total Harmonic Distortion (THD) in a fast, low cost, low power Digital Signal Processor(DSP). It sends those calculated data to Personal Computer (PC) via RS-232 serial link and displays the data into a Graphical User interface (GUI) built in Visual Basic(VB) environment. The timing analysis of algorithm indicates that it is feasible to interprate these along with the control algorithm of a power converter. This is a single controller used for controlling, monitoring and diagnostic purpose. keywords: powerquality(pq), DigitalSignalProcessor(DSP), PhaseLockedLoop(PLL), Unbalance, Fast FourierTransform(FFT), GraphicalUserInterface(GUI). A. Calculation of frequency Measurement of fundamental quantities such as phase and frequency is carried out using Phase Locked Loop (PLL)[], [2]. According to this method the phase voltages V a,v b,v c are transformed to V α,v β using 3-phase to 2-phase transformation. These stationary reference frame voltages are then transformed to voltages V d,v q frame of reference synchronized to the utility frequency. The transformations are shown below VR VOLTAGES VY FROM VB GRID Voltage and Current sensing card Scaling and isolation VR VY VB IR IY IB voltage and current signals to DSP DSP PROCESSOR Communication via RS 232 PC Display on PC I. INTRODUCTION Fig.. Block Diagram Representation of the System Today most of the algorithms for controlling medium to high power electronic equipment are implemented in high performance digital controllers. The DSP s are low cost, low power and have high performance capability. The memory and time required for implementing power quality algorithms can be designed to be less, the additional computing power and memory available is used for implementing the algorithms to control the system. The advantage of this system is we can have continuous monitoring of the system without any additional devices in the system. We can also program it to display an error message if there is a fault in the system. This paper presents methods to obtain various parameters related to system power quality. The experimental results indicate that the power quality evaluation can be performed at a lower frequency compared to the control sampling rate required by typical power converters. Three phase voltages from the grid are given by Where θ =(ωt + θ 0 ) V a = V m cos (θ) () V b = V m cos (θ 20) (2) V c = V m cos (θ 240) (3) Transformation from 3-Phase to 2-Phase can be carried out as Vc V β II. CALCULATION OF DISPLAY QUANTITIES Va Monitoring power quality requires a wide range of quantities in the system to be monitored. These variables include voltage and current amplitudes, phase angles, frequency, active power, reactive power, power factor, harmonics etc. The following section describes the algorithms used to evaluate these quantities. Vb Fig Phase to 2-Phase Transformation Vα 07

2 V α = V a (4) = V m cos (θ) (5) V THD = I THD = ΣVk 2/V () Σi 2 k /i Where k =2, 3...,N/2 (2) V β = (V c V b ) 3 (6) = V m sin (θ) (7) This is then transformed to synchronous frame (V d, V q ) given by [ Vq ] = V d [ cos (θ ) sin (θ ) sin (θ ) cos(θ ) ][ Vα V β ] substituting for V α and V β we get [ ] [ ] [ ] Vq cos (θ = V θ) cos (Δθ) V m d sin (θ = V θ) m sin (Δθ) The angle θ used in these transformations is obtained by integrating a frequency command ω as shown in Fig.3. If the frequency command ω is identical to the utility frequency, the voltages V d,v q appear as dc values depending on the angle θ. If the error Δθ between the utility angle θ and the PLL output θ is set to zero, V q = V m and V d = 0. This offers immediate possibility to lock onto the utility voltage by regulation of V d to zero. Va Vb Vc 3 phase to 2 phase(α, β) Transformation Fig. 3. α, β to d, q Tranformation Vq Vd V d * =0 Kp + STp STp + STs ω ff + + Block diagram representation of PLL Using this algorithm it is possible to monitor the system frequency and the phase angle of the positive sequence of the fundamental voltage. B. Calculation of harmonics Harmonic analysis is carried out using Fourier Transforms[4]. The Discrete Fourier Transform (DFT) of a finitelength sequence x [n] of length N is X [k] = N i=0 ω S θ* (8) (9) x [n] W kn N k =0,,...,N (0) Where W N = e j(2π/n) and X [k] 2/N gives magnitude of the k th harmonic. The use of FFT redues the number of multiplications required when compared to DFT. The Total Harmonic Distortion(THD) is given as The FFT algorithm is used to evaluate the harmonics and the THD in voltage and current signals. Since the voltage and currents fed to the processor, as signals the performance of the algorithm is similar for both the signals. A limited 32 point FFT has been used to keep the computation time acceptable. C. Magnitude and phase calculations Magnitude calculations are carried out by multiplying the utility voltages with unit sine and cosine and low pass-filtering, the mathematical equations of the utillity voltages are given in equations eq(), eq(2), eq(3). Multiplying V a by unit sin (θ ) and cos (θ ),whereθ = (ω t + θ0 ) we get V a = V a sin (ω t + θ0) (3) V a2 = V a cos (ω t + θ0 ) (4) solving the above equations we get V a = V m /2(sin(2ωt +(θ 0 θ 0)) + sin (θ 0 θ 0)) V a2 = V m /2(cos(2ωt +(θ 0 θ 0 )) + cos (θ 0 θ 0 )) By low pass filtering, the 00Hz and other harmonic components are eliminated, and the output become as given V s = V m /2sin(θ 0 θ0 ) (5) V c = V m /2cos(θ 0 θ0) (6) The magnitude and phase angle are given as V = 2 Vs 2 + V c 2 (7) θ = arctan(v s /V c ) (8) The other two phase voltages and currents can be calculated similarly. Equation eq(7) is implemented as a lookup table in the DSP. The mathematical expression (i.e.taylor s series expansion) for arctan is given as arctan (x) =x x3 3 + x5 5 x7... (9) 7 the above equation is implemented in DSP for calculation of theta. D. Real and Reactive Power Calculations The active and reactive powers are calculated using the fundamental quantities of the voltage and currents evaluated using equations eq(7), eq(8) and are given by The active power per phase P = V I cos (θ θ i ) (20) where θ,θ i are phase angles of R-phase voltage and current respectively. 08

3 similarly the other two phases are calculated. Total real power is the sum of the three -phase powers Reactive power per phase Total reactive power is P = P + P 2 + P 3 (2) Q = V I sin (θ θ i ) (22) (23) Q = Q + Q 2 + Q 3 (24) te that the real and reactive power is based on the fundamental component of the signals. This prevents any error introduced due to harmonics. E. Power Factor Calculation The power factor of a three phase system is calculated as. cos (θ) = P P 2 + Q 2 (25) F. Communication between DSP and PC Serial link RS-232 [5] is used to transfer the data form DSP to PC. The data acquired from the DSP is displayed on the PC using GUI built in VB environment. III. HARDWARE IMPLEMENTATION A. Voltage sensing card Voltage sensing card is used to scale down the voltages to a desired level of ±0V and to provide isolation between the grid and DSP board. The specifiactions of voltage sensing card used are ) Range of input voltage is ± 700V. 2) Range of output Voltage is ± 0V. 3) Bandwidth =20KHz. 4) Isolation between input and output. The block diagram of voltage sensing card is shown in Fig.4. B. Current sensing card The hall effect current sensor HTP50 is used for sensing currents, it measures current in the range ± 50A and gives an output voltage in the range ± 0V. The specifiactions of current sensing card used are ) power supply: +5V,0,-5V. 2) primary current amplitude: ±50 maximum. 3) output signal amplitude: ±0V maximum. 4) Bandwidth: 00KHz. 5) n-linearity: 0.2%. C. DSP Implementation The signals from the sensors (voltage and currents) are given to the ADC of DSP. The ADC takes the signals only in the range of ± 0V. The DSP samples these signals at a sampling rate of 0kHz (i.e00μs) which is generally used for controlling purpose, these sampled signals can be used to implement the controlling algorithms, with the remaining time the power quality quantities are calculated. The flow chart in Fig.5. illustrates the implementation of the algorithm. START Voltage and current signals from sensors ADC Sampling rate is 0kHz Implenetation of control algorithms is previous PQ compuation finished if counter =0 for down sampling low priority interrupt control Reset counter +5V LM 7805 Fly Back +5V Store the values in memory Converter if sufficient no of points are accquired +5V LM V Calculate power quality algorithms and send to PC Input Voltage Divider Differential Amplifier Output If the sampling time >=90usec HP 7800 Repeat High priority interupt control Fig. 4. Block diagram of Voltage sensing card Fig. 5. Flowchart for embedding the PQ algorithm with converter control 09

4 IV. EXPERIMENTAL RESULTS The PQ algorithms are tested with a wide range of signals. Fig.6. and Fig.7. shows the voltage signals that are scaled down and isolated from the grid by voltage sensing card. Fig. 9. Vd,Vq Transformation of Grid voltages (Scale X-axis 5ms/div and Y-axis 2V/div) Fig. 6. Scaled down voltages (Va and Vb) obtained from the grid (Scale X-axis 5ms/div and Y-axis 2V/div) The magnitude and phase angles of the above voltage signals are calculated and outputed for verification on the DAC of the DSP board. Fig.0. shows the magnitude of phase a and phase b and Fig.. shows the magnitude of phase a and phase c and the corresponding phase angles calculated are shown in Fig.2. and Fig.3. respectievely. Fig. 7. Scaled down voltages (Va and Vc) obtained from the grid (Scale X-axis 5ms/div and Y-axis 2V/div) Fig.8. is 3-phase to 2-phase transformation of the above voltage signals and Fig.9. shows the transformation from stationary frame of reference to synchronous frame of reference (i.e α, β to d, q transformation). Fig. 0. Magnitude of Va and Vb (Scale X-axis 5ms/div and Y-axis 2V/div) Fig phase to 2-phase Transformation of Grid voltages (Scale X-axis 5ms/div and Y-axis 2V/div) Fig.. Magnitude of Va and Vc (Scale X-axis 5ms/div and Y-axis 2V/div) 0

5 Fig. 2. Phase angle of Va and Vb (Scale X-axis 5ms/div and Y-axis 2V/div) Fig. 5. Increase in a-phase and corresponding change in magnitude of the algorithm (Scale X-axis 00ms/div and Y-axis 5V/div) Fig. 3. Phase angle of Va and Vc (Scale X-axis 5ms/div and Y-axis 2V/div) The PQ algorithms are tested for different unbalanced conditions using a second DSP as a signal generator that can provide signal inputs with controllable magnitude, phase and frequency, the figure Fig.4. shows the unbalance in magnitude of a 3-phase system in which magnitude of phase a and phase b voltage waves stepped periodically where as the magnitude of phase c is constant, the corresponding change in the magnitudes of PQ algorithm are shown in Fig.5., Fig.6. and Fig.7. Fig. 6. Decrease in b-phase and corresponding change in magnitude of the algorithm (Scale X-axis 00ms/div and Y-axis 5V/div) Harmonic analysis is carried out using Fast Fourier Transform(FFT) algorithms, the harmonic spectrum of a sine wave and square which are input to voltage inputs of the DSP board are shown in Fig.8. and Fig.9. The table.i shows the computation time required for different subroutines. It shows that PQ algorithm can be implemented many times in a fundamental cycle. Fig. 4. Unbalance sine wave (Scale X-axis 00ms/div and Y-axis 0V/div) Fig. 7. C-phase voltage and corresponding magnitude of the algorithm (Scale X-axis 20ms/div and Y-axis 5V/div)

6 Fig. 8. Harmonic spectrum of a sine wave signal TABLE I COMPUTATION TIME FOR DIFFERENT SUBROUTINES S. Subroutine time in μsec Analog to digital conversion for 6 channels PLL Program Magnitude and Theta calculation for all 6 signals Power calculation FFT algorithm for one signal phase to 2-phas.e transformation Digital to Analog Conversion Data transmission of 24 signals at 9600 baud rate Fig. 9. Harmonic spectrum of a square wave signal The Fig.20. shows the power quality monitoring system built in VB. This can be used as a user friendly interface which an operator can monitor the PQ status. sampling rate of DSP, it is possible to control and monitor the system using high and low priority interrupts. REFERENCES [] Albert So, rman Tse,W. L. Chan and L. L. Lai, A Low-Cost Power Quality Meter for Utility and Consumer Assements, International Conference on Electric Utility Deregulation and Restructuring and Power Technologies 2000, City University, London, 4-7 April [2] V. Kaura and V. Blasko, Operation of a phase locked loop system under distorted utility conditions, in IEEE Transactions on Industry Applications, Volume 33, Issue, Jan.-Feb. 997 Page(s): [3] Anirban Goshal and Vinod John, A Method To Improve PLL Performance Under Abnormal Grid Conditions, National Power Electronic Conference-2007, Bangalore. [4] V.T. Ranganathan Course notes on electrical drives, Dept of Electrical engg.,indian Institute of Science, Bangalore,India. [5] Alan V. Oppenheim and Ronald W. Schafer, Discrete Time Signal Processing, Prentice Hall signal processing series,989, New Jersey. [6] Jan Axelson, Serial Port Complete, Penaram International,998,Mumbai. Fig. 20. Power Quality monitoring system built in VB. V. CONCLUSION A wide range of power quality measurements have been made on an setup Experimental to verify the capability of the power quality meter. It has been seen that the algorithms work well even in the presence of harmonics. The DSP processor used is TMSLF2407 from Texas Instruments. The clock frequency of DSP is 40MHz, so it takes 25ns for execution of a single instruction cycle, though the table indicates the time required for implementing the PQ algorithms and transferring them to PC is more than the 2

INVESTIGATION OF HARMONIC DETECTION TECHNIQUES FOR SHUNT ACTIVE POWER FILTER

INVESTIGATION OF HARMONIC DETECTION TECHNIQUES FOR SHUNT ACTIVE POWER FILTER IOSR Journal of Electronics & Communication Engineering (IOSR-JECE) ISSN(e) : 2278-1684 ISSN(p) : 2320-334X, PP 68-73 www.iosrjournals.org INVESTIGATION OF HARMONIC DETECTION TECHNIQUES FOR SHUNT ACTIVE

More information

Synchronization Algorithms for Single Phase System

Synchronization Algorithms for Single Phase System IJCTA, 9(10), 2016, pp. 4469-4477 International Science Press 4469 Comparati tive Study of PLL Based Grid Synchronization Algorithms for Single Phase System *Radhika Urhekar **Prof. Mrs. S.U.Kulkarni Abstract

More information

CHAPTER 4 IMPLEMENTATION OF ADALINE IN MATLAB

CHAPTER 4 IMPLEMENTATION OF ADALINE IN MATLAB 52 CHAPTER 4 IMPLEMENTATION OF ADALINE IN MATLAB 4.1 INTRODUCTION The ADALINE is implemented in MATLAB environment running on a PC. One hundred data samples are acquired from a single cycle of load current

More information

Chapter 2 Shunt Active Power Filter

Chapter 2 Shunt Active Power Filter Chapter 2 Shunt Active Power Filter In the recent years of development the requirement of harmonic and reactive power has developed, causing power quality problems. Many power electronic converters are

More information

ECEn 487 Digital Signal Processing Laboratory. Lab 3 FFT-based Spectrum Analyzer

ECEn 487 Digital Signal Processing Laboratory. Lab 3 FFT-based Spectrum Analyzer ECEn 487 Digital Signal Processing Laboratory Lab 3 FFT-based Spectrum Analyzer Due Dates This is a three week lab. All TA check off must be completed by Friday, March 14, at 3 PM or the lab will be marked

More information

Lab 3 FFT based Spectrum Analyzer

Lab 3 FFT based Spectrum Analyzer ECEn 487 Digital Signal Processing Laboratory Lab 3 FFT based Spectrum Analyzer Due Dates This is a three week lab. All TA check off must be completed prior to the beginning of class on the lab book submission

More information

CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE

CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE 113 CHAPTER-5 DESIGN OF DIRECT TORQUE CONTROLLED INDUCTION MOTOR DRIVE 5.1 INTRODUCTION This chapter describes hardware design and implementation of direct torque controlled induction motor drive with

More information

A Resonant Integrator Based PLL and AC Current Controller for Single Phase Grid Connected PWM-VSI

A Resonant Integrator Based PLL and AC Current Controller for Single Phase Grid Connected PWM-VSI 16th NATIONAL POWER SYSTEMS CONFERENCE, 15th-17th DECEMBER, 2010 31 A Resonant Integrator Based PLL and AC Current Controller for Single Phase Grid Connected PWM-VSI D. Venkatramanan Department of Electrical

More information

A COMPARISON STUDY OF THE COMMUTATION METHODS FOR THE THREE-PHASE PERMANENT MAGNET BRUSHLESS DC MOTOR

A COMPARISON STUDY OF THE COMMUTATION METHODS FOR THE THREE-PHASE PERMANENT MAGNET BRUSHLESS DC MOTOR A COMPARISON STUDY OF THE COMMUTATION METHODS FOR THE THREE-PHASE PERMANENT MAGNET BRUSHLESS DC MOTOR Shiyoung Lee, Ph.D. Pennsylvania State University Berks Campus Room 120 Luerssen Building, Tulpehocken

More information

Virtual Instrumentation Applied to Calculation of Electrical Power Quantities in Single-Phase Systems

Virtual Instrumentation Applied to Calculation of Electrical Power Quantities in Single-Phase Systems European Association for the Development of Renewable Energies, Environment and Power Quality (EA4EPQ) International Conference on Renewable Energies and Power Quality (ICREPQ 2) Santiago de Compostela

More information

Improvement of Power Quality Using Hybrid Active Power Filter in Three- Phase Three- Wire System Applied to Induction Drive

Improvement of Power Quality Using Hybrid Active Power Filter in Three- Phase Three- Wire System Applied to Induction Drive Improvement of Power Quality Using Hybrid Active Power Filter in Three- Phase Three- Wire System Applied to Induction Drive B. Mohan Reddy 1, G.Balasundaram 2 PG Student [PE&ED], Dept. of EEE, SVCET, Chittoor

More information

Simulation And Comparison Of Space Vector Pulse Width Modulation For Three Phase Voltage Source Inverter

Simulation And Comparison Of Space Vector Pulse Width Modulation For Three Phase Voltage Source Inverter Simulation And Comparison Of Space Vector Pulse Width Modulation For Three Phase Voltage Source Inverter Associate Prof. S. Vasudevamurthy Department of Electrical and Electronics Dr. Ambedkar Institute

More information

SIMULATION AND COMPARISON OF SPWM AND SVPWM CONTROL FOR TWO LEVEL UPQC

SIMULATION AND COMPARISON OF SPWM AND SVPWM CONTROL FOR TWO LEVEL UPQC SIMULATION AND COMPARISON OF SPWM AND SVPWM CONTROL FOR TWO LEVEL UPQC 1 G.ANNAPURNA, 2 DR.G.TULASIRAMDAS 1 G.Narayanamma Institute Of Technology And Science (For Women) Hyderabad, Department Of EEE 2

More information

Improved PLL for Power Generation Systems Operating under Real Grid Conditions

Improved PLL for Power Generation Systems Operating under Real Grid Conditions ELECTRONICS, VOL. 15, NO., DECEMBER 011 5 Improved PLL for Power Generation Systems Operating under Real Grid Conditions Evgenije M. Adžić, Milan S. Adžić, and Vladimir A. Katić Abstract Distributed power

More information

Experiment 7: Frequency Modulation and Phase Locked Loops

Experiment 7: Frequency Modulation and Phase Locked Loops Experiment 7: Frequency Modulation and Phase Locked Loops Frequency Modulation Background Normally, we consider a voltage wave form with a fixed frequency of the form v(t) = V sin( ct + ), (1) where c

More information

A Novel Control Method for Input Output Harmonic Elimination of the PWM Boost Type Rectifier Under Unbalanced Operating Conditions

A Novel Control Method for Input Output Harmonic Elimination of the PWM Boost Type Rectifier Under Unbalanced Operating Conditions IEEE TRANSACTIONS ON POWER ELECTRONICS, VOL. 16, NO. 5, SEPTEMBER 2001 603 A Novel Control Method for Input Output Harmonic Elimination of the PWM Boost Type Rectifier Under Unbalanced Operating Conditions

More information

Study and Simulation of Phasor Measurement Unit for Wide Area Measurement System

Study and Simulation of Phasor Measurement Unit for Wide Area Measurement System Study and Simulation of Phasor Measurement Unit for Wide Area Measurement System Ms.Darsana M. Nair Mr. Rishi Menon Mr. Aby Joseph PG Scholar Assistant Professor Principal Engineer Dept. of EEE Dept. of

More information

PLL for Grid Synchronization of Single Phase Distributed Generation System

PLL for Grid Synchronization of Single Phase Distributed Generation System IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 78-1676,p-ISSN: 30-3331, Volume 11, Issue 5 Ver. III (Sep - Oct 016), PP 8-33 www.iosrjournals.org PLL for Grid Synchronization

More information

Stator Fault Detector for AC Motors Based on the TMS320F243 DSP Controller

Stator Fault Detector for AC Motors Based on the TMS320F243 DSP Controller Stator Fault Detector for AC Motors Based on the TMS320F243 DSP Controller Bin Huo and Andrzej M. Trzynadlowski University of Nevada, Electrical Engineering Department/260, Reno, NV 89557-0153 Ph. (775)

More information

Active Vibration Isolation of an Unbalanced Machine Tool Spindle

Active Vibration Isolation of an Unbalanced Machine Tool Spindle Active Vibration Isolation of an Unbalanced Machine Tool Spindle David. J. Hopkins, Paul Geraghty Lawrence Livermore National Laboratory 7000 East Ave, MS/L-792, Livermore, CA. 94550 Abstract Proper configurations

More information

Shunt Active Power Filter based on SRF theory and Hysteresis Band Current Controller under different Load conditions

Shunt Active Power Filter based on SRF theory and Hysteresis Band Current Controller under different Load conditions IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, PP 20-26 www.iosrjournals.org Shunt Active Power Filter based on SRF theory and Hysteresis Band Current

More information

MITIGATION OF VOLTAGE SAGS/SWELLS USING DYNAMIC VOLTAGE RESTORER (DVR)

MITIGATION OF VOLTAGE SAGS/SWELLS USING DYNAMIC VOLTAGE RESTORER (DVR) VOL. 4, NO. 4, JUNE 9 ISSN 89-668 6-9 Asian Research Publishing Network (ARPN). All rights reserved. MITIGATION OF VOLTAGE SAGS/SWELLS USING DYNAMIC VOLTAGE RESTORER (DVR) Rosli Omar and Nasrudin Abd Rahim

More information

DATA INTEGRATION MULTICARRIER REFLECTOMETRY SENSORS

DATA INTEGRATION MULTICARRIER REFLECTOMETRY SENSORS Report for ECE 4910 Senior Project Design DATA INTEGRATION IN MULTICARRIER REFLECTOMETRY SENSORS Prepared by Afshin Edrissi Date: Apr 7, 2006 1-1 ABSTRACT Afshin Edrissi (Cynthia Furse), Department of

More information

Signals and Systems Lecture 9 Communication Systems Frequency-Division Multiplexing and Frequency Modulation (FM)

Signals and Systems Lecture 9 Communication Systems Frequency-Division Multiplexing and Frequency Modulation (FM) Signals and Systems Lecture 9 Communication Systems Frequency-Division Multiplexing and Frequency Modulation (FM) April 11, 2008 Today s Topics 1. Frequency-division multiplexing 2. Frequency modulation

More information

Fig. 1 Schematic Diagram Showing Connections to the Active Filter With Non-Linear Load

Fig. 1 Schematic Diagram Showing Connections to the Active Filter With Non-Linear Load Control of Shunt Active Power Filter Using LabVIEW M. Chakravarthy, Dr. S N Saxena, Dr. B V Sanker Ram Department of Electrical & Electronics Engineering Gokraju Rangaraju Institute of Engineering & Technology,

More information

Hysteresis Controller and Delta Modulator- Two Viable Schemes for Current Controlled Voltage Source Inverter

Hysteresis Controller and Delta Modulator- Two Viable Schemes for Current Controlled Voltage Source Inverter Hysteresis Controller and Delta Modulator- Two Viable Schemes for Current Controlled Voltage Source Inverter B.Vasantha Reddy, B.Chitti Babu, Member IEEE Department of Electrical Engineering, National

More information

Current Rebuilding Concept Applied to Boost CCM for PF Correction

Current Rebuilding Concept Applied to Boost CCM for PF Correction Current Rebuilding Concept Applied to Boost CCM for PF Correction Sindhu.K.S 1, B. Devi Vighneshwari 2 1, 2 Department of Electrical & Electronics Engineering, The Oxford College of Engineering, Bangalore-560068,

More information

CHAPTER 4 HARDWARE DEVELOPMENT OF STATCOM

CHAPTER 4 HARDWARE DEVELOPMENT OF STATCOM 74 CHAPTER 4 HARDWARE DEVELOPMENT OF STATCOM 4.1 LABORATARY SETUP OF STATCOM The laboratory setup of the STATCOM consists of the following hardware components: Three phase auto transformer used as a 3

More information

Design Implementation Description for the Digital Frequency Oscillator

Design Implementation Description for the Digital Frequency Oscillator Appendix A Design Implementation Description for the Frequency Oscillator A.1 Input Front End The input data front end accepts either analog single ended or differential inputs (figure A-1). The input

More information

An improvement for dual channel sampling wattmeter

An improvement for dual channel sampling wattmeter Int. J. Metrol. Qual. Eng. 1, 59 65 (2010) c EDP Sciences 2010 DOI: 10.1051/ijmqe/2010014 An improvement for dual channel sampling wattmeter W.M.S. Wijesinghe 1, and Y.T. Park 2 1 University of Science

More information

EE595S: Class Lecture Notes Chapter 13: Fully Controlled 3-Phase Bridge Converters. S.D. Sudhoff. Fall 2005

EE595S: Class Lecture Notes Chapter 13: Fully Controlled 3-Phase Bridge Converters. S.D. Sudhoff. Fall 2005 EE595S: Class Lecture Notes Chapter 3: Fully Controlled 3-Phase Bridge Converters S.D. Sudhoff Fall 2005 3.2 Fully Controlled 3-Phase Bridge Converter Fall 2005 EE595S Electric Drive Systems 2 One Phase

More information

Digital Signal Processing Lecture 1 - Introduction

Digital Signal Processing Lecture 1 - Introduction Digital Signal Processing - Electrical Engineering and Computer Science University of Tennessee, Knoxville August 20, 2015 Overview 1 2 3 4 Basic building blocks in DSP Frequency analysis Sampling Filtering

More information

Control of grid connected inverter system for sinusoidal current injection with improved performance

Control of grid connected inverter system for sinusoidal current injection with improved performance Control of grid connected inverter system for sinusoidal current injection with improved performance Simeen. S. Mujawar. Electrical engineering Department, Pune University /PVG s COET, Pune, India. simeen1990@gmail.com

More information

CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER

CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER 65 CHAPTER 4 CONTROL ALGORITHM FOR PROPOSED H-BRIDGE MULTILEVEL INVERTER 4.1 INTRODUCTION Many control strategies are available for the control of IMs. The Direct Torque Control (DTC) is one of the most

More information

Analysis and Software Implementation of a Robust Synchronizing Circuit PLL Circuit

Analysis and Software Implementation of a Robust Synchronizing Circuit PLL Circuit Analysis and Software Implementation of a Robust Synchronizing Circuit PLL Circuit Diogo R. COSTA, Jr., Luís G. B. ROLIM, and Maurício AREDES 3,,3 COPPE, UFRJ, Cidade Universitária, Rio de Janeiro, Brazil,

More information

CHAPTER 6 UNIT VECTOR GENERATION FOR DETECTING VOLTAGE ANGLE

CHAPTER 6 UNIT VECTOR GENERATION FOR DETECTING VOLTAGE ANGLE 98 CHAPTER 6 UNIT VECTOR GENERATION FOR DETECTING VOLTAGE ANGLE 6.1 INTRODUCTION Process industries use wide range of variable speed motor drives, air conditioning plants, uninterrupted power supply systems

More information

Experiment 6: Amplitude Modulation, Modulators, and Demodulators Fall 2009

Experiment 6: Amplitude Modulation, Modulators, and Demodulators Fall 2009 Experiment 6: Amplitude Modulation, Modulators, and Demodulators Fall 009 Double Sideband Amplitude Modulation (AM) V S (1+m) v S (t) V S V S (1-m) Figure 1 Sinusoidal signal with a dc component In double

More information

The Fundamentals of Mixed Signal Testing

The Fundamentals of Mixed Signal Testing The Fundamentals of Mixed Signal Testing Course Information The Fundamentals of Mixed Signal Testing course is designed to provide the foundation of knowledge that is required for testing modern mixed

More information

Scanning Digital Radar Receiver Project Proposal. Ryan Hamor. Project Advisor: Dr. Brian Huggins

Scanning Digital Radar Receiver Project Proposal. Ryan Hamor. Project Advisor: Dr. Brian Huggins Scanning Digital Radar Receiver Project Proposal by Ryan Hamor Project Advisor: Dr. Brian Huggins Bradley University Department of Electrical and Computer Engineering December 8, 2005 Table of Contents

More information

Performance of DVR under various Fault conditions in Electrical Distribution System

Performance of DVR under various Fault conditions in Electrical Distribution System IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 8, Issue 1 (Nov. - Dec. 2013), PP 06-12 Performance of DVR under various Fault conditions

More information

ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS

ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS ARM BASED WAVELET TRANSFORM IMPLEMENTATION FOR EMBEDDED SYSTEM APPLİCATİONS 1 FEDORA LIA DIAS, 2 JAGADANAND G 1,2 Department of Electrical Engineering, National Institute of Technology, Calicut, India

More information

Space Vector PWM and Model Predictive Control for Voltage Source Inverter Control

Space Vector PWM and Model Predictive Control for Voltage Source Inverter Control Space Vector PWM and Model Predictive Control for Voltage Source Inverter Control Irtaza M. Syed, Kaamran Raahemifar Abstract In this paper, we present a comparative assessment of Space Vector Pulse Width

More information

645 P a g e. the quantity of compensate current needed accordingly. Fig. 1. Active powers filter with load current detection.

645 P a g e. the quantity of compensate current needed accordingly. Fig. 1. Active powers filter with load current detection. Shunt Active Power Filter Implementation Using Source Voltage and Source Current Detection Mani Ratnam Tarapatla 1, M Sridhar 2, ANVJ Raj Gopal 3 PG Scholar Department of Electrical Engineering GIET College

More information

CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER

CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER 8 CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER 6.1 INTRODUCTION In this part of research, a proto type model of FPGA based nine level cascaded inverter has been fabricated to improve

More information

A Comparative Study between DPC and DPC-SVM Controllers Using dspace (DS1104)

A Comparative Study between DPC and DPC-SVM Controllers Using dspace (DS1104) International Journal of Electrical and Computer Engineering (IJECE) Vol. 4, No. 3, June 2014, pp. 322 328 ISSN: 2088-8708 322 A Comparative Study between DPC and DPC-SVM Controllers Using dspace (DS1104)

More information

Electrochemical Impedance Spectroscopy and Harmonic Distortion Analysis

Electrochemical Impedance Spectroscopy and Harmonic Distortion Analysis Electrochemical Impedance Spectroscopy and Harmonic Distortion Analysis Bernd Eichberger, Institute of Electronic Sensor Systems, University of Technology, Graz, Austria bernd.eichberger@tugraz.at 1 Electrochemical

More information

Gentec-EO USA. T-RAD-USB Users Manual. T-Rad-USB Operating Instructions /15/2010 Page 1 of 24

Gentec-EO USA. T-RAD-USB Users Manual. T-Rad-USB Operating Instructions /15/2010 Page 1 of 24 Gentec-EO USA T-RAD-USB Users Manual Gentec-EO USA 5825 Jean Road Center Lake Oswego, Oregon, 97035 503-697-1870 voice 503-697-0633 fax 121-201795 11/15/2010 Page 1 of 24 System Overview Welcome to the

More information

Accurate Harmonics Measurement by Sampler Part 2

Accurate Harmonics Measurement by Sampler Part 2 Accurate Harmonics Measurement by Sampler Part 2 Akinori Maeda Verigy Japan akinori.maeda@verigy.com September 2011 Abstract of Part 1 The Total Harmonic Distortion (THD) is one of the major frequency

More information

Application Note (A12)

Application Note (A12) Application Note (A2) The Benefits of DSP Lock-in Amplifiers Revision: A September 996 Gooch & Housego 4632 36 th Street, Orlando, FL 328 Tel: 47 422 37 Fax: 47 648 542 Email: sales@goochandhousego.com

More information

An Enhanced Symmetrical Fault Detection during Power Swing/Angular Instability using Park s Transformation

An Enhanced Symmetrical Fault Detection during Power Swing/Angular Instability using Park s Transformation Indonesian Journal of Electrical Engineering and Computer Science Vol., No., April 6, pp. 3 ~ 3 DOI:.59/ijeecs.v.i.pp3-3 3 An Enhanced Symmetrical Fault Detection during Power Swing/Angular Instability

More information

YEDITEPE UNIVERSITY ENGINEERING FACULTY COMMUNICATION SYSTEMS LABORATORY EE 354 COMMUNICATION SYSTEMS

YEDITEPE UNIVERSITY ENGINEERING FACULTY COMMUNICATION SYSTEMS LABORATORY EE 354 COMMUNICATION SYSTEMS YEDITEPE UNIVERSITY ENGINEERING FACULTY COMMUNICATION SYSTEMS LABORATORY EE 354 COMMUNICATION SYSTEMS EXPERIMENT 3: SAMPLING & TIME DIVISION MULTIPLEX (TDM) Objective: Experimental verification of the

More information

Enhancement of Power Quality Using Advanced Series Active Power Filters

Enhancement of Power Quality Using Advanced Series Active Power Filters Enhancement of Power Quality Using Advanced Series Active Power Filters Manoj siva kumar 1, P.Rayalakshmi 2 Associate Professor, Dept. of EEE, PBRVITS, Kavali, SPSR Nellore, A.P, India 1 M.Tech Student,

More information

Chapter 7. Introduction. Analog Signal and Discrete Time Series. Sampling, Digital Devices, and Data Acquisition

Chapter 7. Introduction. Analog Signal and Discrete Time Series. Sampling, Digital Devices, and Data Acquisition Chapter 7 Sampling, Digital Devices, and Data Acquisition Material from Theory and Design for Mechanical Measurements; Figliola, Third Edition Introduction Integrating analog electrical transducers with

More information

Design and Development of Smart. Harmonic Analyzer

Design and Development of Smart. Harmonic Analyzer Chapter - 4 Design and Development of Smart Harmonic Analyzer 4.1 Introduction: There is steady evolution in the field of generation, distribution, and use of electricity since many years. New methods

More information

Unified Power Quality Conditioner (UPQC) for Power Distribution Systems

Unified Power Quality Conditioner (UPQC) for Power Distribution Systems Unified Power Quality Conditioner (UPQC) for Power Distribution Systems Shyama P. Das Department of Electrical Engg. IIT Kanpur E-mail: spdas@iitk.ac.in Introduction Motivation Design, Simulation and Hardware

More information

Mathematical Analysis of SVPWM for Inverter fed DTC of Induction motor Drive

Mathematical Analysis of SVPWM for Inverter fed DTC of Induction motor Drive Mathematical Analysis of SVPWM for Inverter fed DTC of Induction motor Drive V. Raveendra Reddy 1 and Dr. V.C. Veera Reddy 2 Research scholar, Associate professor, Department of Elecical and Eleconics

More information

Chapter 2 Analog-to-Digital Conversion...

Chapter 2 Analog-to-Digital Conversion... Chapter... 5 This chapter examines general considerations for analog-to-digital converter (ADC) measurements. Discussed are the four basic ADC types, providing a general description of each while comparing

More information

Fault detection in a three-phase system grid connected using SOGI structure to calculate vector components

Fault detection in a three-phase system grid connected using SOGI structure to calculate vector components International Conference on Renewable Energies and Power Quality (ICREPQ 15) La Coruña (Spain), 25 th to 27 th March, 2015 Renewable Energy and Power Quality Journal (RE&PQJ) ISSN 2172-038 X, No.13, April

More information

Introduction. sig. ref. sig

Introduction. sig. ref. sig Introduction A lock-in amplifier, in common with most AC indicating instruments, provides a DC output proportional to the AC signal under investigation. The special rectifier, called a phase-sensitive

More information

Models 296 and 295 combine sophisticated

Models 296 and 295 combine sophisticated Established 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) Models 296 and 295 50 MS/s Synthesized Multichannel Arbitrary Waveform Generators Up to 4 Independent Channels 10 Standard

More information

Implementation of SRF based Multilevel Shunt Active Filter for Harmonic Control

Implementation of SRF based Multilevel Shunt Active Filter for Harmonic Control International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 3, Issue 8 (September 2012), PP. 16-20 Implementation of SRF based Multilevel Shunt

More information

being developed. Most up and coming drugs are extremely expensive and limited in

being developed. Most up and coming drugs are extremely expensive and limited in Introduction In the pharmaceutical industry, it is important to know fluid properties of the drug being developed. Most up and coming drugs are extremely expensive and limited in quantity. A device that

More information

Development of Mathematical Models for Various PQ Signals and Its Validation for Power Quality Analysis

Development of Mathematical Models for Various PQ Signals and Its Validation for Power Quality Analysis International Journal of Engineering Research and Development ISSN: 227867X, olume 1, Issue 3 (June 212), PP.3744 www.ijerd.com Development of Mathematical Models for arious PQ Signals and Its alidation

More information

Real time digital audio processing with Arduino

Real time digital audio processing with Arduino Real time digital audio processing with Arduino André J. Bianchi ajb@ime.usp.br Marcelo Queiroz mqz@ime.usp.br Departament of Computer Science Institute of Mathematics and Statistics University of São

More information

Selective Harmonic Elimination Using Three Phase Shunt Active Power Filter

Selective Harmonic Elimination Using Three Phase Shunt Active Power Filter Selective Harmonic Elimination Using Three Phase Shunt Active Power Filter A.Ilakkia 1, R.Rajalakshmi 2 PG Student [PED], Dept of EEE, PSNA College of Engg and Tech, Dindigul, Tamilnadu, India 1 Assistant

More information

Modulation is the process of impressing a low-frequency information signal (baseband signal) onto a higher frequency carrier signal

Modulation is the process of impressing a low-frequency information signal (baseband signal) onto a higher frequency carrier signal Modulation is the process of impressing a low-frequency information signal (baseband signal) onto a higher frequency carrier signal Modulation is a process of mixing a signal with a sinusoid to produce

More information

Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement

Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement Fong Mak, Ram Sundaram, Varun Santhaseelan, and Sunil Tandle Gannon University, mak001@gannon.edu,

More information

Encoding a Hidden Digital Signature onto an Audio Signal Using Psychoacoustic Masking

Encoding a Hidden Digital Signature onto an Audio Signal Using Psychoacoustic Masking The 7th International Conference on Signal Processing Applications & Technology, Boston MA, pp. 476-480, 7-10 October 1996. Encoding a Hidden Digital Signature onto an Audio Signal Using Psychoacoustic

More information

Computer Aided-Program for Validation of HV Impulse Measuring Systems from Unit Step Response

Computer Aided-Program for Validation of HV Impulse Measuring Systems from Unit Step Response Computer Aided-Program for Validation of HV Impulse Measuring Systems from Unit Step Response P. YUTTHAGOWITH and S. PHOOMVUTHISARN Center of Excellence in Electrical Power Technology, Faculty of Engineering

More information

Multimeter 500CVD21 RTU500 series

Multimeter 500CVD21 RTU500 series Remote Terminal Units - Data sheet Multimeter 500CVD21 RTU500 series CT/VT interface with 4 voltage and 24 current inputs for direct monitoring of 3/4 wire 0 300 V AC (line to earth), 0...500 V AC (phase

More information

Ultra-Modified Control Algorithms for Matrix Converter in Wind Energy System

Ultra-Modified Control Algorithms for Matrix Converter in Wind Energy System Journal of Physical Science and Application 8 (2) (218) 28-42 doi: 1.17265/2159-5348/218.2.5 D DAVID PUBLISHING Ultra-Modified Control Algorithms for Matrix Converter in Wind Energy System Kotb B. Tawfiq,

More information

EE 422G - Signals and Systems Laboratory

EE 422G - Signals and Systems Laboratory EE 422G - Signals and Systems Laboratory Lab 3 FIR Filters Written by Kevin D. Donohue Department of Electrical and Computer Engineering University of Kentucky Lexington, KY 40506 September 19, 2015 Objectives:

More information

Research and design of PFC control based on DSP

Research and design of PFC control based on DSP Acta Technica 61, No. 4B/2016, 153 164 c 2017 Institute of Thermomechanics CAS, v.v.i. Research and design of PFC control based on DSP Ma Yuli 1, Ma Yushan 1 Abstract. A realization scheme of single-phase

More information

PERFORMANCE ANALYSIS OF SVPWM AND FUZZY CONTROLLED HYBRID ACTIVE POWER FILTER

PERFORMANCE ANALYSIS OF SVPWM AND FUZZY CONTROLLED HYBRID ACTIVE POWER FILTER International Journal of Electrical and Electronics Engineering Research (IJEEER) ISSN 2250-155X Vol. 3, Issue 2, Jun 2013, 309-318 TJPRC Pvt. Ltd. PERFORMANCE ANALYSIS OF SVPWM AND FUZZY CONTROLLED HYBRID

More information

TECHNICAL DOCUMENT EPC SERVO AMPLIFIER MODULE Part Number L xx EPC. 100 Series (1xx) User Manual

TECHNICAL DOCUMENT EPC SERVO AMPLIFIER MODULE Part Number L xx EPC. 100 Series (1xx) User Manual ELECTRONIC 1 100 Series (1xx) User Manual ELECTRONIC 2 Table of Contents 1 Introduction... 4 2 Basic System Overview... 4 3 General Instructions... 5 3.1 Password Protection... 5 3.2 PC Interface Groupings...

More information

A Static Synchronous Compensator for Reactive Power Compensation under Distorted Mains Voltage Conditions

A Static Synchronous Compensator for Reactive Power Compensation under Distorted Mains Voltage Conditions 10 th International Symposium Topical Problems in the Field of Electrical and Power Engineering Pärnu, Estonia, January 10-15, 2011 A Static Synchronous Compensator for Reactive Power Compensation under

More information

Active Elimination of Low-Frequency Harmonics of Traction Current-Source Active Rectifier

Active Elimination of Low-Frequency Harmonics of Traction Current-Source Active Rectifier Transactions on Electrical Engineering, Vol. 1 (2012), No. 1 30 Active Elimination of Low-Frequency Harmonics of Traction Current-Source Active Rectifier Jan Michalík1), Jan Molnár2) and Zdeněk Peroutka2)

More information

A DSP IMPLEMENTED DIGITAL FM MULTIPLEXING SYSTEM

A DSP IMPLEMENTED DIGITAL FM MULTIPLEXING SYSTEM A DSP IMPLEMENTED DIGITAL FM MULTIPLEXING SYSTEM Item Type text; Proceedings Authors Rosenthal, Glenn K. Publisher International Foundation for Telemetering Journal International Telemetering Conference

More information

Basic Signals and Systems

Basic Signals and Systems Chapter 2 Basic Signals and Systems A large part of this chapter is taken from: C.S. Burrus, J.H. McClellan, A.V. Oppenheim, T.W. Parks, R.W. Schafer, and H. W. Schüssler: Computer-based exercises for

More information

Experiment 7: Frequency Modulation and Phase Locked Loops Fall 2009

Experiment 7: Frequency Modulation and Phase Locked Loops Fall 2009 Experiment 7: Frequency Modulation and Phase Locked Loops Fall 2009 Frequency Modulation Normally, we consider a voltage wave orm with a ixed requency o the orm v(t) = V sin(ω c t + θ), (1) where ω c is

More information

Michael F. Toner, et. al.. "Distortion Measurement." Copyright 2000 CRC Press LLC. <

Michael F. Toner, et. al.. Distortion Measurement. Copyright 2000 CRC Press LLC. < Michael F. Toner, et. al.. "Distortion Measurement." Copyright CRC Press LLC. . Distortion Measurement Michael F. Toner Nortel Networks Gordon W. Roberts McGill University 53.1

More information

Chapter 2 MODELING AND CONTROL OF PEBB BASED SYSTEMS

Chapter 2 MODELING AND CONTROL OF PEBB BASED SYSTEMS Chapter 2 MODELING AND CONTROL OF PEBB BASED SYSTEMS 2.1 Introduction The PEBBs are fundamental building cells, integrating state-of-the-art techniques for large scale power electronics systems. Conventional

More information

Lab S-3: Beamforming with Phasors. N r k. is the time shift applied to r k

Lab S-3: Beamforming with Phasors. N r k. is the time shift applied to r k DSP First, 2e Signal Processing First Lab S-3: Beamforming with Phasors Pre-Lab: Read the Pre-Lab and do all the exercises in the Pre-Lab section prior to attending lab. Verification: The Exercise section

More information

An Optimized Direct Digital Frequency. Synthesizer (DDFS)

An Optimized Direct Digital Frequency. Synthesizer (DDFS) Contemporary Engineering Sciences, Vol. 7, 2014, no. 9, 427-433 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2014.4326 An Optimized Direct Digital Frequency Synthesizer (DDFS) B. Prakash

More information

EE 403: Digital Signal Processing

EE 403: Digital Signal Processing OKAN UNIVERSITY FACULTY OF ENGINEERING AND ARCHITECTURE 1 EEE 403 DIGITAL SIGNAL PROCESSING (DSP) 01 INTRODUCTION FALL 2012 Yrd. Doç. Dr. Didem Kıvanç Türeli didem.kivanc@okan.edu.tr EE 403: Digital Signal

More information

Control Performance of a MPPT controller with Grid Connected Wind Turbine

Control Performance of a MPPT controller with Grid Connected Wind Turbine Control Performance of a MPPT controller with Grid Connected Wind Turbine K. Krajangpan, B. Neammanee and S. Sirisumrannukul Abstract The key issue of wind energy conversion systems is how to efficiently

More information

Introduction to signals and systems

Introduction to signals and systems CHAPTER Introduction to signals and systems Welcome to Introduction to Signals and Systems. This text will focus on the properties of signals and systems, and the relationship between the inputs and outputs

More information

LAB #7: Digital Signal Processing

LAB #7: Digital Signal Processing LAB #7: Digital Signal Processing Equipment: Pentium PC with NI PCI-MIO-16E-4 data-acquisition board NI BNC 2120 Accessory Box VirtualBench Instrument Library version 2.6 Function Generator (Tektronix

More information

Analog and Telecommunication Electronics

Analog and Telecommunication Electronics Politecnico di Torino Electronic Eng. Master Degree Analog and Telecommunication Electronics C5 - Synchronous demodulation» AM and FM demodulation» Coherent demodulation» Tone decoders AY 2015-16 19/03/2016-1

More information

Power Quality improvement of a three phase four wire system using UPQC

Power Quality improvement of a three phase four wire system using UPQC International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-56 Volume: 2 Issue: 4 July-215 www.irjet.net p-issn: 2395-72 Power Quality improvement of a three phase four wire system

More information

Design and Simulation of DVR Used For Voltage Sag Mitigation at Distribution Side

Design and Simulation of DVR Used For Voltage Sag Mitigation at Distribution Side Design and Simulation of DVR Used For Voltage Sag Mitigation at Distribution Side Jaykant Vishwakarma 1, Dr. Arvind Kumar Sharma 2 1 PG Student, High voltage and Power system, Jabalpur Engineering College,

More information

Digital Video and Audio Processing. Winter term 2002/ 2003 Computer-based exercises

Digital Video and Audio Processing. Winter term 2002/ 2003 Computer-based exercises Digital Video and Audio Processing Winter term 2002/ 2003 Computer-based exercises Rudolf Mester Institut für Angewandte Physik Johann Wolfgang Goethe-Universität Frankfurt am Main 6th November 2002 Chapter

More information

IMPLEMENTATION OF QALU BASED SPWM CONTROLLER THROUGH FPGA. This Chapter presents an implementation of area efficient SPWM

IMPLEMENTATION OF QALU BASED SPWM CONTROLLER THROUGH FPGA. This Chapter presents an implementation of area efficient SPWM 3 Chapter 3 IMPLEMENTATION OF QALU BASED SPWM CONTROLLER THROUGH FPGA 3.1. Introduction This Chapter presents an implementation of area efficient SPWM control through single FPGA using Q-Format. The SPWM

More information

Enhancing Analog Signal Generation by Digital Channel Using Pulse-Width Modulation

Enhancing Analog Signal Generation by Digital Channel Using Pulse-Width Modulation Enhancing Analog Signal Generation by Digital Channel Using Pulse-Width Modulation Angelo Zucchetti Advantest angelo.zucchetti@advantest.com Introduction Presented in this article is a technique for generating

More information

Realization and characterization of a smart meter for smart grid application

Realization and characterization of a smart meter for smart grid application Realization and characterization of a smart meter for smart grid application DANIELE GALLO 1, GIORGIO GRADITI 2, CARMINE LANDI 1, MARIO LUISO 1 1 Department of Industrial and Information Engineering Second

More information

Introduction to Digital Signal Processing (Discrete-time Signal Processing)

Introduction to Digital Signal Processing (Discrete-time Signal Processing) Introduction to Digital Signal Processing (Discrete-time Signal Processing) Prof. Chu-Song Chen Research Center for Info. Tech. Innovation, Academia Sinica, Taiwan Dept. CSIE & GINM National Taiwan University

More information

INTEGRATING AND DECIPHERING SIGNAL BY FOURIER TRANSFORM

INTEGRATING AND DECIPHERING SIGNAL BY FOURIER TRANSFORM INTEGRATING AND DECIPHERING SIGNAL BY FOURIER TRANSFORM Yoyok Heru Prasetyo Isnomo 1, M. Nanak Zakaria 2, Lis Diana Mustafa 3 Electrical Engineering Department, Malang State Polytechnic, INDONESIA. 1 urehkoyoy@yahoo.co.id,

More information

Harmonics Elimination Using Shunt Active Filter

Harmonics Elimination Using Shunt Active Filter Harmonics Elimination Using Shunt Active Filter Satyendra Gupta Assistant Professor, Department of Electrical Engineering, Shri Ramswaroop Memorial College of Engineering and Management, Lucknow, India.

More information

PRESENTED AT PCIM-97 EUROPE CLOSED LOOP CONTROL OF THE LINEAR STEPPING MOTORS ABSTRACT

PRESENTED AT PCIM-97 EUROPE CLOSED LOOP CONTROL OF THE LINEAR STEPPING MOTORS ABSTRACT PRESENTED AT PCIM-97 EUROPE CLOSED LOOP CONTROL OF THE LINEAR STEPPING MOTORS G.Kanevsky HTA Technologies, Inc. ABSTRACT Linear stepping motors (LSM), also known as Sawyer motors by the name of their inventor,

More information

Measurement System for Acoustic Absorption Using the Cepstrum Technique. Abstract. 1. Introduction

Measurement System for Acoustic Absorption Using the Cepstrum Technique. Abstract. 1. Introduction The 00 International Congress and Exposition on Noise Control Engineering Dearborn, MI, USA. August 9-, 00 Measurement System for Acoustic Absorption Using the Cepstrum Technique E.R. Green Roush Industries

More information