Sie sind auf Seite 1von 7

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/228877278

Simulation Of Power Electronic Wave Forms Of Single Phase Full Converter


Using MATLAB/SIMULINK And ANN

Article · April 2010

CITATIONS READS

0 4,331

9 authors, including:

Vipul Sharma Shyam Sundar Pattnaik


Gurukula Kangri Vishwavidyalaya National Institute of Technical Teachers Training and Research Chandigarh
30 PUBLICATIONS   141 CITATIONS    81 PUBLICATIONS   609 CITATIONS   

SEE PROFILE SEE PROFILE

Sharda Devi Tanuj Garg


Chaudhary Devi Lal University 11 PUBLICATIONS   71 CITATIONS   
56 PUBLICATIONS   459 CITATIONS   
SEE PROFILE
SEE PROFILE

Some of the authors of this publication are also working on these related projects:

high performance fractal antennas View project

Antenna for tumor tissues detection View project

All content following this page was uploaded by Vipul Sharma on 27 May 2014.

The user has requested enhancement of the downloaded file.


SHORT PAPER
International J. of Recent Trends in Engineering and Technology, Vol. 3, No. 2, May 2010

Simulation of Power Electronic Wave Forms of


Single Phase Full Converter using
MATLAB/SIMULINK and ANN
Vipul Sharma1, S.S.Pattnaik 2, Agam Kumar Tyagi1, S. Devi2, Tanuj K. Garg1, N. K. Agarwal1
1
Gurukul Kangri Vishwavidyalaya, Haridwar, Uttarakhand
vipul.s@rediffmail.com
2
NITTTR, Chandigarh
shyampattnaik@yahoo.com

Abstract—Power Electronic converters are widely being One difficulty in all the above estimation methods is
used these days for various applications ranging from small that the response tends to be slow because of the
to large power. Full converters are widely been used for processing involved. To avoid the complexity of
conversion of single phase input to the desired output estimation, it may be possible to get the solution by one-
waveform. This paper compares the performance of this or multidimensional look-up tables in microcomputer
converter using different operating tools. The cutoff angle of
memory. However, for improvement of accuracy, the size
line current in a single phase thyristor controlled full
converter with RL load has been taken into consideration in of the look up table should be large, or interpolation
discontinuous current mode. ANN has been trained using calculation is required. In recent years, several
Back propagation method and the performance of this ANN researchers have incorporated artificial neural networks
based estimator is compared with the simulation work done in several adaptive schemes in a number of time-
in MATLAB. The results of these simulations are elaborated independent or time dependent settings, either in primary
in the paper discussing converter performance with or supporting role, but the applications in the field of
different loading conditions. power electronics are comparatively less. In this paper,
the simulation of a full wave converter is performed using
Index Terms— Controlled converters, Matlab, Waveform
MATLAB/SIMULINK for different firing angles [6].
Estimation, ANN, Power Electronics.
Single-phase thyristor ac converter current waveforms
have been taken into consideration and neural network
I. INTRODUCTION
have been trained to estimate the cut off angle[7,8]. A
Single phase full converter is widely being used for back propagation training algorithm was used for training
different supply requirement these days. Power electronic the network. A comparison of the two methods have been
circuits generate complex voltage and current waveforms done and analyzed.
because of their switching mode operation. For control,
Monitoring, and diagnostic purposes, it is frequently II. NEURAL NETWORK PRINCIPLES
necessary to process these waveforms and generate the
outputs, such as rms current, active power, reactive Neural networks or artificial neural networks (ANN) are
power, displacement factor etc. it is possible to make the interconnection of artificial neuron that tends to
estimation from a basic, closed –form mathematical emulate the human brain [7]. The model of an artificial
model of the system, if such a model can be obtained [1]. neuron that closely matches a biological neuron is given
The model equations are often nonlinear, complex, and by an op-amp, summer like configuration shown in fig. 1.
distributed in nature, making this approach difficult [2].
The topological form of the system can be simulated on
the computer with the known parameters, and then
analytical calculation can be made on the resulting
waveforms [3,4,5]. Sometimes the mathematical model
parameter may be totally unknown, making these
estimation approaches impossible. For a prototype
operating system, electronic instrumentation (both
hardware and software) techniques are extensively used
for such measurements. For example the waveform may
be captured and then analyzed by Fast Fourier Transform
in real time to derive the estimated outputs. Similar
techniques can be used for estimation of the waveforms
recorded on oscilloscope or chart recorder.

