FOURIER ANALYSIS OF A SINGLE-PHASE FULL BRIDGE RECTIFIER USING MATLAB

Size: px
Start display at page:

Download "FOURIER ANALYSIS OF A SINGLE-PHASE FULL BRIDGE RECTIFIER USING MATLAB"

Transcription

1 -774 FOURIER ANALYSIS OF A SINGLE-PHASE FULL BRIDGE RECTIFIER USING MATLAB Bruno Osorno California Sate University Nortridge 8 Nordoff St Nortridge CA bruno@ecs.csun.edu Pone: (88) Abstract Te use of trigonometric Fourier series is applied wen repetitive waveforms are found. Tis situation occurs at te output of full bridge single-pase rectifiers. As it will be seen, te application of a very powerful matematical tecnique as given te rigt solution of a typical electrical engineering circuit. Te waveforms analyzed are in teir steady-state mode wit a repetitive period T tat depends on te pysical electric circuit. []. We will indicate tat te use of te fundamental signal of a distorted waveform becomes te most important piece of information. Tis is because in power electronics te calculation of Power factor, Displacement power factor and Total Harmonic Distortion make use of te fundamental value. Teory and simulation Non-sinusoidal waveforms, f(t), tat ave angular frequencies ω can be obtained as: f ( t) = F + = f ( t) = a + = { a cos( ω t) + b sin( ωt)} Were: Te average value is: F = a Te average value of a periodic function is called te DC value of tat function. Te MATLAB statement for te average value of a waveform v is: vdc=mean(v) Proceedings of te American Society for Engineering Education Annual Conference & Exposition Copyrigt, American Society for Engineering Education Page 7.3.

2 -774 Now we will generate a waveform in order to obtain its dc value. Te MATLAB code is given below. % Waverfom period divided in 5 points Ts=;dt=Ts/5 t=:dt:ts/4-dt; t=ts/4:dt:ts/-dt; t3=ts/:dt:ts; t=[t,t,t3]; %Amplitudes for te waveform v=[*ones(size(t)),-5*ones(size(t)),zeros(size(t3))]; %Plotting te waveform plot(t,v) %Axis limits axis([,ts,-,]) %Setting te grid on grid %Setting te labels xlabel('time in seconds') %Calculation of te average DC value Vdc=mean(v) Vdc = time in seconds Figure. Waveform created wit MATLAB..476 Te coefficient a becomes: Proceedings of te American Society for Engineering Education Annual Conference & Exposition Copyrigt, American Society for Engineering Education Page 7.3.

3 -774 a = π Te coefficient b becomes: b = π f ( t)cos( ω t) d( ωt) =,..., 3 π f ( t)sin( ωt) d( ωt) It is a well known fact tat [] te average value of f(t) is: π F = a = f ( t) d( ωt) = π T Were te radian frequency is: T f ( t) =,... 4 ω = ω 6 T Tis average was obtained using MATLAB for te waveform generated. Te value was.476 Volts. Tis can be easily proved using equation 5. Now, moving on to te frequency domain, we can obtain te RMS (root mean square) of f(t) as F. Tis notation usually is described as te pasor form of f(t). Ten: F = F 7 e j θ Anoter pasor form, using a and b coefficients, is given as follows: dt 5 a + F = b 8 Were te angle θ is obtained as follows: b tan(θ ) = 9 a Finally te RMS value of f(t) is F, ten we ave te following equation: F = ( + F ) = F Te MATLAB RMS of a waveform v can be obtained wit te following statement: Vrms=sqrt(mean(v^)) Te RMS value of te waveform v is obtained wit te following program. Te only addition to te previous code (Vdc) is te statement V rms =sqrt(mean(v^)). Proceedings of te American Society for Engineering Education Annual Conference & Exposition Copyrigt, American Society for Engineering Education Page 7.3.3

4 -774 Ts=;dt=Ts/5 t=:dt:ts/4-dt; t=ts/4:dt:ts/-dt; t3=ts/:dt:ts; t=[t,t,t3]; %Amplitudes for te waveform v=[*ones(size(t)),-5*ones(size(t)),zeros(size(t3))]; %Plotting te waveform plot(t,v) %Axis limits axis([,ts,-,]) %Setting te grid on grid %Setting te labels xlabel('time in seconds') %Calculation of te average DC value Vdc=mean(v) %Calculation of te RMS value. Vrms=sqrt(mean(v.^)) Vrms =» Te MATLAB armonic value of a waveform v is obtained as follows:» Ts=;dt=Ts/5 t=:dt:ts/4-dt; t=ts/4:dt:ts/-dt; t3=ts/:dt:ts; t=[t,t,t3]; %Amplitudes for te waveform v=[*ones(size(t)),-5*ones(size(t)),zeros(size(t3))]; %Plotting te waveform plot(t,v) %Axis limits axis([,ts,-,]) %Setting te grid on grid %Setting te labels xlabel('time in seconds') % %Calculation of te spectrum Proceedings of te American Society for Engineering Education Annual Conference & Exposition Copyrigt, American Society for Engineering Education Page 7.3.4

5 -774 % [f,y,p]=armonic(v,6); title('spectrum of "v" waveform') xlabel('armonic number') ylabel('amplitude') p*8/pi ans =» Spectrum of "v" waveform 5 4 amplitude armonic number Figure. Spectrum of figure using MATLAB. To obtain te spectrum we created a function tat is stored in te work file of MATLAB. Tis function is listed below: %Creation of a function called armonic % function[f,y,p]=armonic(x,n) N=size(x,); f=::n-; y=fft(x); y=*(abs(y)/n); y()=y()/n; p=angle(y())+pi/; stem(f,y, r ) axis([,n-,,.*max(y)]) % Proceedings of te American Society for Engineering Education Annual Conference & Exposition Copyrigt, American Society for Engineering Education Page 7.3.5

