harmonic estimation by lms algorithm

26
HARMONIC ESTIMATION BY SW-LMS ALGORITHM Presented by- Arunima Dutta T14EE009 Satabdy Jena T14EE003 Mtech(Power and energy systems)

Upload: satabdy-jena

Post on 23-Jun-2015

103 views

Category:

Engineering


5 download

DESCRIPTION

harmonic estimation

TRANSCRIPT

Page 1: Harmonic estimation by lms algorithm

HARMONIC ESTIMATION BY SW-LMS ALGORITHM

Presented by-Arunima Dutta

T14EE009

Satabdy Jena

T14EE003

Mtech(Power and energy systems)

Page 2: Harmonic estimation by lms algorithm

Contents :

Introduction

Power quality

Harmonics

LMS algorithm and sliding window LMS algorithm

Comparison of results

Conclusion

Page 3: Harmonic estimation by lms algorithm

IntroductionPower system harmonics is an area that is receiving a great deal of attention recently. This is primarily due to the fact that non-linear (or harmonic producing) loads are comprising an ever-increasing portion of the total load for a typical industrial plant. Incidence of harmonic related problems is low, but awareness of harmonic issues can help to increase plant power system reliability.

There are various methods for analysis of harmonics like FFT,LMS,RLS,etc.

Page 4: Harmonic estimation by lms algorithm

Power Quality

The power quality of a system expresses to which degree practical supply system resembles the ideal supply system.

The best electrical supply would be a constant magnitude and frequency sinusoidal voltage waveform.

Due to transients, outages, voltage spikes etc. reality is different.

Causes of poor power quality:

Reactive power

Harmonic pollution

Load imbalance

Fast voltage variation

Page 5: Harmonic estimation by lms algorithm

Effects of poor power quality :Power failureEquipment malfunctioning, failure, overheating,etc.EMI Increase in lossesOversizing of installationsPenalties imposed by utilitiesConnection refusal

Page 6: Harmonic estimation by lms algorithm

Harmonics

Harmonics is a mathematical way of describing distortion to a current or voltage waveform.

Integer multiple of fundamental frequency.

Page 7: Harmonic estimation by lms algorithm

Classification of harmonics :

 

Page 8: Harmonic estimation by lms algorithm

Terminologies Related to Harmonics

 

Page 9: Harmonic estimation by lms algorithm

Effect of HarmonicsOverheating of distribution transformersPoor system efficiency InstabilityDisturbance of the other consumersMalfunctioning of medical facilities

Page 10: Harmonic estimation by lms algorithm

Drawbacks with FFT :

Spectral leakage.Aliasing.“Picket –fence” effect.

LMS ALGORITHM :

Features :SimplicityLow computational complexityRobustnessNo matrix inversion is required

Page 11: Harmonic estimation by lms algorithm

Drawbacks :Slow convergenceData dependent behaviorSensitivity to noise

SLIDING WINDOW LMS ALGORITHM :

Easy to work with noisy system.Good estimation in different SNR.No oscillations in results obtained.To increase the convergence speed.

Page 12: Harmonic estimation by lms algorithm

Circuit configurations :Single phase diode

bridge rectifierThree phase diode

bridge rectifier

Page 13: Harmonic estimation by lms algorithm

MATHEMATICAL MODELLING :

Page 14: Harmonic estimation by lms algorithm

Let the current waveform of frequency be represented as :

n= order of harmonicsn=2fo=fundamental frequency

Page 15: Harmonic estimation by lms algorithm

Thus the equation reduces to the form given below :

Page 16: Harmonic estimation by lms algorithm

Where the weight and the constants are updated as folows :

USING SLIDING WINDOW :

SW training algorithms also known as high order training algorithms use a sliding window of system input/output observations to perform instantaneous learning.It can be applied when the data is highly noisy.Typically the model weights are updated using information obtained from store of [L ]previous training vectors.

Page 17: Harmonic estimation by lms algorithm

Given [L] vector data store and current data point ,this algorithm computes a moving average search direction for LMS as follows :

The weighting factor controls the contribution of the current vector to the search direction. The weights are updated as follows :

The store S for harmonic estimation includes only input given as :S=[ x1 x2 … xL]

Page 18: Harmonic estimation by lms algorithm

BLOCK DIAGRAM :

Page 19: Harmonic estimation by lms algorithm

Analysis of Simulation ResultsThe assumed signal is:

Page 20: Harmonic estimation by lms algorithm

Waveforms:

Page 21: Harmonic estimation by lms algorithm
Page 22: Harmonic estimation by lms algorithm
Page 23: Harmonic estimation by lms algorithm
Page 24: Harmonic estimation by lms algorithm

Conclusion :Thus we see that the LMS algorithm employed with

sliding window gives better results,excludes oscillations and is effective even in high noise signals.

Harmonic mitigation equipment includes : Line reactors Isolation transformers Filters 12 and 18 pulse rectifiers

Page 25: Harmonic estimation by lms algorithm

References :

“Power system harmonic estimation using sliding window based LMS”, Hussam,Nursyarizal,M.F.Abdullah,Vijanth S. Asirvadam.(IEEE 2013 International Conference on signal and image processing).

“A review of harmonic mitigation techniques” ,Gonzalo Sandoval & John Houdek.

Power system harmonics by Allen Bradley.

Page 26: Harmonic estimation by lms algorithm

Thank You