71
© 2010 ACEEE
DOI: 01.IJRTET.03.02.519
SHORT PAPER
International J. of Recent Trends in Engineering and Technology, Vol. 3, No. 2, May 2010

The input signals X1, X2, X3 …Xn are normally means that if an input set of data corresponds to a definite
continuous signals that flow through synaptic weights and signal pattern, the network can be “trained” to give a
then accumulate in the summing node, as shown. The correspondingly desired pattern at the output.
weights can be negative or positive, and correspondingly,
amplify or alternate the respective signals coming to the
summing node. The summed signal then flows to the
output through a transfer function that is usually
nonlinear. The transfer function can be the threshold type,
signam type, or linear threshold type, or it can be
nonlinear continuously varying type, such as the sigmoid,
inverse tan, hyperbolic or Gaussian type. The sigmoid
transfer function and tan hyperbolic function are most
commonly used and are given by the equations:

( )= 0< ( )<1 (1)

( ) = tanh −1< ( ) <1 (2)


Where ‘a’ is the gain that adjusts the slope of the
function. At high gain, approaches a step function. The
sigmoidal function is nonlinear, monotonic,
differentiable, and has the largest incremental gain at zero
signal, and these properties are of particular interest in the
application of neural networks. Nonlinearity of the
transfer function gives the network capability to emulate
nonlinear mapping properties. A neural network can be
classified as a feed forward or feedback type, depending
on the interconnection of the neurons. At present, by far The network has the capability to “learn” because of the
the majority of applications use feed forward multilayer distributed intelligence or “associative memory” property
network that consists of three layers: the input layer, the contributed by the weights. The input-output pattern
hidden layer, and the output layer. The circles represent matching is possible if the network is trained, i.e., if
neurons, and a weight-adjustment feature is included. The appropriate weights are selected. With the network
input and output layers (defined as buffers) have neurons initially untrained, i.e., with the weights selected at
equal to the respective number of signals. For example, in random, the output signal pattern will totally mismatch
fig. 2, the input signals may be current waveform pattern the desired pattern for a given input pattern. The actual
characterized by the firing angle (α) and load phase angle output pattern can be compared with the desired output
(Φ), and the corresponding output signals may be total pattern, and the weights can be adjusted by an algorithm
average load current and cutoff angle (θ). The particular until pattern matching occurs. i.e., the error becomes
network shown with five hidden layer neurons can be small. The back propagation training algorithm is most
defined as 2-5-2 network. The input layer neurons do not commonly used for feed forward neural networks. The
have a transfer function, but there are scale factors to training is usually automated with an off-line computer
normalize the input signals. Similarly, there also can be simulation program that uses a large number of input-
scale factors at the output for demoralization. There can output example patterns. The example patterns can be
be more than one hidden layer. The number of hidden derived from analysis, simulation or by experiment if the
layers and the number of neurons in each layer depends model is totally unknown. At completion of the training,
on the complexity of the problem being solved and the the weights are downloaded to the prototype network. A
desired accuracy. Note that the neural network computes trained network should be able not only to recall all the
very fast in a parallel and a distributed manner compared example input-output patterns (look-up table function)
with slow sequential computation in a conventional Von but also to interpolate the example patterns.
Neumann computer that uses a centralized CPU and a
central memory. Besides, the neural network has fault- III. ESTIMATION FOR 1-Φ THYRISTOR
tolerant properties and provides noise-immune CONVERTER CURRENT WAVE FORMS
computation [7,8]. If a few weights are erroneous or
It is not an absolute requirement that converters use
several connections are destroyed in a large network, the
large energy storage elements. If small storage elements
output remains practically unaffected because of
are used, a converter can exhibit extra configurations,
distributed knowledge throughout the network. The
such as “all off” or “all on” switch behavior. The
computation of the neural network basically relates to
concepts of critical inductance and critical capacitance
nonlinear mapping or a pattern recognition function. This
72
© 2010 ACEEE
DOI: 01.IJRTET.03.02.519
SHORT PAPER
International J. of Recent Trends in Engineering and Technology, Vol. 3, No. 2, May 2010