6 -774 Fourier analysis of voltage and current As stated earlier, te trigonometric Fourier analysis of a repetitive waveform can be obtained using equations troug. If we let vs( t) = vs sin( ωt) be te input voltage for a typical circuit (see figure ) te input current can be obtained as: i s( t) = is ( t) + i ( ) s t Were: i s ( ) is te fundamental component (at line frequency f ). t i s (t) is te component at te armonic frequency (f ). D3 DN448 D3 DN448 VOFF = VAMPL = 6 FREQ = 6 V R D33 DN448 D3 DN448 Figure3. PSPICE circuit of a single-pase rectifier * source FOURIER V_V N379 N3754 +SIN 6 6 R_R N75 D_D3 N379 N75 DN448 D_D3 N3754 N75 DN448 D_D3 N3754 DN448 D_D33 N379 DN448 Ten we ave []: f = f Proceedings of te American Society for Engineering Education Annual Conference & Exposition Copyrigt, American Society for Engineering Education Page 7.3.6

7 -774 Ten equation can be expanded as follows: i ( t) = I sin( ωt θ ) + I sin( ωwt θ ) 3 s s s Typical distortion occurs at te current level, voltages remain, for te most part, undistorted. Figure 4 sows a very typical voltage-current waveform were te distortion of currents is apparent and te process of te Fourier trigonometric analysis can be seen. v s i s i dis t q i s Figure 4. Typical voltage-current output and its Fourier components Te RMS current is: T I s = ( ( is ( t) + ( )) ( ) is t = I s + I s 4 T Te IEEE [] standard recommends te maximum allowed armonic content in power electronics depending on te type of circuit. Tis value is calculated using equation 5. THD stands for total armonic distortion and it is usually given in %. PSPICE determines automatically tis value. In MATLAB we ave to calculate it. In te next section we sow a PSPICE output for a simple single-pase rectifier. I s I s % THD = 5 I s Full bridge single-pase rectifier Using PSPICE we obtained te output of a single-pase full bridge rectifier. Figure, sows te circuit and figure 5 sows te output. Te trigonometric Fourier analysis is performed wit PSPICE. Proceedings of te American Society for Engineering Education Annual Conference & Exposition Copyrigt, American Society for Engineering Education Page 7.3.7

8 s ms ms 3ms 4ms -I(R) V(D3:) Time 4.A.A DC component nd Harmonic 4t Harmonic A Hz 5Hz Hz 5Hz Hz 5Hz 3Hz -I(R) Frequency Figure5. PSPICE output of te single-pase rectifier sown in figure 3 Upper grap indicates te voltage and current output. Lower grap indicates te Harmonic analysis. Conclusions Power electronics and Power quality are one of te major fields in electrical engineering tat require te understanding of trigonometric Fourier series and its applications. It is of no surprise tat tis tecnique works very well in obtaining te necessary information from input/output voltage/current signals. By doing so, we go a step furter and determine te %THD tat gives us an indication of te goodness of our electrical design. Again, by using one of te most powerful matematical tecniques we arrive to a simple, yet, very important solution of a problem tat in te past was tedious and cumbersome in its solution. Recently, wit te powerful use of Personal Computers and, peraps te most widely used, software simulator and matematical packages te application and solution of trigonometric Fourier series as become a lot simpler. Consequently te design of electrical circuits in general is getting better and better. BIBLIOGRAPHY: [] Moan, Undeland, Robbins, Power Electronics Converters Applications and Design, Second edition, Wiley 995. [] Jai P. Agrawal, Power Electronics Systems teory and Design, Prentice-Hall,. [3] Pilip T. Krein, Elements of Power Electronics, Oxford University Press, 998. [4] Muammad H. Rasid, Power Electronics Circuits, Devices, and Applications. Second Edition. Prentice-Hall,993. Proceedings of te American Society for Engineering Education Annual Conference & Exposition Copyrigt, American Society for Engineering Education Page 7.3.8

9 -774 [5] W. Seperd, L.N. Hulley, D.T.W. Liang, Power Electronics and Motor Control, Second Edition. Cambridge University Press [6] Josep Vitayatil, Power Electronics Principles and Applications, McGraw-Hill, 995. [7] Duane Hanselman, Bruce Littlefield, Mastering Matlab 5, Prentice-Hall, 998. [8] Stepen J. Capman, Matlab Programming for Engineers, Brooks/Cole Tomson Learning,. [9] J.N. Ross, Te Essence of Power Electronics, Prentice-Hall, 997. [] IEEE Standard 59. [] Gordon W. Roberts, Adel S. Sedra, Spice, Second Edition, Oxford University Press, 999. BRUNO OSORNO, is a professor of electrical and computer engineering at California State University Nortridge. He is te lead faculty member in te Power Systems and Power Electronics program. Professor Osorno as written over tecnical papers. His current interest in researc is Fuzzy Logic applications in power electronics and electric motor drives. Proceedings of te American Society for Engineering Education Annual Conference & Exposition Copyrigt, American Society for Engineering Education Page 7.3.9

LAB 2 SPECTRUM ANALYSIS OF PERIODIC SIGNALS

LAB 2 SPECTRUM ANALYSIS OF PERIODIC SIGNALS Eastern Mediterranean University Faculty of Engineering Department of Electrical and Electronic Engineering EENG 360 Communication System I Laboratory LAB 2 SPECTRUM ANALYSIS OF PERIODIC SIGNALS General

More information

Lecture-3 Amplitude Modulation: Single Side Band (SSB) Modulation

Lecture-3 Amplitude Modulation: Single Side Band (SSB) Modulation Lecture-3 Amplitude Modulation: Single Side Band (SSB) Modulation 3.0 Introduction. 3.1 Baseband Signal SSB Modulation. 3.1.1 Frequency Domain Description. 3.1. Time Domain Description. 3. Single Tone

More information

Loading transformers with non sinusoidal currents

Loading transformers with non sinusoidal currents LES00070-ZB rev. Loading transformers wit non sinusoidal currents K Factor Loading transformers wit non sinusoidal currents... Interpretation / example... 6 Copyrigt 007 ABB, All rigts reserved. LES00070-ZB

More information

Published in: Proceedings of 8th Annual IEEE Energy Conversion Congress & Exposition (ECCE 2016)

Published in: Proceedings of 8th Annual IEEE Energy Conversion Congress & Exposition (ECCE 2016) Aalborg Universitet A Multi-Pulse Front-End Rectifier System wit Electronic Pase-Sifting for Harmonic Mitigation in Motor Drive Applications Zare, Firuz; Davari, Pooya; Blaabjerg, Frede Publised in: Proceedings

More information

2.0 AC CIRCUITS 2.1 AC VOLTAGE AND CURRENT CALCULATIONS. ECE 4501 Power Systems Laboratory Manual Rev OBJECTIVE

2.0 AC CIRCUITS 2.1 AC VOLTAGE AND CURRENT CALCULATIONS. ECE 4501 Power Systems Laboratory Manual Rev OBJECTIVE 2.0 AC CIRCUITS 2.1 AC VOLTAGE AND CURRENT CALCULATIONS 2.1.1 OBJECTIVE To study sinusoidal voltages and currents in order to understand frequency, period, effective value, instantaneous power and average

More information

AC Theory and Electronics

AC Theory and Electronics AC Theory and Electronics An Alternating Current (AC) or Voltage is one whose amplitude is not constant, but varies with time about some mean position (value). Some examples of AC variation are shown below:

More information

5.3 Sum and Difference Identities

5.3 Sum and Difference Identities SECTION 5.3 Sum and Difference Identities 21 5.3 Sum and Difference Identities Wat you ll learn about Cosine of a Difference Cosine of a Sum Sine of a Difference or Sum Tangent of a Difference or Sum Verifying

More information

Chapter 31 Alternating Current

Chapter 31 Alternating Current Chapter 31 Alternating Current In this chapter we will learn how resistors, inductors, and capacitors behave in circuits with sinusoidally vary voltages and currents. We will define the relationship between

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

Modeling and Simulation of 6-Pulse and 12-Pulse Rectifiers under Balanced and Unbalanced Conditions with Impacts to Input Current Harmonics

Modeling and Simulation of 6-Pulse and 12-Pulse Rectifiers under Balanced and Unbalanced Conditions with Impacts to Input Current Harmonics Second Asia International Conference on Modelling & Simulation Modeling and Simulation of 6-Pulse and 12-Pulse Rectifiers under Balanced and Unbalanced Conditions with Impacts to Input Current Harmonics

More information

Chapter 1. Electronics and Semiconductors

Chapter 1. Electronics and Semiconductors Chapter 1. Electronics and Semiconductors Tong In Oh 1 Objective Understanding electrical signals Thevenin and Norton representations of signal sources Representation of a signal as the sum of sine waves

More information

Lab 8 - INTRODUCTION TO AC CURRENTS AND VOLTAGES

Lab 8 - INTRODUCTION TO AC CURRENTS AND VOLTAGES 08-1 Name Date Partners ab 8 - INTRODUCTION TO AC CURRENTS AND VOTAGES OBJECTIVES To understand the meanings of amplitude, frequency, phase, reactance, and impedance in AC circuits. To observe the behavior

More information

Alternating voltages and currents

Alternating voltages and currents Alternating voltages and currents Introduction - Electricity is produced by generators at power stations and then distributed by a vast network of transmission lines (called the National Grid system) to

More information

Power Quality Notes 2-1 (MT)

Power Quality Notes 2-1 (MT) Power Quality Notes 2-1 (MT) Marc Thompson, Ph.D. Senior Managing Engineer Exponent 21 Strathmore Road Natick, MA 01760 Alex Kusko, Sc.D, P.E. Vice President Exponent 21 Strathmore Road Natick, MA 01760

More information

14. DC to AC Converters

14. DC to AC Converters 14. DC to AC Converters Single-phase inverters: 14.1 Single-phase half-bridge inverter This type of inverter is very simple in construction. It does not need output transformer like parallel inverter.

More information

Electricity & Optics

Electricity & Optics Physics 24100 Electricity & Optics Lecture 19 Chapter 29 sec. 1,2,5 Fall 2017 Semester Professor Koltick Series and Parallel R and L Resistors and inductors in series: R series = R 1 + R 2 L series = L

More information

Power Factor Pre-regulator Using Constant Tolerance Band Control Scheme

Power Factor Pre-regulator Using Constant Tolerance Band Control Scheme Power Factor Pre-regulator Using Constant Tolerance Band Control Scheme Akanksha Mishra, Anamika Upadhyay Akanksha Mishra is a lecturer ABIT, Cuttack, India (Email: misakanksha@gmail.com) Anamika Upadhyay

More information

Bidirectional Ac/Dc Converter with Reduced Switching Losses using Feed Forward Control

Bidirectional Ac/Dc Converter with Reduced Switching Losses using Feed Forward Control Bidirectional Ac/Dc Converter with Reduced Switching Losses using Feed Forward Control Lakkireddy Sirisha Student (power electronics), Department of EEE, The Oxford College of Engineering, Abstract: The

More information

ANTENNA GAIN EVALUATION BASED ON WEIGHTING NEAR-FIELD MEASUREMENTS

ANTENNA GAIN EVALUATION BASED ON WEIGHTING NEAR-FIELD MEASUREMENTS Forum for Electromagnetic Researc Metods and Application Tecnologies (FERMAT) ANTENNA GAIN EVALUATION BASED ON WEIGHTING NEAR-FIELD MEASUREMENTS Liliana Ancidin (1,), Razvan D. Tamas (1,), Adrian Androne

More information

, answer the next six questions.

, answer the next six questions. Frequency Response Problems Conceptual Questions 1) T/F Given f(t) = A cos (ωt + θ): The amplitude of the output in sinusoidal steady-state increases as K increases and decreases as ω increases. 2) T/F

