Unit - 12 - PWM Techniques - 2023
Unit - 12 - PWM Techniques - 2023
What is PWM?
2
What is the frequency of PWM ?
The frequency f is the number of cycles per second, which determines
how fast the PWM completes a cycle (i.e. 1000 Hz would be 1000
cycles per second), and therefore how fast it switches between high
state and low state.
3
If we consider a pulse waveform f (t ) , with period T, logic low
value ymin, a logic high value ymax and a duty cycle D, the average
value of the waveform is given by:
1 T
y = ∫ f (t )dt
T 0
As f (t ) is a pulse wave, its value is
ymax 0 < t < D ⋅T
f (t ) =
ymin D ⋅T < t < T .
4
The above expression then becomes:
1 DT
T 0
( T
y = ∫ y max dt + ∫ y min dt
DT
)
D ⋅ T ⋅ y max + (1 − D ) ⋅ T ⋅ y min
=
T
= D ⋅ y max + (1 − D ) ⋅ y min
y = D ⋅ y max + (1 − D ) ⋅ y min
If y min = 0 , y = D ⋅ y max .
The triangle waveform, which has approximately equal rise and fall
slopes, is one of the commonest used, but you can also use a saw-
tooth (where the voltage rises slowly and falls quickly).
7
There is an integrated circuit called a comparator to generate PWM
signal.
8
12.2 PWM in AC motor control
Because of the advances in solid state power devices and
microprocessors, switching power converters are used in
industrial applications to convert and deliver their required energy
to motors or other loads.
The voltage of power supply of an AC machine needs a dominant
fundamental sine-wave component and small harmonic
components.
PWM signals are pulse trains with fixed switching frequency and
magnitude and variable pulse width.
PWM is to use pulse width to generate
suitable voltage for load. A large number
of pulses per cycle are used in order to
synthesize a voltage wave.
9
Disadvantages of PWM:
1. Increase of switching losses due to high PWM frequency.
2. Reduction of available voltage.
3. Electromagnetic interference (EMI) problem due to high-order
harmonics.
for motor drive, about 1-2kHz. but switching freq for
switch mode power sypply is 50kHA,
2. Reduction of harmonics.
12
12.3 Basic principles of PWM
13
Application of equal-area (volt-seconds) theorem:
14
One leg of single-phase inverter
16
Three-phase inverter
17
Waveforms of three-phase sin PWM inverter
18
Characteristics of PWM
20
Characteristics of PWM
The higher the switching frequency, the better will be the
quality of the sine wave.
Phase voltage:
switching freq or carrier
freq = PWM freq
Phase current:
p=5 p=33
you can still see some ripples 21
The switching frequency is called the carrier frequency or PWM
frequency.
There are many schemes of PWM, which use the same power circuit
as that of the 6-step inverter.
23
References:
24