provide a convenient way to determine whether storage


components are small in the sense of power electronics.

The critical inductance for a converter, Lcrit, is defined as


the smallest inductance for which iL>0 under all allowed
conditions in a power electronic circuit [9,10,11]. The
value of Lcrit is extremely useful. It defines the boundary
between normal and discontinuous modes, and can be
used as the basis for inductor ripple design.

In AC to DC converters the switching frequency is


usually low and the value Lcrit tends to be relatively high.
Many industrial converters operate with subcritical
inductance because of the low frequency. When L<Lcrit
most converters exhibit output voltages higher than when
L≥ Lcrit. In commercial systems this behavior is
compensated through the use of larger phase delay angles
and automatic control. AC converters actually require
subcritical inductance for proper operation. If the current
does not return to zero during half cycle, commutation
failure can occur. Commutation failure defines a situation
in which the terminal conditions on a switch are
inconsistent with attempts to control the switch. If an
SCR is reverse biased when a gate pulse arrives, the
device will not turn on, and a commutation failure has
occurred. Commutation failure in AC converters can
prodoce DC average output values. This can be a serious
problem and AC regulators are normally intended for
resistive loads to avoid trouble.
Fig.4a. shows the waveforms for a single-phase bridge
Fig. 3 shows the simple circuit of a single-phase thyristor thyristor converter of circuit shown in Fig.3. Fig. 4b
AC converter with R-L-E load. The firing angle of the shows the Matlab/Simulink waveform output of the
thyristor can be controlled symmetrically to control the circuit. Under discontinuous conduction with resistance-
power to the load. The result obtained for this converter is
shown in fig. 3a. The DC load current waveform in the
thyristor AC converter is nonsinusoidal and depends on
firing angle and the impedance angle [12,13].
Feedforward neural networks are trained to estimate the
cut-off angle [14,15,16,17].
inductance-CEMF load. The instantaneous load current in
Fig. 4 can be expressed as[1]

Id =
(3)
Where
.
α- firing angle
Vs – rms value of supply voltage
R- Load resistance
Z- R+jωL impedance
ω- Angular frequency
ϕ- Impedance angle (tan-1(ωL/R))

73
© 2010 ACEEE
DOI: 01.IJRTET.03.02.519
SHORT PAPER
International J. of Recent Trends in Engineering and Technology, Vol. 3, No. 2, May 2010

Assuming the supply voltage and frequency sinusoidal


and constant (i.e. 220 volts, 50 Hz AC), the equation.(4)
shows that the DC load current is a function of firing
angle (α), and impedance angle (ϕ). To train a network
where all these input variables changes [18,19,20]. A
three layer1-30-1 network is used. The training data for
simulation can be summarized as follows:
Input-
 Range of α: 0-1800 in 20 steps (100 intervals,
except extra step at 50 and 1750) under limiting
conditions.
 Values of ϕ: tan-1(2), tan-1(1), tan-1(.5).
 Values of m: 0.2, 0.4,0.8
Output-
 Cut-off angle (θ) calculated by MATLAB fig. 3a
and estimated by a C++ neuron model.