More information

Volume 4, Number 1, 2018 Pages 1-14 Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online):

Volume 4, Number 1, 2018 Pages 1-14 Jordan Journal of Electrical Engineering ISSN (Print): , ISSN (Online): JJEE Volume 4, Number 1, 2018 Pages 1-14 Jordan Journal of Electrical Engineering ISSN (Print): 2409-9600, ISSN (Online): 2409-9619 Control of Multi-Level Converter Using By-Pass Switches Rasha G. Shahin

More information

PSpice Simulation. The target of computer-aided analysis is to determine the circuit currents and voltages everywhere in the circuit.

PSpice Simulation. The target of computer-aided analysis is to determine the circuit currents and voltages everywhere in the circuit. PSpice Simulation The target of computer-aided analysis is to determine the circuit currents and voltages everywhere in the circuit. For PSpice, the circuit is described by a text file called the netlist.

More information

Power Quality Analyzer for Three Phase Systems

Power Quality Analyzer for Three Phase Systems International Conference on Renewable Energy Research and Applications Madrid, Spain, -3 October 3 Power Quality Analyzer for Three Phase Systems Ibrahim Sefa, Necmi Altın Electrical and Electronics Engineering,

More information

Chapter 4 Applications of the Fourier Series. Raja M. Taufika R. Ismail. September 29, 2017

