0

Suppose I have a line of N LED's, of which only one is on at a time. Is there a formula relating N to the minimum speed at which I have to switch between one being on and the next one?

IE: I give the formula my number of LEDs and then out comes the frequency at which I must cycle through them.

NOTE:

This should work in such a way that a human can not distinguish that any of the leds where off

DarthRubik
  • 358
  • 3
  • 15

1 Answers1

2

Going back to the old video standards (such as PAL or RS-170), the refresh rate was 25 frames per second or 30 frames per second (depending on where you live).

The refresh rate was chosen to be as low as possible (to keep the electronics reasonably inexpensive and achievable) but high enough so that the viewer did not suffer distracting (and possibly to some) painful flicker sensations.

These standards were interlaced, so 20msec between one device turning off and the next turning on should work.

In what I currently do, we consider that 5 msec is not resolveable by the human eye. That basis should let you answer your question.

As an example of where we deliberately flicker an LED but it gives an appearance of continuous operation, see this previous question.

Peter Smith
  • 21,923
  • 1
  • 29
  • 64
  • 2
    There were two further tricks to the TV. (1) The phosphor coating inside the tubes had a decay time. This had to be slow enough to keep the dot bright for a while but not so long as to blur the image. (2) The 625 lines of scan were interlaced with, I think, all the odd lines drawn first followed by the even. This way every pair of lines had one of them refreshed 50 times a second. – Transistor May 21 '16 at 17:14