IV. RESULTS
Simulation of the circuit shown in figure 3 is done using
MATLAB/SIMULINK for different values of firing
angles and θ in discontinuous conduction mode. The
results obtained are plotted in figure 6. Firstly we kept θ
constant and then obtained output for different values of
the firing angle. After that the firing angles of the
thyristors are kept constant and then the output is
obtained for different values of θ. These calculated values
were then used to train the artificial neural networks to
estimate the Cutoff angle θ. We used a Neural Model
Developed in C++ as Artificial Neural Networks. A very
large number of training steps were used to train the
complex network and the error was found to converge to
less than 0.1%.

Figure 4b. Showing output of 1phase Thyristor converter


with RLE Load.
Equation.3 is valid in the range α≤ ωt ≤ θ for
discontinuous conduction. From the current waveform, Id
=0 at ωt= θ. It yields

e – (R/ ωL) (θ – α) = {cos (Φ) sin (θ–Φ) –m}/ {cos (Φ) sin (α–
Φ)–m} (4)
Fig.6. Variation of cut-off angle θ with firing angle α
This is a transcendental equation relating parameters
α, m (Vc/Vs), θ, and ωL/R (i.e. Φ). Fig.7 shows the estimator performance Cutoff angle θ.
The results are verified with the simulation results
obtained. The simulations were also performed for RL &
he DC load current is given by
RLC loads on the same converter and an idea of the
Id=√2 Vs [cos (α)-cos (θ)-m (θ-α)]/ (пR) (5)
74
© 2010 ACEEE
DOI: 01.IJRTET.03.02.519
SHORT PAPER
International J. of Recent Trends in Engineering and Technology, Vol. 3, No. 2, May 2010

converter for different loading conditions is also ACKNOWLEDGEMENT


observed. These observations will utilized for further
The authors are thankful to the reviewer for his/her
work continuing in this area.
valuable suggestions.

REFERENCES
[1] Bose, B.K., “Power Electronics and Motor Drives recent
progress & prospective”, IEEE International Conference
on Industrial Technology, Vol. 56, Issue 2, Feb. 2009,
pp.581-588.
[2] Bimal K. Bose, Modern Power Electronics And AC Drives,
Pearson Education Asia, Singapore,2003, pp. 112-122.
[3] Antsaklis, P.J., “Neural Networks for Control Systems”,
IEEE Trans. On Neural Networks, Vol. 1, Issue 2, June
1990, pp.242-244.

[4] Vipul Sharma et-al, “Simulation of RF Components and