Chapter 4 Applications of the Fourier Series. Raja M. Taufika R. Ismail. September 29, 2017 BEE2143 Signals & Networks Chapter 4 Applications of the Fourier Series Raja M. Taufika R. Ismail Universiti Malaysia Pahang September 29, 2017 Outline Circuit analysis Average power and rms values Spectrum

More information

ECE 2274 Pre-Lab for Experiment # 4 Diode Basics and a Rectifier Completed Prior to Coming to Lab

ECE 2274 Pre-Lab for Experiment # 4 Diode Basics and a Rectifier Completed Prior to Coming to Lab Part I I-V Characteristic Curve ECE 2274 Pre-Lab for Experiment # 4 Diode Basics and a Rectifier Completed Prior to Coming to Lab 1. Construct the circuit shown in figure 4-1. Using a DC Sweep, simulate

More information

AC : PSCAD SIMULATION IN A POWER ELECTRONICS APPLICATION COURSE

AC : PSCAD SIMULATION IN A POWER ELECTRONICS APPLICATION COURSE AC 2007-2855: PSCAD SIMULATION IN A POWER ELECTRONICS APPLICATION COURSE Liping Guo, University of Northern Iowa Liping Guo received the B. E. degree in Automatic Control from Beijing Institute of Technology,

More information

Interactive Multimedia Material for an Electrical Power Quality Course

Interactive Multimedia Material for an Electrical Power Quality Course Manuscript received May, 27; revised Aug. 8, 27 Interactive Multimedia Material for an Electrical Power Quality Course P.G. MARAMBEAS, P. STERGIOPOULOS, S. PAPATHANASIOU, P. BAUER, S.N. MANIAS Department

More information

ECE 2006 University of Minnesota Duluth Lab 11. AC Circuits

ECE 2006 University of Minnesota Duluth Lab 11. AC Circuits 1. Objective AC Circuits In this lab, the student will study sinusoidal voltages and currents in order to understand frequency, period, effective value, instantaneous power and average power. Also, the

More information

Abstract 1. INTRODUCTION

Abstract 1. INTRODUCTION Allocating armonic emission to MV customers in long feeder systems V.J. Gosbell and D. Robinson Integral nergy Power Quality Centre University of Wollongong Abstract Previous work as attempted to find

More information

IEEE Standard Single Phase Power Definitions. RA/TA Kahraman Yumak

IEEE Standard Single Phase Power Definitions. RA/TA Kahraman Yumak IEEE Standard 1459-2010 Single Phase Power Definitions RA/TA Kahraman Yumak September 12, 2012 Electrical Engineering Department Outline 1. Single Phase Power Definitions Under Sinusoidal Conditions 2.

More information

Harmonic Distortions Analyzer for Power Rectifiers

Harmonic Distortions Analyzer for Power Rectifiers The 18 th National Conference on Electrical Drives CNAE 016 Harmonic Distortions Analyzer for Power Rectifiers Gheorghe-Eugen Subtirelu 1 1 Faculty of Electric Engineering, University of Craiova, Romania

More information

Complex Numbers in Electronics

Complex Numbers in Electronics P5 Computing, Extra Practice After Session 1 Complex Numbers in Electronics You would expect the square root of negative numbers, known as complex numbers, to be only of interest to pure mathematicians.

More information

Experiment 5: CMOS FET Chopper Stabilized Amplifier 9/27/06

Experiment 5: CMOS FET Chopper Stabilized Amplifier 9/27/06 Experiment 5: CMOS FET Chopper Stabilized Amplifier 9/27/06 This experiment is designed to introduce you to () the characteristics of complementary metal oxide semiconductor (CMOS) field effect transistors

More information

THE SINUSOIDAL WAVEFORM

THE SINUSOIDAL WAVEFORM Chapter 11 THE SINUSOIDAL WAVEFORM The sinusoidal waveform or sine wave is the fundamental type of alternating current (ac) and alternating voltage. It is also referred to as a sinusoidal wave or, simply,

More information

Application of two-stage ADALINE for estimation of synchrophasor

Application of two-stage ADALINE for estimation of synchrophasor International Journal of Smart Grid and Clean Energy Application of two-stage ADALINE for estimation of syncropasor Ceng-I Cen a, Yeong-Cin Cen b, Cao-Nan Cen b, Cien-Kai Lan b a a National Central University,

More information

Physics 132 Quiz # 23

Physics 132 Quiz # 23 Name (please (please print) print) Physics 132 Quiz # 23 I. I. The The current in in an an ac ac circuit is is represented by by a phasor.the value of of the the current at at some time time t t is is

More information

Energy Savings with an Energy Star Compliant Harmonic Mitigating Transformer

Energy Savings with an Energy Star Compliant Harmonic Mitigating Transformer Energy Savings wit an Energy Star Compliant Harmonic Mitigating Transformer Tony Hoevenaars, P.Eng, Vice President Mirus International Inc. Te United States Environmental Protection Agency s Energy Star

