PWM Signal - Experiments 3
PWM Signal - Experiments 3
POLITEKNIK MERLIMAU
ELECTRICAL ENGINEERING DEPARTMENT
EP301 - COMMUNICATION SYSTEM FUNDAMENTALS
Practical
:3
Title
Objective
Apparatus
Theory
PWM or pulse width modulation is a powerful way of controlling analog circuits and system, using the digital outputs of microprocessors. Defining the
team, we can say that PWM is the way we control a digital signal simulating an analog one, by means of altering its state and frequency of this.
PWM also used in voltage regulators such as Switched Mode Power Supplies (SMPS) to control the power delivered to load. PWM can be generated using
a comparator to which the modulating signal and a reference ramp (sawtooth) waveform are fed.
The PWM is actually a square wave modulated. This modulation infects on the frequency (clock cycle) and the duty cycle of the signal. Both of those
parameters will be explained in details in lecturer but keep in mind that a PWM signal is characterized from the duty clock and the duty cycle. The amplitude of the
signal remains stable during time (except of course from the rising and falling ramps). The clock cycle is measured in Hz and the duty cycle is measured in
hundred percent (%). Figure 1 showed the output for PWM wave signal.
Page |2
Page |3
>> end
>> end
>> plot(t,pwm, `-k`,t,m,`--r`,t,s,`--b`);
>> title('PWM wave');
>> axis([0 1 -1.5 1.5]);
*** Observe Figure 1 and fill in Box A
2. Complete your observation below:
Box A
3. Question
a. List 3 (THREE) usages for PWM.
b. List the type of pulse modulation.
c.
Page |4