Quote:
Plasma displays create grayscale by using a special kind of PWM (pulse-width-modulation). Unlike regular PWM plasma displays have a set number of pulses with binary widths (0,1,2,4,8,16,32,64,128..etc). To get all possible luminence levels these binary pulses are chosen in combination accordingly.
For example to get a grayscale step of 51 they would activate pulse 0,1,2,16,32 in that order. But unlike regular PWM the pulses remain time separated. For example:
sub-pixel #1: grayscale of 51 the pixel would do the following:
0 , 1 , 2 , off , off , 16 , 32 , off , off
-------------------------------------> time (16.7ms)
sub-pixel #2: grayscale of 128 the pixel would do the following
0 , off , off , off , off , off , off , off , 128
-------------------------------------> time (16.7ms)
This time seperated pulse modulation causes many motion artifacts and some color seperation as you can see in the above example. Pixel #1 is on while pixel #2 is not and visa versa.
However, I've seen some data that suggests that this is not the cause of the plasma rainbow phenomenon. Rather it is the phosphor decay differences, with green and red phosphors lasting longer than blue.
Cheers