More information

Lecture 2: SIGNALS. 1 st semester By: Elham Sunbu

Lecture 2: SIGNALS. 1 st semester By: Elham Sunbu Lecture 2: SIGNALS 1 st semester 1439-2017 1 By: Elham Sunbu OUTLINE Signals and the classification of signals Sine wave Time and frequency domains Composite signals Signal bandwidth Digital signal Signal

More information

Aalborg Universitet. Published in: IET Power Electronics. DOI (link to publication from Publisher): /iet-pel Publication date: 2018

Aalborg Universitet. Published in: IET Power Electronics. DOI (link to publication from Publisher): /iet-pel Publication date: 2018 Aalborg Universitet Load-Independent Harmonic Mitigation in SCR-Fed Tree-Pase Multiple Adjustable Speed Drive Systems wit Deliberately Dispatced Firing Angles Yang, Yongeng; Davari, Pooya; Blaabjerg, Frede;

More information

Modeling and Simulation of Paralleled Series-Loaded-Resonant Converter

Modeling and Simulation of Paralleled Series-Loaded-Resonant Converter Second Asia International Conference on Modelling & Simulation Modeling and Simulation of Paralleled Series-Loaded-Resonant Converter Alejandro Polleri (1), Taufik (1), and Makbul Anwari () (1) Electrical

More information

The Application of Genetic Algorithms in Electrical Drives to Optimize the PWM Modulation

The Application of Genetic Algorithms in Electrical Drives to Optimize the PWM Modulation The Application of Genetic Algorithms in Electrical Drives to Optimize the PWM Modulation ANDRÉS FERNANDO LIZCANO VILLAMIZAR, JORGE LUIS DÍAZ RODRÍGUEZ, ALDO PARDO GARCÍA. Universidad de Pamplona, Pamplona,

More information

5.1 Graphing Sine and Cosine Functions.notebook. Chapter 5: Trigonometric Functions and Graphs

5.1 Graphing Sine and Cosine Functions.notebook. Chapter 5: Trigonometric Functions and Graphs Chapter 5: Trigonometric Functions and Graphs 1 Chapter 5 5.1 Graphing Sine and Cosine Functions Pages 222 237 Complete the following table using your calculator. Round answers to the nearest tenth. 2

More information

DYNAMIC BEAM FORMING USING CHIRP SIGNALS

DYNAMIC BEAM FORMING USING CHIRP SIGNALS BeBeC-018-D04 DYNAMIC BEAM FORMING USING CHIRP SIGNALS Stuart Bradley 1, Lily Panton 1 and Matew Legg 1 Pysics Department, University of Auckland 38 Princes Street, 1010, Auckland, New Zealand Scool of

More information

Ac fundamentals and AC CIRCUITS. Q1. Explain and derive an expression for generation of AC quantity.

Ac fundamentals and AC CIRCUITS. Q1. Explain and derive an expression for generation of AC quantity. Ac fundamentals and AC CIRCUITS Q1. Explain and derive an expression for generation of AC quantity. According to Faradays law of electromagnetic induction when a conductor is moving within a magnetic field,

More information

Circuit Analysis-II. Circuit Analysis-II Lecture # 2 Wednesday 28 th Mar, 18

Circuit Analysis-II. Circuit Analysis-II Lecture # 2 Wednesday 28 th Mar, 18 Circuit Analysis-II Angular Measurement Angular Measurement of a Sine Wave ü As we already know that a sinusoidal voltage can be produced by an ac generator. ü As the windings on the rotor of the ac generator

More information

17. Delta Modulation

17. Delta Modulation 7. Delta Modulation Introduction So far, we have seen that the pulse-code-modulation (PCM) technique converts analogue signals to digital format for transmission. For speech signals of 3.2kHz bandwidth,

More information

ENGR4300 Fall 2005 Test 4A. Name solutions. Section. Question 1 (25 points) Question 2 (25 points) Question 3 (25 points) Question 4 (25 points)

ENGR4300 Fall 2005 Test 4A. Name solutions. Section. Question 1 (25 points) Question 2 (25 points) Question 3 (25 points) Question 4 (25 points) ENGR4300 Fall 2005 Test 4A Name solutions Section Question 1 (25 points) Question 2 (25 points) Question 3 (25 points) Question 4 (25 points) Total (100 points): Please do not write on the crib sheets.

More information

LECTURE.3 : AC-DC CONVERSION

LECTURE.3 : AC-DC CONVERSION LECTURE.3 : AC-DC CONVERSION (RECTIFICATIONS) 3.1Basic Rectifier Circuits Several types of rectifier circuits are available: single-phase and three-phase half-wave and full-wave, controlled and uncontrolled,

More information

Characteristics of a Sine Wave The length of time it takes to complete one cycle or conversely the number of cycles that occur in one second.

Characteristics of a Sine Wave The length of time it takes to complete one cycle or conversely the number of cycles that occur in one second. Sinusoidal Waves Objective of Lecture Discuss the characteristics of a sinusoidal wave. Define the mathematical relationship between the period, frequency, and angular frequency of a sine wave. Explain

More information

SINUSOIDS February 4, ELEC-281 Network Theory II Wentworth Institute of Technology. Bradford Powers Ryan Ferguson Richard Lupa Benjamin Wolf

SINUSOIDS February 4, ELEC-281 Network Theory II Wentworth Institute of Technology. Bradford Powers Ryan Ferguson Richard Lupa Benjamin Wolf SINUSOIDS February 4, 28 ELEC-281 Network Theory II Wentworth Institute of Technology Bradford Powers Ryan Ferguson Richard Lupa Benjamin Wolf Abstract: Sinusoidal waveforms are studied in three circuits:

More information

Power Quality Analysis Using An Adaptive Decomposition Structure

Power Quality Analysis Using An Adaptive Decomposition Structure Power Quality Analysis Using An Adaptive Decomposition Structure Doğan Gökan Ece 1 and Ömer Nezi Gerek 1 (1) Dept. of Electrical and Elctronics Engineering, Anadolu University, Scool of Engineering and