Devices Using Radial Basis Function Neural Network,”
Journal of Natural and Physical Sciences, Vol. 22(1-2),
2008, pp.67-75.
[5] Wilamowski,B.M.,“Neural Networks Architectures &
Learning Algorithms”, IEEE Industrial Electronics
Magazine, Vol. 3, Issue 4, Dec 2009, pp.56-63.
[6] Salama, S.,“Simulation of power electronics systems using
“Simupec”: the new power electronics toolbox for
“Simulink/Matlab”, Power Electronics specialists
conference, Vol.5, Jun. 2005, pp.3409-3413.
[7] Simon Haykin, Neural Networks-A Comprehensive
Foundation, Pearson Education Asia, Singapore,2001, pp.
34-37
Fig.7 Results obtained from Artificial Neural Network [8] Min. Huei Kim, member IEEE, M.Godoy Simoes,
member, IEEE, and Bimal K. Bose, Life Fellow IEEE, “
Neural Networks-Based Estimation of Power Electronics
V. CONCLUSION Wavwforms,” IEEE trans. On Power Electronics, Vol. II,
The Paper successfully demonstrates the validity of No.2, March1996.M. Young, The Technical Writer's
feed- forward neural networks for the estimation of the Handbook. Mill Valley, CA: University Science, 1989.
[9] A. W. Kelly and W. F. Yadusky, “Rectifier design for
power electronics waveforms. The application of artificial
minimum line current harmonics and maximum power
neural networks for the estimation of cut-off angle seems factor,” IEEE Trans. Power Electron, Vol.7, No.2, Apr.
to be a simple, inexpensive, and accurate method having 1992, pp. 332-341.
very good agreement with the experimental results. The [10] M.G. Simoes and B.K.Bose, “Neural Networks Based
agreement with the derived results without using any Estimation of feedback signals for a Vector Controlled
practical power electronics circuit for training makes it Induction Motor Drive,” in IEEE-IAS Ann. Meet., 1993,
possible to realize a universal artificial network to pp. 853-861
evaluate the cut-off angle with accuracy. The presented [11] Batista, F.A.B.; Petry, C.A.; Santos, E.L.F.; Almeida, B.R.;
method of using ANN for estimation of power electronics “Diadactic system for digital control of power electronics
applications”, Power Electronic Conference, Oct. 2009,
waveforms is one of the simplest and accurate methods.
pp.-1093-1098.
The inputs of the artificial neural networks have been [12] Silva, J.F.A.D.; Pires, V.F.; Pinto,S.F.; Barros, J.D.,
carefully chosen. This gives the option of using the Journal of Mathemarics & computers in Simulation,
network for testing the waveforms for other power Vol.63, Issue 3-5, Nov. 2003, pp.281-295.
electronics circuitry made out of changing any of the [13] Rahman, H.; Khan, B.H., “Stability improvement of
parameters used as input of the networks. The ANN’s power system by simultaneous AC-DC power
results are verified with the simulation results obtained. trnasmission”, Journal of Electric power systems Research,
The simulations were also performed for RL & RLC Vol. 78, Apr.2008, pp.756-764.
loads on the same converter and an idea of the converter [14] Castellazzi,A.; Ciappa, M., “Multi Domain multilevel
abstraction modeling of integrated power devices” solid
for different loading conditions is also observed. These
state Electronics, Vol. 53, Issue 11, Nov. 2009, pp.1202-
observations will utilized for further work continuing in 1208.
this area. [15] Lee, F.C., “The state of the art power electronics
technologies & future trends”, IEEE Power engineering
society summer meeting, Vol. 2, Jul. 2000, pp.1229-1232.

75
© 2010 ACEEE
DOI: 01.IJRTET.03.02.519
SHORT PAPER
International J. of Recent Trends in Engineering and Technology, Vol. 3, No. 2, May 2010

[16] Ericsen, T.; Khersonskg, Y.; Staimer, P.K., ”PEBB IEEE Transactions on power electronics, Vol. 20, Issue 3,
concept Applications in High Power electronics May 2005, pp.715-720.
Converters” IEEE Power electronis specialists conference, [19] Bose, B. K., “Energy, Environment, and and Advances in
Jun. 2005, pp.2284-2289. Power Electronics”, IEEE Transactions on Power
[17] Gunther, E.W.; Rommel, H.W.; Hussan, I.; Marti, J.R.; Electronics, 2000, 15(4): 688-701
Martinez, J. A.; Fehrle, K. G.; Tang, L.; McGranaghan, M. [20] Gelen, A.; Yalcinoz, T., “An educational software package
F.; Nayak, O. B.; Ribeino, P. F.; Iravani, R.; Lasseter, R., for Thyristor switched Reactive power compensators using
“Guidelines for modeling power electronics in electric Matlab/Simulink”, Simulation Modelling practice &
power engineering applications”, IEEE Transactions on theory, Vol.18, Issue 3, March 2010, pp.366-377.
Power Delivery, Vol. 12, Issue 1, Jan. 1997, pp.505-514.
[18] Blaabjerg, F.; Consoli, A.; Ferreira, I. A.; Van Wyk, J. D.,
“The future of Electronic power processing & conversion”,

76
© 2010 ACEEE
DOI: 01.IJRTET.03.02.519

View publication stats

Das könnte Ihnen auch gefallen