SlideShare a Scribd company logo
1 of 13
Download to read offline
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME
173
ANALYSIS OF GENERATED HARMONICS DUE TO SINGLE PHASE PWM
AC DRIVES LOAD ON POWER SYSTEM USING ARTIFICIAL NEURAL
NETWORK
Dharmendra Kumar singh, Ekta Singh Thakur, Smriti Kesharwani, Dr. A.S.Zadgaonkar
Dr. C.V. Raman University Kargi Road Kota Bilaspur (C.G), INDIA
ABSTRACT
Recently harmonic distortion in power systems is attracting significant attention. Traditional
methods for harmonic distortion analysis using either FFT or DFT are, however, susceptible to the
presence of noise or sub-harmonics in the distorted signals. Harmonic detection by using Fourier
transformation requires input data for one cycle of the current waveform and also requires time for
the analysis in next coming cycle. In this paper, an alternative method using neural network
algorithm has achieved satisfactory results for fast and precise harmonic detection in noisy
environments.
In this paper we are identifying the harmonics component in power system generated by a
control scheme of single-phase to three-phase PWM converters for low power three-phase induction
motor drives. Currently there are number of methods are available for identifying the harmonic
components in power system but we use the intelligence system (ANN) for this work.
Keyword: Power system, Harmonics, Artificial Neural Network, VFD.
1 INTRODUCTION
The increasing application of power electronic facilities in the industrial environment has led
to serious concerns about source line pollution and the resulting impacts on system equipment and
power distribution systems. Power systems, in the presence of electronic equipment, can produce
harmonics in the power signal waveforms. Power converters, specifically, are responsible for a
disproportionate amount of the harmonics troubling power systems today [1]. Converters are used in
variable-speed drives, power supplies, and UPS (uninterruptible power supply) systems; the term
converter can refer to rectifiers, inverters, and cycloconverters. Arc furnaces are another significant
source of harmonics. Harmonics in power systems can be the source of a variety of undesirable
effects.
INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING
AND TECHNOLOGY (IJARET)
ISSN 0976 - 6480 (Print)
ISSN 0976 - 6499 (Online)
Volume 5, Issue 2, February (2014), pp. 173-185
© IAEME: www.iaeme.com/ijaret.asp
Journal Impact Factor (2014): 7.8273 (Calculated by GISI)
www.jifactor.com
IJARET
© I A E M E
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME
174
In recent years, neural network has got special attention to the researchers because of its
simplicity, learning and generalization ability and it has been applied in the field of engineering such
as in harmonic detection [2-6]. In this paper we identify the harmonics component in power system
generated by a control scheme of single-phase to three-phase PWM converters for low power three-
phase induction motor drives. In low power residential and industrial applications, where only a
single-phase utility is available, a single-phase to three-phase power converter system is required to
feed the three-phase induction motor drives. Conventionally, a full–bridge diode rectifier plus three-
leg PWM inverter has been used. However, the diode rectifier produces harmonic currents to flow
into the supply [7]. Traditionally and currently there are different methods are available and in
use for identify the harmonic components in power system but we use the intelligence system
(ANN) for this work.
2 VARIABLE FREQUENCY DRIVES
INDUCTION motor for many years has been regarded as the workhorse in industrial
applications. In the last few decades, the induction motor has evolved from being a constant speed
motor to a variable speed, variable torque machine. Its evolution was challenged by the easiness of
controlling a DC motor at low power applications. When applications required large amounts of
power and torque, the induction motor became more efficient to use. With the invention of variable
voltage, variable frequency drives (VVVF), the use of an induction motor has increased. Variable
frequency Voltage Source Inverters (VSI's) are widely used to control the speed of 3-phase squirrel
cage Induction Motors (IM) over a wide range by varying the stator frequency. In particular the
VSI's are widely preferred in industries for individual medium to high power variable speed drive
systems, driving a group of motors connected in parallel at economic costs. Most modern variable
frequency drives operate by converting a three-phase voltage source to DC using rectifier. After the
power flows through the rectifiers it is stored on a dc bus. The dc bus contains capacitors to accept
power from the rectifier, stores it, and later deliver that power through the inverter section. The
inverter contains transistors that deliver power to the motor. The “Insulated Gate Bipolar Transistor”
(IGBT) is a common choice in modern VFDs. The IGBT can switch on and off several thousand
times per second and precisely control the power delivered to the motor. The IGBT uses “pulse
width modulation” (PWM) technique to simulate a sine wave current at the desired frequency to the
motor [8-10].
Fig(1): Block diagram of variable frequency drive with 3 phase induction motor load input and
output signal also show
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME
175
In this paper we use a single-phase to three-phase PWM converters for low power three-
phase induction motor drives which is shown in fig(1). In low power residential and industrial
applications, where only a single-phase utility is available, a single-phase to three-phase power
converter system is required to feed the three-phase induction motor drives. Conventionally, a full–
bridge diode rectifier plus three-leg PWM inverter has been used. However, the diode rectifier
produces harmonic currents to flow into the supply.
Fig(2): Circuit diagram of variable frequency drive
Fig(3): single-phase to three-phase PWM converters for low power three-phase induction motor
drives
3 ARTIFICIAL NEURAL NETWORK
The most popular Artificial Neural Network (ANN) architecture is multilayer Feedforward
Network with backpropagation (BP) learning algorithm.This network, as its name indicates is made
up of multilayer Thus architecture of this class besides processing on input, an output layer also have
one or more intermediary layers called hidden layers. The computational units of the hidden layer are
known as the hidden neurons or hidden units. The hidden layer aids in performing useful
intermediary computations before directing the input to the output layer. The input layer neurons are
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME
176
links are referred to as input hidden layer weights. Again the hidden layer neurons are liked to the
output layer neuron and the corresponding weights are referred to as hidden output layer weights.
A two layers network in which one is input layer and other is output layers called single layer
feed forward network. In this architecture the input layer receive the input signals and after
processing it forwarded to output layer for output the data. The synoptic links carrying the weights
connected every input neuron to the output neuron but not vice-versa. Such a network is said to be
feed forward in type or acyclic in nature. Despite the two layers, the network is termed single layer
since it is the output layer, alone which performs computation [11-13].
Fig (4): Multilayer Feed-forward Network
4. BACKPROPAGATION LEARNING RULE
There are several different training algorithms for feed-forward networks. All these
algorithms use the gradient of the performance function to determine how to adjust the weights to
minimize performance. The gradient is determined using a technique called back-propagation.
Back-propagation is a systematic method of training multilayer Artificial Neural Networks. It
is built on high mathematical foundation and has very good application potential. Even though it has
its own limitations, it is applied to a wide range of practical problems and has successfully
demonstrated its power.
The Back-propagation learning algorithm approach to be followed is basically a gradient
descent along the error surface to arrive at the optimum set of weights. The error is defined as the
squared difference between the desired output and the actual output obtained at the output layer of
the network due to application of an input pattern from the given input-output pattern pair. The
output is calculated using the current setting of the weights in all the layers. The optimum weight
may be obtained if the weight are adjusted in such a way that the gradient descent is made along the
total error surface [13].
5 ANN DESIGNING PROCESS
ANN designing process involves five steps: gathering input data, normalizing the data,
selecting the ANN architecture, and Training the Network, Validation-testing the network [14].
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME
177
5.1 Gathering Input Data
The configuration of the experimental system and experimental system block diagram is
shown below in
Experimental –setup
Fig(5): Image of experimental set-up
Fig(6): Block diagram of experimental set-up
In the above block diagram set-up, a transformer is connected with power supply. A linear or
non-linear load is connected with this transformer. Due to transformer and other loads are generated
harmonics in power system. Due to this power supply waveform is distorted. A data acquisition card
is connected at power common connection to collect the distorted current/voltage waveform or data.
These collected waveform/data transmitted to PC through RS-485 for ANN input which is designed
in MATLAB. Collected data is shown in waveform in fig (7).
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME
178
Fig(7): Supply current waveform when Variable frequency drive loaded with three phase induction
motor
5.2 Normalization of input and output data sets
Normalization of data is a process of scaling the numbers in a data set to improve the
accuracy of the subsequent numeric computation and is an important stage for training of the ANN.
Normalization also helps in shaping the activation function. For this reason [-1, 1] normalization
function has been used.
Fig(8): Normalised current waveform of collecting waveform/data
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME
179
Fig(9): Normalization and scalling of current waveform for ANN Input
5.3 Selecting the ANN Architecture
The numbers of layers and the number of processing element per layer are essential decision
for selecting the ANN architecture. Choosing these parameters to a feed forward backpropagation
topology is the art of the ANN designer. In this paper the ANN configuration has 32 iput neurons
receiving 32 sampled points of the distorted waveform and 32 output neurons producing the
magnitude of harmonic components up to t e 33th odd harmonics. The hidden layer has 65 neurons
to bridge input layer with output layer. For a set of input there is a corresponding set up of output
“target” values already stored in a data array . ANN Toolbox in MATLAB is used for this work. The
designed network is shown in fig(10)
Fig(10): Designed ANN for harmonics component identification
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME
180
5.4 Training of the ANN Model
The ANN model used is executed by a structured computer program that can update neurons
almost simultaneously .Before the start of training, the initial weight were randomized to value
between -0.5 and +0.5. These input and target outputs were “shown” to the ANN in a sequential
manner so that the weights were updated step by step according to the backpropagation learning
algorithm. The error between the actual output and the target was evaluated after every update. The
backpropagation learning algorithm employed [15] works toward reduction of the RMS error, and
the training ceases as the total sum of square error reaches just below the error critia initially set. The
weights are then supposed to have converged enough that they should represent the non-linear
transfer functions between inputs and outputs of the ANN model accurately
Fig(11): Training of designed ANN
It was observed that during the initial stage of training the rate of convergence in weights
update was fast at a learning rate of 0.05. This was seen in the rapid steady drop in total sum of
square. Subsequently training yielded a slower convergence rate. The learning rate ή was constantly
reduced whenever the total sum of square value changed too slowly. It was also reduced when the
total sum of square value oscillated for a prolonged period of training epochs due to entrapment in
local minima.
5.5 Testing
To test the generalizing capabilities of the magnitude networks the distorted waveforms that
contained harmonics up to the 33rd odd harmonic with no noise added were considered for the
training process.
After the training and testing, the ANN used for unfamiliar input which is collected from
experimental set-up for the identification of the harmonic component.
6 RESULT AND DISCUSSION
Fig (12) and fig (13) shows the output of ANN for input voltage and current which is
collected from the experimental set-up. From the graph of ANN output we observe that odd
harmonics generated in power system due to the single-phase to three-phase PWM converters for
low power three-phase induction motor drives load.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME
181
Fig(12): ANN Output for odd harmonicst
Fig(13): 1st
node ANN Output for dc component
Fig(14): 2nd
node ANN Output for fundamental frequency
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME
182
Fig(15): 3rd node ANN Output for 3rd
harmonics
Fig(16): 4th
node ANN output for 5th
harmonics
Fig(17): 5th
node ANN output for 7th
harmonics
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME
183
Fig(18): 7th
node ANN output for 11th
harmonics
Fig(19): 8th
node ANN output for 13th
harmonics
Fig(20): ANN output for phase angle for harmonics
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME
184
7 CONCLUSION
An artificial neural network model is developed and implemented for measuring harmonics
component in power system. This model is tested offline under different condition. the result
outcome from offline test indicate that the ANN model has providing very high accuracy in
harmonic component measurement , the proposed ANN model is implemented on pc with MATLAB
software using a data acquisition card. It was tested off-line under different conditions. The result of
the off-line test indicates that the ANN model has very high power system harmonics component
measurement accuracy. The developed ANN model was implemented on a PC with MATLAB
Software (with ANN Toolbox) using a data acquisition card. The ANN model was able to measure
the harmonic components of voltage and current at various levels. The data is collected at Machine
lab in Dr.C.V.Raman University where the system is available. The output of the ANN show that
due to the single-phase to three-phase PWM converters for low power three-phase induction motor
drives odd current harmonics that is 3rd
,5th
,7th
,9th
,11th
,13th
,15th
,17th
etc are generated in power
system .So proper filter is required for elimination harmonics from load to supply.
8 ACKNOWLEDGEMENTS
I would like to express my sincerest gratitude to all staff of EEE Department Dr C.V. Raman
University who has contributed, directly or indirectly, in accomplishing this paper. Special thanks to
extend Miss Pallavee Jaiswal for her suport in completing this Paper.
9 REFERENCES
[1] J.F. Chicharo, and T.S. Ng, “Gradient based adaptive IIR notch filtering for frequency
estimation”, IEEE Trans. Acoust. Speech & signal Process., 38, (5), 1990, pp.769-777.
[2] N. Pecharanin, M. Sone, and H. Mitsui, “An application of neural network for harmonic
detection in active filter” , 1994 IEEE International Conference on Neural Networks, Vol. 6,
27 June - 2 July 1994, USA, pp.3756-3760.
[3] W W L Keerthipala, T C Low, and C L Tham, “An Application of A Back -Propagation Type
Neural Network for Harmonic Distortion Analysis”, International Power Engineering
Conference 1995, 27 Feb. - 1 Mar. 1995, Singapore, pp. 501-506.
[4] N. Pecharanin, H. Mitsui, and M. Sone, “Harmonic detection by using neural network”, 1995
IEEE International Conference on Neural Networks, Vol. 2, 27 Nov. - 1 Dec. 1995 Australia,
pp. 923-926.
[5] A.A.M. Zin, M. Rukonuzzaman, H. Shaibon, and K.I. Lo, “Neural network approach of
harmonics detection” , 1998 International Conference on Energy Management and Power
Delivery (EMPD ’98), Vol. 2, 3-5 March 1998 Singapore, pp. 467-472.
[6] M. Rukonuzzaman, A.A.M. Zin, H. Shaibon, and K.I. Lo, “An application of neural network
in power system harmonic detection”, The 1998 IEEE World Congress on Computational
Intelligence, Vol. 1, 4-9 May 1998 USA, pp. 74-78.
[7] P. Enjeti and A. Rahman, "A new single phase to three phase converter with active input
current shaping for low cost ac motor drives," IEEE Trans. On IA, vol. 29, no. 4,
pp. 806-813, 1993.
[8] R. Hoadley, “Line and Load Considerations for AC Drives: Harmonics”, Rockwell
Automation Allen radley 2002 Automation Fair, Anaheim, Ca.
[9] D. Paice, “Optimized 18-pulse type ac/dc or dc/ac Converter System”, U.S Patent
#5,124,904, Jun 1992.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME
185
[10] M.F. McGranaghan and D.R. Mueller, "Designing Harmonic Filters for Adjustable-Speed
Drives to Comply with IEEE-519 Harmonic Limits," IEEE Transactions on Industry
Applications, Vol. 35, No. 2, March/April, 1999, pp. 312-318.
[11] K. Toyama, T. Takeshita, and N. Matsui, "Stability and initial estimation of power source
voltage sensorless single-phase PWM ac/dc converter," Trans. of JIEE, vol. 116-D, no. 3,
pp. 354-360, 1996.
[12] P. Enjeti and A. Rahman, "A new single phase to three phase converter with active input
current shaping for low cost ac motor drives," IEEE Trans. On IA, vol. 29, no. 4,
pp. 806-813, 1993.
[13] Jaker.M. ZArada “Introduction to Artificial Neural Systems” Jaico Publishing houre ISBN :-
81-7224-650-1.
[14] Dharmendra kumar singh, Dr. Moushmi Kar and Dr. A.S.Zadgaonkar “Analysis of Generated
Harmonics Due to Transformer Load on Power System using Artificial Neural Network”,
International Journal of Electrical Engineering & Technology (IJEET), Volume 4, Issue 1,
2013, ISSN Print : 0976-6545, ISSN Online: 0976-6553, pp. 81 - 90.
[15] Dharmendra Kumar Singh, A. S. Zadgaonkar, “Power System harmonics Analysis Using
Multi-Layer Feed Forward Artificial Neural Network Model” International Journal of
Electronics and computers”, vol 4 no1 2012 ISSN: 0975-3796.
[16] M. Depenbrock, “Pulse width control of a three-phase inverter with non sinusoidal phase
voltage of a three-phase PWM inverter”, Proc. IEEE Int. semiconductor Power Conversion
Conf., Orlando, Florida, USA, pp. 399-403, 1977.
BIOGRAPHIES
Dharmendra kumar obtained M. Tech. Degree in Electronics Design and Technology from Tezpur
University, Tezpur, Assam in the year 2003. Currently he is pursuing research work in the area of
Power Quality under the guidance of Prof A. S. Zadgaonkar.
Ekta Singh Thakur has obtained B. E. degree in Electrical Engineering from Chhattisgarh Swami
Vivekananda Technical University.She pursuing M.Tech. from Dr C.V. Raman University.
Smriti Kesharwani has obtained B. E. degree in Electrical Engineering from Chhattisgarh Swami
Vivekananda Technical University. She pursuing M.Tech. from Dr C.V. Raman University.
Dr. A. S. Zadgaonkar has obtained B. E. degree in Electrical Engineering from Pt. Ravishankar
Shukla University, studying at Govt. Engineering College, Raipur in 1965. He obtained M. E. in
1978 from Nagpur University. His research paper for M. E. was awarded “best paper” by the
Institution of Engineers (India) in the year 1976 & 1977 respectively. The testing technique for
quality of wood developed by him was included in ISI in 1979. He was awarded Ph. D. in 1985 by
Indira Gandhi Kala & Sangeet University, Khairagah for his work on “Acoustical and Mechanical
Properties of Wood for Contemporary Indian Musical Instrument Making.” He obtained another Ph.
D. in 1986 by Pt. Ravishankar Shukla University on “Investigation of Dynamic Properties of Non-
Conducting Materials Using Electrical Analogy.” He has 47 years of teaching experience. He is
currently adding glory to the post of Vice Chancellor of Dr. C. V. Raman University. He has
published more than 500 technical papers for journals, national and international conferences. He
was the Joint Director, Technical Education, Govt. of Chhattisgarh in 2004 & the Principal of NIT,
Raipur in 2005. He is life member of Acoustical Society of India, Biomedical Society of India,
Linguistic Society of India, Indian Society for Technical Education and many social bodies.

More Related Content

What's hot

Lab view Based Harmonic Analyser
Lab view Based Harmonic AnalyserLab view Based Harmonic Analyser
Lab view Based Harmonic Analysertheijes
 
Design of 2MHz OOK transmitter/receiver for inductive power and data transmis...
Design of 2MHz OOK transmitter/receiver for inductive power and data transmis...Design of 2MHz OOK transmitter/receiver for inductive power and data transmis...
Design of 2MHz OOK transmitter/receiver for inductive power and data transmis...IJECEIAES
 
Harmonic enhancement in microgrid with applications on sensitive loads
Harmonic enhancement in microgrid with applications on sensitive loadsHarmonic enhancement in microgrid with applications on sensitive loads
Harmonic enhancement in microgrid with applications on sensitive loadsIJECEIAES
 
Improved performance of asd under voltage sag conditions
Improved performance of asd under voltage sag conditionsImproved performance of asd under voltage sag conditions
Improved performance of asd under voltage sag conditionsIAEME Publication
 
Overview lvrt capability of dfig techniques
Overview lvrt capability of dfig techniquesOverview lvrt capability of dfig techniques
Overview lvrt capability of dfig techniquesIAEME Publication
 
Detection of Power Grid Synchronization Failure on Sensing Frequency and Volt...
Detection of Power Grid Synchronization Failure on Sensing Frequency and Volt...Detection of Power Grid Synchronization Failure on Sensing Frequency and Volt...
Detection of Power Grid Synchronization Failure on Sensing Frequency and Volt...IRJET Journal
 
Study of DFIG Connected to Grid using Wind Energy System
Study of DFIG Connected to Grid using Wind Energy SystemStudy of DFIG Connected to Grid using Wind Energy System
Study of DFIG Connected to Grid using Wind Energy SystemIRJET Journal
 
Robust vibration control at critical resonant modes using indirect-driven sel...
Robust vibration control at critical resonant modes using indirect-driven sel...Robust vibration control at critical resonant modes using indirect-driven sel...
Robust vibration control at critical resonant modes using indirect-driven sel...ISA Interchange
 
Modeling & simulation of grid connected photovoltaic system
Modeling & simulation of grid connected photovoltaic systemModeling & simulation of grid connected photovoltaic system
Modeling & simulation of grid connected photovoltaic systemIAEME Publication
 
Gb3510621064
Gb3510621064Gb3510621064
Gb3510621064IJERA Editor
 
ANFIS Control of Energy Control Center for Distributed Wind and Solar Generat...
ANFIS Control of Energy Control Center for Distributed Wind and Solar Generat...ANFIS Control of Energy Control Center for Distributed Wind and Solar Generat...
ANFIS Control of Energy Control Center for Distributed Wind and Solar Generat...IRJET Journal
 

What's hot (19)

G045053740
G045053740G045053740
G045053740
 
Lab view Based Harmonic Analyser
Lab view Based Harmonic AnalyserLab view Based Harmonic Analyser
Lab view Based Harmonic Analyser
 
Design of 2MHz OOK transmitter/receiver for inductive power and data transmis...
Design of 2MHz OOK transmitter/receiver for inductive power and data transmis...Design of 2MHz OOK transmitter/receiver for inductive power and data transmis...
Design of 2MHz OOK transmitter/receiver for inductive power and data transmis...
 
Bn044398401
Bn044398401Bn044398401
Bn044398401
 
LCL filter design for grid-connected single-phase flyback microinverter: a st...
LCL filter design for grid-connected single-phase flyback microinverter: a st...LCL filter design for grid-connected single-phase flyback microinverter: a st...
LCL filter design for grid-connected single-phase flyback microinverter: a st...
 
Harmonic enhancement in microgrid with applications on sensitive loads
Harmonic enhancement in microgrid with applications on sensitive loadsHarmonic enhancement in microgrid with applications on sensitive loads
Harmonic enhancement in microgrid with applications on sensitive loads
 
Improved performance of asd under voltage sag conditions
Improved performance of asd under voltage sag conditionsImproved performance of asd under voltage sag conditions
Improved performance of asd under voltage sag conditions
 
Overview lvrt capability of dfig techniques
Overview lvrt capability of dfig techniquesOverview lvrt capability of dfig techniques
Overview lvrt capability of dfig techniques
 
Detection of Power Grid Synchronization Failure on Sensing Frequency and Volt...
Detection of Power Grid Synchronization Failure on Sensing Frequency and Volt...Detection of Power Grid Synchronization Failure on Sensing Frequency and Volt...
Detection of Power Grid Synchronization Failure on Sensing Frequency and Volt...
 
A comprehensive review of distributed power system architecture for telecom a...
A comprehensive review of distributed power system architecture for telecom a...A comprehensive review of distributed power system architecture for telecom a...
A comprehensive review of distributed power system architecture for telecom a...
 
Integration of Renewable Distributed Generators in Distribution System
Integration of Renewable Distributed Generators in Distribution System Integration of Renewable Distributed Generators in Distribution System
Integration of Renewable Distributed Generators in Distribution System
 
B010211015
B010211015B010211015
B010211015
 
Study of DFIG Connected to Grid using Wind Energy System
Study of DFIG Connected to Grid using Wind Energy SystemStudy of DFIG Connected to Grid using Wind Energy System
Study of DFIG Connected to Grid using Wind Energy System
 
Classification and direction discrimination of faults in transmission lines u...
Classification and direction discrimination of faults in transmission lines u...Classification and direction discrimination of faults in transmission lines u...
Classification and direction discrimination of faults in transmission lines u...
 
Robust vibration control at critical resonant modes using indirect-driven sel...
Robust vibration control at critical resonant modes using indirect-driven sel...Robust vibration control at critical resonant modes using indirect-driven sel...
Robust vibration control at critical resonant modes using indirect-driven sel...
 
40220140504004
4022014050400440220140504004
40220140504004
 
Modeling & simulation of grid connected photovoltaic system
Modeling & simulation of grid connected photovoltaic systemModeling & simulation of grid connected photovoltaic system
Modeling & simulation of grid connected photovoltaic system
 
Gb3510621064
Gb3510621064Gb3510621064
Gb3510621064
 
ANFIS Control of Energy Control Center for Distributed Wind and Solar Generat...
ANFIS Control of Energy Control Center for Distributed Wind and Solar Generat...ANFIS Control of Energy Control Center for Distributed Wind and Solar Generat...
ANFIS Control of Energy Control Center for Distributed Wind and Solar Generat...
 

Viewers also liked (7)

10120130405010
1012013040501010120130405010
10120130405010
 
40120140503004
4012014050300440120140503004
40120140503004
 
20120140504001
2012014050400120120140504001
20120140504001
 
30320140501001
3032014050100130320140501001
30320140501001
 
20320140501015
2032014050101520320140501015
20320140501015
 
30120130405028
3012013040502830120130405028
30120130405028
 
10320140502004
1032014050200410320140502004
10320140502004
 

Similar to 20120140502021 2

Effect of genetic pid power system stabilizer for a synchronous machine
Effect of genetic pid power system stabilizer for a synchronous machineEffect of genetic pid power system stabilizer for a synchronous machine
Effect of genetic pid power system stabilizer for a synchronous machineIAEME Publication
 
ANN Approach for Fault Classification in Induction Motors using Current and V...
ANN Approach for Fault Classification in Induction Motors using Current and V...ANN Approach for Fault Classification in Induction Motors using Current and V...
ANN Approach for Fault Classification in Induction Motors using Current and V...IRJET Journal
 
Analysis and simulation of multilevel inverter using multi carrier based pwm
Analysis and simulation of multilevel  inverter using multi carrier based pwmAnalysis and simulation of multilevel  inverter using multi carrier based pwm
Analysis and simulation of multilevel inverter using multi carrier based pwmIAEME Publication
 
IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...
IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...
IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...IRJET Journal
 
Corroboration of Normalized Least Mean Square Based Adaptive Selective Curren...
Corroboration of Normalized Least Mean Square Based Adaptive Selective Curren...Corroboration of Normalized Least Mean Square Based Adaptive Selective Curren...
Corroboration of Normalized Least Mean Square Based Adaptive Selective Curren...IAES-IJPEDS
 
Total Harmonic Distortion Analysis of a Four Switch 3-Phase Inverter Fed Spee...
Total Harmonic Distortion Analysis of a Four Switch 3-Phase Inverter Fed Spee...Total Harmonic Distortion Analysis of a Four Switch 3-Phase Inverter Fed Spee...
Total Harmonic Distortion Analysis of a Four Switch 3-Phase Inverter Fed Spee...IJPEDS-IAES
 
DEVELOPMENT OF DC SOURCE BASED SYSTEM GENERATOR USING SPWM FOR HIGH SWITCHING...
DEVELOPMENT OF DC SOURCE BASED SYSTEM GENERATOR USING SPWM FOR HIGH SWITCHING...DEVELOPMENT OF DC SOURCE BASED SYSTEM GENERATOR USING SPWM FOR HIGH SWITCHING...
DEVELOPMENT OF DC SOURCE BASED SYSTEM GENERATOR USING SPWM FOR HIGH SWITCHING...pharmaindexing
 
Design of embedded based three phase preventor and selector system for indust...
Design of embedded based three phase preventor and selector system for indust...Design of embedded based three phase preventor and selector system for indust...
Design of embedded based three phase preventor and selector system for indust...IAEME Publication
 
Multi-power rail FLR configurable for Digital Circuits
Multi-power rail FLR configurable for Digital CircuitsMulti-power rail FLR configurable for Digital Circuits
Multi-power rail FLR configurable for Digital CircuitsIRJET Journal
 
Improved performance of asd under voltage sag conditions
Improved performance of asd under voltage sag conditionsImproved performance of asd under voltage sag conditions
Improved performance of asd under voltage sag conditionsIAEME Publication
 

Similar to 20120140502021 2 (20)

Effect of genetic pid power system stabilizer for a synchronous machine
Effect of genetic pid power system stabilizer for a synchronous machineEffect of genetic pid power system stabilizer for a synchronous machine
Effect of genetic pid power system stabilizer for a synchronous machine
 
40220140504008
4022014050400840220140504008
40220140504008
 
40220140507004
4022014050700440220140507004
40220140507004
 
40220140507004
4022014050700440220140507004
40220140507004
 
40220140503007
4022014050300740220140503007
40220140503007
 
20120140503021
2012014050302120120140503021
20120140503021
 
ANN Approach for Fault Classification in Induction Motors using Current and V...
ANN Approach for Fault Classification in Induction Motors using Current and V...ANN Approach for Fault Classification in Induction Motors using Current and V...
ANN Approach for Fault Classification in Induction Motors using Current and V...
 
Analysis and simulation of multilevel inverter using multi carrier based pwm
Analysis and simulation of multilevel  inverter using multi carrier based pwmAnalysis and simulation of multilevel  inverter using multi carrier based pwm
Analysis and simulation of multilevel inverter using multi carrier based pwm
 
IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...
IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...
IRJET- A Simple Approach to Identify Power System Transmission Line Faults us...
 
Corroboration of Normalized Least Mean Square Based Adaptive Selective Curren...
Corroboration of Normalized Least Mean Square Based Adaptive Selective Curren...Corroboration of Normalized Least Mean Square Based Adaptive Selective Curren...
Corroboration of Normalized Least Mean Square Based Adaptive Selective Curren...
 
Transmission system regularization with 5-level cascaded IPFC
Transmission system regularization with 5-level cascaded IPFCTransmission system regularization with 5-level cascaded IPFC
Transmission system regularization with 5-level cascaded IPFC
 
Incipient Fault Detection of the Inverter Fed Induction Motor Drive
Incipient Fault Detection of the Inverter Fed Induction Motor DriveIncipient Fault Detection of the Inverter Fed Induction Motor Drive
Incipient Fault Detection of the Inverter Fed Induction Motor Drive
 
Fundamental elements of constant volt/hertz induction motor drives based on d...
Fundamental elements of constant volt/hertz induction motor drives based on d...Fundamental elements of constant volt/hertz induction motor drives based on d...
Fundamental elements of constant volt/hertz induction motor drives based on d...
 
Total Harmonic Distortion Analysis of a Four Switch 3-Phase Inverter Fed Spee...
Total Harmonic Distortion Analysis of a Four Switch 3-Phase Inverter Fed Spee...Total Harmonic Distortion Analysis of a Four Switch 3-Phase Inverter Fed Spee...
Total Harmonic Distortion Analysis of a Four Switch 3-Phase Inverter Fed Spee...
 
DEVELOPMENT OF DC SOURCE BASED SYSTEM GENERATOR USING SPWM FOR HIGH SWITCHING...
DEVELOPMENT OF DC SOURCE BASED SYSTEM GENERATOR USING SPWM FOR HIGH SWITCHING...DEVELOPMENT OF DC SOURCE BASED SYSTEM GENERATOR USING SPWM FOR HIGH SWITCHING...
DEVELOPMENT OF DC SOURCE BASED SYSTEM GENERATOR USING SPWM FOR HIGH SWITCHING...
 
20120140502013
2012014050201320120140502013
20120140502013
 
Design of embedded based three phase preventor and selector system for indust...
Design of embedded based three phase preventor and selector system for indust...Design of embedded based three phase preventor and selector system for indust...
Design of embedded based three phase preventor and selector system for indust...
 
40220140501001
4022014050100140220140501001
40220140501001
 
Multi-power rail FLR configurable for Digital Circuits
Multi-power rail FLR configurable for Digital CircuitsMulti-power rail FLR configurable for Digital Circuits
Multi-power rail FLR configurable for Digital Circuits
 
Improved performance of asd under voltage sag conditions
Improved performance of asd under voltage sag conditionsImproved performance of asd under voltage sag conditions
Improved performance of asd under voltage sag conditions
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 

Recently uploaded (20)

E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 

20120140502021 2

  • 1. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME 173 ANALYSIS OF GENERATED HARMONICS DUE TO SINGLE PHASE PWM AC DRIVES LOAD ON POWER SYSTEM USING ARTIFICIAL NEURAL NETWORK Dharmendra Kumar singh, Ekta Singh Thakur, Smriti Kesharwani, Dr. A.S.Zadgaonkar Dr. C.V. Raman University Kargi Road Kota Bilaspur (C.G), INDIA ABSTRACT Recently harmonic distortion in power systems is attracting significant attention. Traditional methods for harmonic distortion analysis using either FFT or DFT are, however, susceptible to the presence of noise or sub-harmonics in the distorted signals. Harmonic detection by using Fourier transformation requires input data for one cycle of the current waveform and also requires time for the analysis in next coming cycle. In this paper, an alternative method using neural network algorithm has achieved satisfactory results for fast and precise harmonic detection in noisy environments. In this paper we are identifying the harmonics component in power system generated by a control scheme of single-phase to three-phase PWM converters for low power three-phase induction motor drives. Currently there are number of methods are available for identifying the harmonic components in power system but we use the intelligence system (ANN) for this work. Keyword: Power system, Harmonics, Artificial Neural Network, VFD. 1 INTRODUCTION The increasing application of power electronic facilities in the industrial environment has led to serious concerns about source line pollution and the resulting impacts on system equipment and power distribution systems. Power systems, in the presence of electronic equipment, can produce harmonics in the power signal waveforms. Power converters, specifically, are responsible for a disproportionate amount of the harmonics troubling power systems today [1]. Converters are used in variable-speed drives, power supplies, and UPS (uninterruptible power supply) systems; the term converter can refer to rectifiers, inverters, and cycloconverters. Arc furnaces are another significant source of harmonics. Harmonics in power systems can be the source of a variety of undesirable effects. INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) ISSN 0976 - 6480 (Print) ISSN 0976 - 6499 (Online) Volume 5, Issue 2, February (2014), pp. 173-185 © IAEME: www.iaeme.com/ijaret.asp Journal Impact Factor (2014): 7.8273 (Calculated by GISI) www.jifactor.com IJARET © I A E M E
  • 2. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME 174 In recent years, neural network has got special attention to the researchers because of its simplicity, learning and generalization ability and it has been applied in the field of engineering such as in harmonic detection [2-6]. In this paper we identify the harmonics component in power system generated by a control scheme of single-phase to three-phase PWM converters for low power three- phase induction motor drives. In low power residential and industrial applications, where only a single-phase utility is available, a single-phase to three-phase power converter system is required to feed the three-phase induction motor drives. Conventionally, a full–bridge diode rectifier plus three- leg PWM inverter has been used. However, the diode rectifier produces harmonic currents to flow into the supply [7]. Traditionally and currently there are different methods are available and in use for identify the harmonic components in power system but we use the intelligence system (ANN) for this work. 2 VARIABLE FREQUENCY DRIVES INDUCTION motor for many years has been regarded as the workhorse in industrial applications. In the last few decades, the induction motor has evolved from being a constant speed motor to a variable speed, variable torque machine. Its evolution was challenged by the easiness of controlling a DC motor at low power applications. When applications required large amounts of power and torque, the induction motor became more efficient to use. With the invention of variable voltage, variable frequency drives (VVVF), the use of an induction motor has increased. Variable frequency Voltage Source Inverters (VSI's) are widely used to control the speed of 3-phase squirrel cage Induction Motors (IM) over a wide range by varying the stator frequency. In particular the VSI's are widely preferred in industries for individual medium to high power variable speed drive systems, driving a group of motors connected in parallel at economic costs. Most modern variable frequency drives operate by converting a three-phase voltage source to DC using rectifier. After the power flows through the rectifiers it is stored on a dc bus. The dc bus contains capacitors to accept power from the rectifier, stores it, and later deliver that power through the inverter section. The inverter contains transistors that deliver power to the motor. The “Insulated Gate Bipolar Transistor” (IGBT) is a common choice in modern VFDs. The IGBT can switch on and off several thousand times per second and precisely control the power delivered to the motor. The IGBT uses “pulse width modulation” (PWM) technique to simulate a sine wave current at the desired frequency to the motor [8-10]. Fig(1): Block diagram of variable frequency drive with 3 phase induction motor load input and output signal also show
  • 3. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME 175 In this paper we use a single-phase to three-phase PWM converters for low power three- phase induction motor drives which is shown in fig(1). In low power residential and industrial applications, where only a single-phase utility is available, a single-phase to three-phase power converter system is required to feed the three-phase induction motor drives. Conventionally, a full– bridge diode rectifier plus three-leg PWM inverter has been used. However, the diode rectifier produces harmonic currents to flow into the supply. Fig(2): Circuit diagram of variable frequency drive Fig(3): single-phase to three-phase PWM converters for low power three-phase induction motor drives 3 ARTIFICIAL NEURAL NETWORK The most popular Artificial Neural Network (ANN) architecture is multilayer Feedforward Network with backpropagation (BP) learning algorithm.This network, as its name indicates is made up of multilayer Thus architecture of this class besides processing on input, an output layer also have one or more intermediary layers called hidden layers. The computational units of the hidden layer are known as the hidden neurons or hidden units. The hidden layer aids in performing useful intermediary computations before directing the input to the output layer. The input layer neurons are
  • 4. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME 176 links are referred to as input hidden layer weights. Again the hidden layer neurons are liked to the output layer neuron and the corresponding weights are referred to as hidden output layer weights. A two layers network in which one is input layer and other is output layers called single layer feed forward network. In this architecture the input layer receive the input signals and after processing it forwarded to output layer for output the data. The synoptic links carrying the weights connected every input neuron to the output neuron but not vice-versa. Such a network is said to be feed forward in type or acyclic in nature. Despite the two layers, the network is termed single layer since it is the output layer, alone which performs computation [11-13]. Fig (4): Multilayer Feed-forward Network 4. BACKPROPAGATION LEARNING RULE There are several different training algorithms for feed-forward networks. All these algorithms use the gradient of the performance function to determine how to adjust the weights to minimize performance. The gradient is determined using a technique called back-propagation. Back-propagation is a systematic method of training multilayer Artificial Neural Networks. It is built on high mathematical foundation and has very good application potential. Even though it has its own limitations, it is applied to a wide range of practical problems and has successfully demonstrated its power. The Back-propagation learning algorithm approach to be followed is basically a gradient descent along the error surface to arrive at the optimum set of weights. The error is defined as the squared difference between the desired output and the actual output obtained at the output layer of the network due to application of an input pattern from the given input-output pattern pair. The output is calculated using the current setting of the weights in all the layers. The optimum weight may be obtained if the weight are adjusted in such a way that the gradient descent is made along the total error surface [13]. 5 ANN DESIGNING PROCESS ANN designing process involves five steps: gathering input data, normalizing the data, selecting the ANN architecture, and Training the Network, Validation-testing the network [14].
  • 5. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME 177 5.1 Gathering Input Data The configuration of the experimental system and experimental system block diagram is shown below in Experimental –setup Fig(5): Image of experimental set-up Fig(6): Block diagram of experimental set-up In the above block diagram set-up, a transformer is connected with power supply. A linear or non-linear load is connected with this transformer. Due to transformer and other loads are generated harmonics in power system. Due to this power supply waveform is distorted. A data acquisition card is connected at power common connection to collect the distorted current/voltage waveform or data. These collected waveform/data transmitted to PC through RS-485 for ANN input which is designed in MATLAB. Collected data is shown in waveform in fig (7).
  • 6. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME 178 Fig(7): Supply current waveform when Variable frequency drive loaded with three phase induction motor 5.2 Normalization of input and output data sets Normalization of data is a process of scaling the numbers in a data set to improve the accuracy of the subsequent numeric computation and is an important stage for training of the ANN. Normalization also helps in shaping the activation function. For this reason [-1, 1] normalization function has been used. Fig(8): Normalised current waveform of collecting waveform/data
  • 7. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME 179 Fig(9): Normalization and scalling of current waveform for ANN Input 5.3 Selecting the ANN Architecture The numbers of layers and the number of processing element per layer are essential decision for selecting the ANN architecture. Choosing these parameters to a feed forward backpropagation topology is the art of the ANN designer. In this paper the ANN configuration has 32 iput neurons receiving 32 sampled points of the distorted waveform and 32 output neurons producing the magnitude of harmonic components up to t e 33th odd harmonics. The hidden layer has 65 neurons to bridge input layer with output layer. For a set of input there is a corresponding set up of output “target” values already stored in a data array . ANN Toolbox in MATLAB is used for this work. The designed network is shown in fig(10) Fig(10): Designed ANN for harmonics component identification
  • 8. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME 180 5.4 Training of the ANN Model The ANN model used is executed by a structured computer program that can update neurons almost simultaneously .Before the start of training, the initial weight were randomized to value between -0.5 and +0.5. These input and target outputs were “shown” to the ANN in a sequential manner so that the weights were updated step by step according to the backpropagation learning algorithm. The error between the actual output and the target was evaluated after every update. The backpropagation learning algorithm employed [15] works toward reduction of the RMS error, and the training ceases as the total sum of square error reaches just below the error critia initially set. The weights are then supposed to have converged enough that they should represent the non-linear transfer functions between inputs and outputs of the ANN model accurately Fig(11): Training of designed ANN It was observed that during the initial stage of training the rate of convergence in weights update was fast at a learning rate of 0.05. This was seen in the rapid steady drop in total sum of square. Subsequently training yielded a slower convergence rate. The learning rate ή was constantly reduced whenever the total sum of square value changed too slowly. It was also reduced when the total sum of square value oscillated for a prolonged period of training epochs due to entrapment in local minima. 5.5 Testing To test the generalizing capabilities of the magnitude networks the distorted waveforms that contained harmonics up to the 33rd odd harmonic with no noise added were considered for the training process. After the training and testing, the ANN used for unfamiliar input which is collected from experimental set-up for the identification of the harmonic component. 6 RESULT AND DISCUSSION Fig (12) and fig (13) shows the output of ANN for input voltage and current which is collected from the experimental set-up. From the graph of ANN output we observe that odd harmonics generated in power system due to the single-phase to three-phase PWM converters for low power three-phase induction motor drives load.
  • 9. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME 181 Fig(12): ANN Output for odd harmonicst Fig(13): 1st node ANN Output for dc component Fig(14): 2nd node ANN Output for fundamental frequency
  • 10. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME 182 Fig(15): 3rd node ANN Output for 3rd harmonics Fig(16): 4th node ANN output for 5th harmonics Fig(17): 5th node ANN output for 7th harmonics
  • 11. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME 183 Fig(18): 7th node ANN output for 11th harmonics Fig(19): 8th node ANN output for 13th harmonics Fig(20): ANN output for phase angle for harmonics
  • 12. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME 184 7 CONCLUSION An artificial neural network model is developed and implemented for measuring harmonics component in power system. This model is tested offline under different condition. the result outcome from offline test indicate that the ANN model has providing very high accuracy in harmonic component measurement , the proposed ANN model is implemented on pc with MATLAB software using a data acquisition card. It was tested off-line under different conditions. The result of the off-line test indicates that the ANN model has very high power system harmonics component measurement accuracy. The developed ANN model was implemented on a PC with MATLAB Software (with ANN Toolbox) using a data acquisition card. The ANN model was able to measure the harmonic components of voltage and current at various levels. The data is collected at Machine lab in Dr.C.V.Raman University where the system is available. The output of the ANN show that due to the single-phase to three-phase PWM converters for low power three-phase induction motor drives odd current harmonics that is 3rd ,5th ,7th ,9th ,11th ,13th ,15th ,17th etc are generated in power system .So proper filter is required for elimination harmonics from load to supply. 8 ACKNOWLEDGEMENTS I would like to express my sincerest gratitude to all staff of EEE Department Dr C.V. Raman University who has contributed, directly or indirectly, in accomplishing this paper. Special thanks to extend Miss Pallavee Jaiswal for her suport in completing this Paper. 9 REFERENCES [1] J.F. Chicharo, and T.S. Ng, “Gradient based adaptive IIR notch filtering for frequency estimation”, IEEE Trans. Acoust. Speech & signal Process., 38, (5), 1990, pp.769-777. [2] N. Pecharanin, M. Sone, and H. Mitsui, “An application of neural network for harmonic detection in active filter” , 1994 IEEE International Conference on Neural Networks, Vol. 6, 27 June - 2 July 1994, USA, pp.3756-3760. [3] W W L Keerthipala, T C Low, and C L Tham, “An Application of A Back -Propagation Type Neural Network for Harmonic Distortion Analysis”, International Power Engineering Conference 1995, 27 Feb. - 1 Mar. 1995, Singapore, pp. 501-506. [4] N. Pecharanin, H. Mitsui, and M. Sone, “Harmonic detection by using neural network”, 1995 IEEE International Conference on Neural Networks, Vol. 2, 27 Nov. - 1 Dec. 1995 Australia, pp. 923-926. [5] A.A.M. Zin, M. Rukonuzzaman, H. Shaibon, and K.I. Lo, “Neural network approach of harmonics detection” , 1998 International Conference on Energy Management and Power Delivery (EMPD ’98), Vol. 2, 3-5 March 1998 Singapore, pp. 467-472. [6] M. Rukonuzzaman, A.A.M. Zin, H. Shaibon, and K.I. Lo, “An application of neural network in power system harmonic detection”, The 1998 IEEE World Congress on Computational Intelligence, Vol. 1, 4-9 May 1998 USA, pp. 74-78. [7] P. Enjeti and A. Rahman, "A new single phase to three phase converter with active input current shaping for low cost ac motor drives," IEEE Trans. On IA, vol. 29, no. 4, pp. 806-813, 1993. [8] R. Hoadley, “Line and Load Considerations for AC Drives: Harmonics”, Rockwell Automation Allen radley 2002 Automation Fair, Anaheim, Ca. [9] D. Paice, “Optimized 18-pulse type ac/dc or dc/ac Converter System”, U.S Patent #5,124,904, Jun 1992.
  • 13. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online) Volume 5, Issue 2, February (2014), pp. 173-185, © IAEME 185 [10] M.F. McGranaghan and D.R. Mueller, "Designing Harmonic Filters for Adjustable-Speed Drives to Comply with IEEE-519 Harmonic Limits," IEEE Transactions on Industry Applications, Vol. 35, No. 2, March/April, 1999, pp. 312-318. [11] K. Toyama, T. Takeshita, and N. Matsui, "Stability and initial estimation of power source voltage sensorless single-phase PWM ac/dc converter," Trans. of JIEE, vol. 116-D, no. 3, pp. 354-360, 1996. [12] P. Enjeti and A. Rahman, "A new single phase to three phase converter with active input current shaping for low cost ac motor drives," IEEE Trans. On IA, vol. 29, no. 4, pp. 806-813, 1993. [13] Jaker.M. ZArada “Introduction to Artificial Neural Systems” Jaico Publishing houre ISBN :- 81-7224-650-1. [14] Dharmendra kumar singh, Dr. Moushmi Kar and Dr. A.S.Zadgaonkar “Analysis of Generated Harmonics Due to Transformer Load on Power System using Artificial Neural Network”, International Journal of Electrical Engineering & Technology (IJEET), Volume 4, Issue 1, 2013, ISSN Print : 0976-6545, ISSN Online: 0976-6553, pp. 81 - 90. [15] Dharmendra Kumar Singh, A. S. Zadgaonkar, “Power System harmonics Analysis Using Multi-Layer Feed Forward Artificial Neural Network Model” International Journal of Electronics and computers”, vol 4 no1 2012 ISSN: 0975-3796. [16] M. Depenbrock, “Pulse width control of a three-phase inverter with non sinusoidal phase voltage of a three-phase PWM inverter”, Proc. IEEE Int. semiconductor Power Conversion Conf., Orlando, Florida, USA, pp. 399-403, 1977. BIOGRAPHIES Dharmendra kumar obtained M. Tech. Degree in Electronics Design and Technology from Tezpur University, Tezpur, Assam in the year 2003. Currently he is pursuing research work in the area of Power Quality under the guidance of Prof A. S. Zadgaonkar. Ekta Singh Thakur has obtained B. E. degree in Electrical Engineering from Chhattisgarh Swami Vivekananda Technical University.She pursuing M.Tech. from Dr C.V. Raman University. Smriti Kesharwani has obtained B. E. degree in Electrical Engineering from Chhattisgarh Swami Vivekananda Technical University. She pursuing M.Tech. from Dr C.V. Raman University. Dr. A. S. Zadgaonkar has obtained B. E. degree in Electrical Engineering from Pt. Ravishankar Shukla University, studying at Govt. Engineering College, Raipur in 1965. He obtained M. E. in 1978 from Nagpur University. His research paper for M. E. was awarded “best paper” by the Institution of Engineers (India) in the year 1976 & 1977 respectively. The testing technique for quality of wood developed by him was included in ISI in 1979. He was awarded Ph. D. in 1985 by Indira Gandhi Kala & Sangeet University, Khairagah for his work on “Acoustical and Mechanical Properties of Wood for Contemporary Indian Musical Instrument Making.” He obtained another Ph. D. in 1986 by Pt. Ravishankar Shukla University on “Investigation of Dynamic Properties of Non- Conducting Materials Using Electrical Analogy.” He has 47 years of teaching experience. He is currently adding glory to the post of Vice Chancellor of Dr. C. V. Raman University. He has published more than 500 technical papers for journals, national and international conferences. He was the Joint Director, Technical Education, Govt. of Chhattisgarh in 2004 & the Principal of NIT, Raipur in 2005. He is life member of Acoustical Society of India, Biomedical Society of India, Linguistic Society of India, Indian Society for Technical Education and many social bodies.