More information

Introduction to Phase Noise

Introduction to Phase Noise hapter Introduction to Phase Noise brief introduction into the subject of phase noise is given here. We first describe the conversion of the phase fluctuations into the noise sideband of the carrier. We

More information

A μc Controlled Power Factor Corrected AC-to-DC Boost Converter with DCM Operation. Abstract

A μc Controlled Power Factor Corrected AC-to-DC Boost Converter with DCM Operation. Abstract μc Controlled Power Factor Corrected C-to-DC Boost Converter with DCM Operation M.M.. Rahman, Bradley Boersma, and Bryan Schierbeek School of Engineering Padnos College of Engineering and Computing Grand

More information

R. W. Erickson. Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder

R. W. Erickson. Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder R. W. Erickson Department of Electrical, Computer, and Energy Engineering University of Colorado, Boulder 18.2.2 DCM flyback converter v ac i ac EMI filter i g v g Flyback converter n : 1 L D 1 i v C R

More information

Design of Resistive-Input Class E Resonant Rectifiers for Variable-Power Operation

Design of Resistive-Input Class E Resonant Rectifiers for Variable-Power Operation 14th IEEE Workshop on Control and Modeling for Power Electronics COMPEL '13), June 2013. Design of Resistive-Input Class E Resonant Rectifiers for Variable-Power Operation Juan A. Santiago-González, Khurram

More information

A Novel Four Switch Three Phase Inverter Controlled by Different Modulation Techniques A Comparison

A Novel Four Switch Three Phase Inverter Controlled by Different Modulation Techniques A Comparison Volume 2, Issue 1, January-March, 2014, pp. 14-23, IASTER 2014 www.iaster.com, Online: 2347-5439, Print: 2348-0025 ABSTRACT A Novel Four Switch Three Phase Inverter Controlled by Different Modulation Techniques

More information

Harmonic Elimination for Multilevel Converter with Programmed PWM Method

Harmonic Elimination for Multilevel Converter with Programmed PWM Method Harmonic Elimination for Multilevel Converter with Programmed PWM Method Zhong Du, Leon M. Tolbert, John. Chiasson The University of Tennessee Department of Electrical and Computer Engineering Knoxville,

More information

INTRODUCTION PROPOSED SOLUTION STEPS TAKEN. MATLAB Simulation

INTRODUCTION PROPOSED SOLUTION STEPS TAKEN. MATLAB Simulation INTRODUCTION In a circuit with reactive (inductive or capacitive) loads, the voltage and current are about 90 degrees out of phase. Inductive loads are mainly found in industries that use heavy equipment

More information

What is a Sine Function Graph? U4 L2 Relate Circle to Sine Activity.pdf

What is a Sine Function Graph? U4 L2 Relate Circle to Sine Activity.pdf Math 3 Unit 6, Trigonometry L04: Amplitude and Period of Sine and Cosine AND Translations of Sine and Cosine Functions WIMD: What I must do: I will find the amplitude and period from a graph of the sine

More information

Unit 5 Waveguides P a g e 1

Unit 5 Waveguides P a g e 1 Unit 5 Waveguides P a g e Syllabus: Introduction, wave equation in Cartesian coordinates, Rectangular waveguide, TE, TM, TEM waves in rectangular guides, wave impedance, losses in wave guide, introduction

More information

Single-Phase Full-Wave Rectifier as an Effective Example to Teach Normalization, Conduction Modes, and Circuit Analysis Methods

Single-Phase Full-Wave Rectifier as an Effective Example to Teach Normalization, Conduction Modes, and Circuit Analysis Methods 24 Faculty of Electrical Engineering Banja Luka Electronics Journal Special Issue on: Education in Electronics, Vol. 7, No. 2, January 24 Single-Phase Full-Wave Rectifier as an Effective Example to Teach

More information

Design of Electrical Parameter Measurement System for Three Phase AC Motor Based on STM32

Design of Electrical Parameter Measurement System for Three Phase AC Motor Based on STM32 Sensors & Transducers 2014 by IFSA Publising, S. L. ttp://www.sensorsportal.com Design of Electrical Parameter Measurement System for Tree Pase AC Motor Based on STM32 Haiong Xiao, Jiming Luo, Scool of

More information

Lecture 19 - Single-phase square-wave inverter

Lecture 19 - Single-phase square-wave inverter Lecture 19 - Single-phase square-wave inverter 1. Introduction Inverter circuits supply AC voltage or current to a load from a DC supply. A DC source, often obtained from an AC-DC rectifier, is converted

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

Sinusoids and Phasors (Chapter 9 - Lecture #1) Dr. Shahrel A. Suandi Room 2.20, PPKEE

Sinusoids and Phasors (Chapter 9 - Lecture #1) Dr. Shahrel A. Suandi Room 2.20, PPKEE Sinusoids and Phasors (Chapter 9 - Lecture #1) Dr. Shahrel A. Suandi Room 2.20, PPKEE Email:shahrel@eng.usm.my 1 Outline of Chapter 9 Introduction Sinusoids Phasors Phasor Relationships for Circuit Elements

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

ON THE USE OF MULTI-HARMONIC LEAST-SQUARES FITTING FOR THD ESTIMATION IN POWER QUALITY ANALYSIS

ON THE USE OF MULTI-HARMONIC LEAST-SQUARES FITTING FOR THD ESTIMATION IN POWER QUALITY ANALYSIS Metrol. Meas. Syst., Vol. XIX (2012), No. 2, pp. 295-306. METROLOGY AND MEASUREMENT SYSTEMS Index 330930, ISSN 0860-8229 www.metrology.pg.gda.pl ON THE USE OF MULTI-HARMONIC LEAST-SQUARES FITTING FOR THD

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

Sheet 2 Diodes. ECE335: Electronic Engineering Fall Ain Shams University Faculty of Engineering. Problem (1) Draw the

Sheet 2 Diodes. ECE335: Electronic Engineering Fall Ain Shams University Faculty of Engineering. Problem (1) Draw the Ain Shams University Faculty of Engineering ECE335: Electronic Engineering Fall 2014 Sheet 2 Diodes Problem (1) Draw the i) Charge density distribution, ii) Electric field distribution iii) Potential distribution,

