Pulse Width Modulation Explained - Relevant Links Included

In summary: Cvijanovic" and "Pulse Width Modulation (PWM) in Electronics" written by Rajesh Gopalakrishnan for more information.
  • #1
abs_vicky
9
0
Actually i m new to electrical sciences, can anyone please explain me the working principle of a PWM?? and its applications , please provide any relevant links concerning it. Thanks in advance
 
Engineering news on Phys.org
  • #2
Here is a simple pulse width modulation (PWM) control of a mosfet switch:

http://www.solorb.com/elect/pwm/pwm2/

In both circuits, one LM324 provides a voltage reference, two LM324's produce a triangular waveform, and the fourth LM324 is used as a variable threshold comparator to produce a constant frequency, variable width PWM signal to the output switch. This circuit can be used for both resistive loads (lights) and inductive loads (electric motors).

LM324 datasheet:

http://www.national.com/profile/snip.cgi/openDS=LM324

Bob S
 
Last edited by a moderator:
  • #3
abs_vicky said:
Actually i m new to electrical sciences, can anyone please explain me the working principle of a PWM?? and its applications , please provide any relevant links concerning it. Thanks in advance

One key concept in the application of PWM is that while the voltage is ON, you are delivering full power to the load (generally). This is useful for modulating the speed of DC motors, for example. You do not vary the speed of a DC motor by lowering the drive voltage, because you sacrafice torque if you do that. But if you use PWM to lower the speed (by using lower and lower ON times per drive period), your torque holds up much better.

http://en.wikipedia.org/wiki/Pulse-width_modulation

.
 
  • #4
A PWM signal has a frequency and a duty cycle. The frequency is related to how long the period is. The duty cycle is usually a percentage related to the percentage of the period that the signal is on. For instance, a 1kHz, 50% duty cycle, 5V peak to peak (0-5VDC) signal looks like a square wave with it being on (5V) for 0.5ms (50% * (1/1kHz)) and off (0V) for the other 0.5ms, repeat. This allows for what I think is called an apparent voltage, which is calculated by multiplying the duty cycle by the peak to peak voltage, or in this case, 2.5 V (50% * 5V). This is helpful in controlling motors, because the RPM of a motor is related to how much power you supply it. So, if you want a lower RPM, you use a PWM signal with a low duty cycle, and vice versa. I believe it's called proportional control. Arduino makes simply controllers (duemilanove and Uno) that center around PWM outputs. You'll obviously need an actuator to drive the motors, because you traditionally don't power motors from a microcontroller.
 
Last edited:
  • #5
Please check domain "www.PWM-Theory.com". Please read "Introduction to PWM Control Systems. Zelimir
 

1. What is Pulse Width Modulation (PWM)?

Pulse Width Modulation is a technique used to control the amount of power or voltage being supplied to a device by quickly switching between fully on and fully off states. This results in an average voltage that can be varied by changing the ratio of on and off time.

2. How does PWM work?

PWM works by using a pulse signal with a fixed frequency and varying the width of the pulses. A longer pulse width corresponds to a higher average voltage, while a shorter pulse width corresponds to a lower average voltage. By changing the duty cycle (ratio of on time to total time) of the pulses, the average voltage can be controlled.

3. What are the advantages of PWM?

PWM offers several advantages, including efficient use of power, precise control of voltage or power, and the ability to control devices that require high voltage or power. It also allows for smooth and precise motor control and reduces the amount of heat generated, making it ideal for use in electronic devices.

4. What are some common applications of PWM?

PWM is commonly used in electronic devices such as motor speed control, LED dimming, and power supply regulation. It is also used in audio amplifiers, DC-to-DC converters, and many other applications where precise control of voltage or power is required.

5. Are there any potential drawbacks to using PWM?

One potential drawback of PWM is that it can introduce high-frequency noise, which may interfere with other electronic components. It can also cause electromagnetic interference, which can affect sensitive electronic devices. Additionally, the switching frequency of PWM may cause audible noise in some applications.

Similar threads

  • Electrical Engineering
Replies
21
Views
1K
Replies
11
Views
2K
  • Electrical Engineering
Replies
10
Views
860
  • Electrical Engineering
Replies
1
Views
3K
Replies
6
Views
1K
  • Electrical Engineering
Replies
16
Views
7K
  • Electrical Engineering
2
Replies
41
Views
4K
Replies
5
Views
1K
Replies
2
Views
871
  • Electrical Engineering
Replies
6
Views
748
Back
Top