Pulse Width Modulation Explained - Relevant Links Included

AI Thread Summary
Pulse Width Modulation (PWM) is a technique used to control power delivery to electrical devices by varying the width of the pulses in a signal, which helps maintain torque in DC motors while modulating speed. The PWM signal consists of a frequency and a duty cycle, where the duty cycle determines the proportion of time the signal is on versus off. This method allows for effective control of both resistive and inductive loads, such as lights and motors. Relevant circuits and resources, including the LM324 operational amplifier and various online links, are provided for further understanding. PWM is essential in applications like motor speed control and is commonly utilized in microcontroller projects.
abs_vicky
Messages
9
Reaction score
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
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:
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

.
 
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:
Please check domain "www.PWM-Theory.com". Please read "Introduction to PWM Control Systems. Zelimir
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top