Energy Power Quality
Energy Power Quality
Energy Power Quality
I. I NTRODUCTION
LTHOUGH Electric Power Quality (EPQ) is defined by
the IEEE as the concept of powering and grounding
sensitive electronics equipment in a manner suitable for the
equipment, all electrical devices are susceptible to failure or
malfunction when they are exhibited to one or more power
quality problems. This device might be an electric motor,
a transformer, a generator, a computer, telecommunications
equipment, etc. From a simple alarm clock to complex industrial controllers, electric devices are susceptible to failure due
to a poor electric power quality.
Many other definition to EPQ exist. One example is A
set of electrical boundaries that allows a piece of equipment
to function in its intended manner without significant loss of
performance of life expectancy [9]. Another definition might
state The term that refers to maintaining the near sinusoidal
waveform of power distribution bus voltages and currents at
rated magnitude and frequency [5].
Poor quality is normally caused by power line disturbances
such as impulses, notches, voltage sag and swell, voltage
and current unbalances, momentary interruption and harmonic
distortions.
Other major contributors to poor power quality are
harmonics and reactive power.
Fig. 4. Sags/Swells
Fig. 2. Harmonic example
Voltage / Current unbalance: Voltage and current unbalance may occur due to the unbalance in drop in the
generating system or transmission system and unbalanced
loading. During unbalance, negative sequence components appear.
Harmonics: Are the alternating components having frequencies other than fundamental present in voltage and
current signals. Caused by non linearity, excessive use of
semiconductor based switching devices, different design
constraints, etc. (Harmonic component of current of order
n 1).
in = In sin 2nf
(1)
other two. Thus, each conductor acts as the return path for the
currents from the other two.
While a single phase AC power supply requires two conductors (Go and Return), a three phase supply can transmit
three times the power by using only one extra conductor. This
means that a 50% increase in transmission cost yields a 200%
increase in the power transmitted.
Three-phase systems may also utilise a fourth wire, particularly in low-voltage distribution. This is the neutral wire.
The neutral allows three separate single-phase supplies to be
provided at a constant voltage and is commonly used for
supplying groups of domestic properties which are each singlephase loads. The connections are arranged so that, as far as
possible in each group, equal power is drawn from each phase.
Further up the supply chain in high-voltage distribution the
currents are usually well balanced and it is therefore normal
to omit the neutral conductor.
Three-phase supplies have properties that make them very
desirable in electric power distribution systems:
The phase currents tend to cancel out one another,
summing to zero in the case of a linear balanced load.
This makes it possible to reduce the size of the neutral
conductor because it carries little to no current; all the
phase conductors carry the same current and so can be
the same size, for a balanced load.
Power transfer into a linear balanced load is constant,
which helps to reduce generator and motor vibrations.
Three-phase systems can produce a rotating magnetic
field with a specified direction and constant magnitude,
which simplifies the design of electric motors.
1) Three-wire and four-wire configuration: There are two
basic three-phase configurations: delta and wye (star). In
Figure 8 a delta configuration requires only 3 wires for
transmission but a wye (star) configuration may utilise a fourth
wire 6. The fourth wire, if present, is provided as a Neutral and
is normally Grounded. The 3-wire and 4-wire designations
do not count the ground wire used above many transmission
lines which is solely for fault protection and does not carry
current under non-fault conditions.
A four-wire system with symmetrical voltages between
phase and neutral is obtained when the neutral is connected
N
1
X
x[n]ej(2/N )kn
(2)
n=0
N 1
1 X
x[n]ej(2/N )kn
N n=0
(3)
The FFT let us to reduce the number of sums and multiplications of the computation factor to N log2 N . The reduction
of operations is significant for high values of N , like 1024.
Using N = 1024 the number of complex operations would
be:
N 2 = 1, 048, 576
(4)
(5)
(6)
The tests for the 8-point FFT in VHDL are shown in the
Table I. The input vector has 8 values input data for the FFT
computation. To compare the results of this design, the FFT
algorithm was developed in MATLAB step-by-step so both
VHDL and MATLAB results can be compared.
Sample
0
1
2
3
4
5
6
7
MATLAB
VHDL
-Inf
-96.3300
-Inf
-96.3300
-Inf
-96.3300
-Inf
-96.3300
0.0
0.0
-Inf
-96.3300
-Inf
-96.3300
-Inf
-96.3300
TABLE IV
R ESULTS OF T EST 3
[1
[1
[1
[1
[1
0
1
-1
1
1
Input
0 0
1 1
1 -1
1 1
0 0
vector
0 0 0 0]
1 1 1 1]
1 -1 1 -1]
0 0 0 0]
0 0 0 0]
TABLE I
Description
Impulse
Unit step function
Nyquists limit
0.5Ts step function
0.25Ts step function
T EST PARAMETERS .
MATLAB
VHDL
-18.0618
-18.0625
-18.0618
-18.0625
-18.0618
-18.0625
-18.0618
-18.0625
-18.0618
-18.0625
-18.0618
-18.0625
-18.0618
-18.0625
-18.0618
-18.0625
TABLE II
R ESULTS OF T EST 1
2) Test 2: The second test has as the input signal the unit
step function. The same codification was used for the input
data. The results are compared versus the FFT MATLAB
algorithm and are shown in the Table III.
Sample
0
1
2
3
4
5
6
7
MATLAB
VHDL
0.0
0.0
-Inf
-96.3300
-Inf
-96.3300
-Inf
-96.3300
-Inf
-96.3300
-Inf
-96.3300
-Inf
-96.3300
-Inf
-96.3300
TABLE III
R ESULTS OF T EST 2