1

I am confused exactly how the PWM signal works in DC motors, LEDs, and resistors.

  • How do our eyes perceive the brightness of the LED as the average voltage?
  • Does a DC motor work as a low pass filter?
  • Do the eye's perception and DC motor voltage result in the same graphics?
  • What about a resistor working as a low pass filter or is it something else?
JRE
  • 67,678
  • 8
  • 104
  • 179
  • 3
    Motors coils have inductance (electrical inertia) and motor rotors have mass (mechanical inertia). Cones and rods have persistence. – DKNguyen Sep 18 '21 at 20:23
  • 1
    bahadır güven - Hi, I have deleted the "non-answer" which you posted as an answer, as it wasn't clear where you meant to write it. On Stack Exchange, there is a difference between *comment* and *answer*. Also, if you have new information or need to improve your question, then you [Edit] your question. See the site [tour] and [help] for more information about the site rules and etiquette. FYI, as a general guideline (with only one exception) since you asked the question, you won't need to use the "Your Answer" box at the bottom of the page. Thanks. – SamGibson Sep 18 '21 at 21:03
  • 1
    Too many questions. You want to know: (1) How a motor acts like a low-pass filter?; (2) How do humans perceive blinking/flickering light sources?; (3) How do humans perceive brightness?; (4) How can a resistor participate as a low pass filter element?; (5) Does any discussion about human perception relate to any discussion about motors as low-pass filters? --- These questions bury in them false assumptions, which have to be unwound before any answers could be then added. This is way, way too much to handle in a single answer here. – jonk Sep 18 '21 at 22:18

1 Answers1

0

There shouldn't be any great confusion here.

How our eyes perceive the brightness of the LED as the average voltage?

Our eyes don't detect variations in light intensity above about 30 to 50 Hz very well. If they did we would have been driven mad by AC powered lighting and TV/monitor flicker.

It should make sense that if you blink a light at full power and high frequency that the average light level will be proportional to the PWM pulse width.

Is a dc motor working as a low pass filter?

Yes. The mechanical inertia of a motor means it smooths out the bursts of acceleration and deceleration to provide a smooth motion. If you drop the PWM frequency low enough you will start to get vibration.

Do the eye's perception and dc motor voltage result in the same graphics?

DC motor and graphics? You'll need to explain more.

What about a resistor working as a low pass filter or is it something else?

No, the eyes and the motor provide the low-pass filtering.

Similarly with the motor, the average motor current will vary with the PWM pulse width.

Transistor
  • 168,990
  • 12
  • 186
  • 385