More information

ECE 2274 Diode Basics and a Rectifier Completed Prior to Coming to Lab

ECE 2274 Diode Basics and a Rectifier Completed Prior to Coming to Lab ECE 2274 Diode Basics and a Rectifier Completed Prior to Coming to Lab Perlab: Part I I-V Characteristic Curve for the 1. Construct the circuit shown in figure 1. Using a DC Sweep, simulate in LTspice

More information

Module 4. AC to AC Voltage Converters. Version 2 EE IIT, Kharagpur 1

Module 4. AC to AC Voltage Converters. Version 2 EE IIT, Kharagpur 1 Module 4 AC to AC Voltage Converters Version EE IIT, Kharagpur 1 Lesson 9 Introduction to Cycloconverters Version EE IIT, Kharagpur Instructional Objectives Study of the following: The cyclo-converter

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

AC VOLTAGE CONTROLLER (RMS VOLTAGE CONTROLLERS)

AC VOLTAGE CONTROLLER (RMS VOLTAGE CONTROLLERS) AC VOLTAGE CONTROLLER (RMS VOLTAGE CONTROLLERS) INTRODUCTION AC voltage controllers (AC line voltage controllers): are employed to vary the RMS value of the alternating voltage applied to a load circuit

More information

Preliminary study of the vibration displacement measurement by using strain gauge

Preliminary study of the vibration displacement measurement by using strain gauge Songklanakarin J. Sci. Technol. 32 (5), 453-459, Sep. - Oct. 2010 Original Article Preliminary study of the vibration displacement measurement by using strain gauge Siripong Eamchaimongkol* Department

More information

Lecture Note. DC-AC PWM Inverters. Prepared by Dr. Oday A Ahmed Website: https://odayahmeduot.wordpress.com

Lecture Note. DC-AC PWM Inverters. Prepared by Dr. Oday A Ahmed Website: https://odayahmeduot.wordpress.com Lecture Note 10 DC-AC PWM Inverters Prepared by Dr. Oday A Ahmed Website: https://odayahmeduot.wordpress.com Email: 30205@uotechnology.edu.iq Scan QR DC-AC PWM Inverters Inverters are AC converters used

More information

Analysis of High Neutral Currents and Harmonic Impacts on Losses and Capacities of Distribution Transformers

Analysis of High Neutral Currents and Harmonic Impacts on Losses and Capacities of Distribution Transformers roceedings of te World Congress on Engineering 06 Vol I WCE 06, June 9 - July, 06, London, U.K. Analysis of Hig Neutral Currents and Harmonic Impacts on Losses and Capacities of Distribution Transformers

More information

Laboratory Assignment 5 Amplitude Modulation

Laboratory Assignment 5 Amplitude Modulation Laboratory Assignment 5 Amplitude Modulation PURPOSE In this assignment, you will explore the use of digital computers for the analysis, design, synthesis, and simulation of an amplitude modulation (AM)

More information

A Matlab / Simulink Based Tool for Power Electronic Circuits

A Matlab / Simulink Based Tool for Power Electronic Circuits A Matlab / Simulink Based Tool for Power Electronic Circuits Abdulatif A M Shaban International Science Index, Electrical and Computer Engineering wasetorg/publication/2520 Abstract Transient simulation

More information

Section 5.2 Graphs of the Sine and Cosine Functions

Section 5.2 Graphs of the Sine and Cosine Functions A Periodic Function and Its Period Section 5.2 Graphs of the Sine and Cosine Functions A nonconstant function f is said to be periodic if there is a number p > 0 such that f(x + p) = f(x) for all x in

More information

CHAPTER 9. Sinusoidal Steady-State Analysis

CHAPTER 9. Sinusoidal Steady-State Analysis CHAPTER 9 Sinusoidal Steady-State Analysis 9.1 The Sinusoidal Source A sinusoidal voltage source (independent or dependent) produces a voltage that varies sinusoidally with time. A sinusoidal current source

More information

1.5 The voltage V is given as V=RI, where R and I are resistance matrix and I current vector. Evaluate V given that

1.5 The voltage V is given as V=RI, where R and I are resistance matrix and I current vector. Evaluate V given that Sheet (1) 1.1 The voltage across a discharging capacitor is v(t)=10(1 e 0.2t ) Generate a table of voltage, v(t), versus time, t, for t = 0 to 50 seconds with increment of 5 s. 1.2 Use MATLAB to evaluate

More information

ANALYSIS OF EFFECTS OF VECTOR CONTROL ON TOTAL CURRENT HARMONIC DISTORTION OF ADJUSTABLE SPEED AC DRIVE

ANALYSIS OF EFFECTS OF VECTOR CONTROL ON TOTAL CURRENT HARMONIC DISTORTION OF ADJUSTABLE SPEED AC DRIVE ANALYSIS OF EFFECTS OF VECTOR CONTROL ON TOTAL CURRENT HARMONIC DISTORTION OF ADJUSTABLE SPEED AC DRIVE KARTIK TAMVADA Department of E.E.E, V.S.Lakshmi Engineering College for Women, Kakinada, Andhra Pradesh,

More information

EC310 Security Exercise 20

EC310 Security Exercise 20 EC310 Security Exercise 20 Introduction to Sinusoidal Signals This lab demonstrates a sinusoidal signal as described in class. In this lab you will identify the different waveform parameters for a pure

More information

10kW Three-phase SiC PFC Rectifier

10kW Three-phase SiC PFC Rectifier www.onsemi.com 10kW Three-phase SiC PFC Rectifier SEMICON EUROPA, Nov 13-18, 2018, Munich, Germany Contents General PFC Concept 3 Phase System and PFC Control Simulation Understanding the losses 3 Phase

More information

Lab 0: Introduction to TIMS AND MATLAB

Lab 0: Introduction to TIMS AND MATLAB TELE3013 TELECOMMUNICATION SYSTEMS 1 Lab 0: Introduction to TIMS AND MATLAB 1. INTRODUCTION The TIMS (Telecommunication Instructional Modelling System) system was first developed by Tim Hooper, then a

More information

Frequency Division Multiplexing Spring 2011 Lecture #14. Sinusoids and LTI Systems. Periodic Sequences. x[n] = x[n + N]

Frequency Division Multiplexing Spring 2011 Lecture #14. Sinusoids and LTI Systems. Periodic Sequences. x[n] = x[n + N] Frequency Division Multiplexing 6.02 Spring 20 Lecture #4 complex exponentials discrete-time Fourier series spectral coefficients band-limited signals To engineer the sharing of a channel through frequency

More information

Chapter 2. Signals and Spectra

Chapter 2. Signals and Spectra Chapter 2 Signals and Spectra Outline Properties of Signals and Noise Fourier Transform and Spectra Power Spectral Density and Autocorrelation Function Orthogonal Series Representation of Signals and Noise

More information

Introduction to Rectifiers and their Performance Parameters

Introduction to Rectifiers and their Performance Parameters Electrical Engineering Division Page 1 of 10 Rectification is the process of conversion of alternating input voltage to direct output voltage. Rectifier is a circuit that convert AC voltage to a DC voltage

More information

EXPERIMENT 4: RC, RL and RD CIRCUITs

EXPERIMENT 4: RC, RL and RD CIRCUITs EXPERIMENT 4: RC, RL and RD CIRCUITs Equipment List An assortment of resistor, one each of (330, 1k,1.5k, 10k,100k,1000k) Function Generator Oscilloscope 0.F Ceramic Capacitor 100H Inductor LED and 1N4001

More information

Effects of Harmonic Pollution on Three-Phase Electrical Motors

Effects of Harmonic Pollution on Three-Phase Electrical Motors t nternational Conference on Electrical and Electronics Engineering (CEEE-7) Oct. -, 07 Bali (ndonesia) Effects of Harmonic Pollution on Tree-Pase Electrical Motors Eleonora. Darie, Emanuel. Darie Abstract

More information

Signals. Periodic vs. Aperiodic. Signals

Signals. Periodic vs. Aperiodic. Signals Signals 1 Periodic vs. Aperiodic Signals periodic signal completes a pattern within some measurable time frame, called a period (), and then repeats that pattern over subsequent identical periods R s.

More information

University of Pittsburgh

University of Pittsburgh University of Pittsburgh Experiment #5 Lab Report Diode Applications and PSPICE Introduction Submission Date: 10/10/2017 Instructors: Dr. Minhee Yun John Erickson Yanhao Du Submitted By: Nick Haver & Alex

More information

Single-Phase Half-Wave Rectifiers

Single-Phase Half-Wave Rectifiers ectifiers Single-Phase Half-Wave ectifiers A rectifier is a circuit that converts an ac signal into a unidirectional signal. A single-phase half-way rectifier is the simplest type. Although it is not widely

More information

ENGR4300 Fall 2005 Test 4A. Name. Section. Question 1 (25 points) Question 2 (25 points) Question 3 (25 points) Question 4 (25 points)

ENGR4300 Fall 2005 Test 4A. Name. Section. Question 1 (25 points) Question 2 (25 points) Question 3 (25 points) Question 4 (25 points) ENGR4300 Fall 2005 Test 4A Name Section Question 1 (25 points) Question 2 (25 points) Question 3 (25 points) Question 4 (25 points) Total (100 points): Please do not write on the crib sheets. On all questions:

More information

Design of Three Phase PWM Voltage Source Inverter for Induction Heater

Design of Three Phase PWM Voltage Source Inverter for Induction Heater Design of Three Phase PWM Voltage Source Inverter for Induction Heater Divya.S.R. 1, Ashwini.K.V.2, Nandish B.M. 3 1,2 UG Student, 3 Assistant Proffesor Department of EEE,JIT,Karnataka,India Abstract:

More information

Harmonic Distortion Contribution for the Transmission Loss Allocation in Deregulated Energy Market: A New Scheme for Industry Consumer

Harmonic Distortion Contribution for the Transmission Loss Allocation in Deregulated Energy Market: A New Scheme for Industry Consumer J Electr Eng Tecnol Vol. 9, o.?: 74-?, 04 ttp://dx.doi.org/0.5370/jeet.04.9.6.74 ISS(Print) 975-00 ISS(Online) 093-743 Harmonic Distortion Contribution for te Transmission Loss Allocation in Deregulated

More information

Dr.Arkan A.Hussein Power Electronics Fourth Class. Operation and Analysis of the Three Phase Fully Controlled Bridge Converter

Dr.Arkan A.Hussein Power Electronics Fourth Class. Operation and Analysis of the Three Phase Fully Controlled Bridge Converter Operation and Analysis of the Three Phase Fully Controlled Bridge Converter ١ Instructional Objectives On completion the student will be able to Draw the circuit diagram and waveforms associated with a

More information

Influence of Voltage Source Pulse Width Modulated Switching and Induction Motor Circuit on Harmonic Current Content

Influence of Voltage Source Pulse Width Modulated Switching and Induction Motor Circuit on Harmonic Current Content Wright State University CORE Scholar Browse all Theses and Dissertations Theses and Dissertations 2008 Influence of Voltage Source Pulse Width Modulated Switching and Induction Motor Circuit on Harmonic

More information

Bakiss Hiyana binti Abu Bakar JKE, POLISAS BHAB

Bakiss Hiyana binti Abu Bakar JKE, POLISAS BHAB 1 Bakiss Hiyana binti Abu Bakar JKE, POLISAS 1. Explain AC circuit concept and their analysis using AC circuit law. 2. Apply the knowledge of AC circuit in solving problem related to AC electrical circuit.

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