Lighting Research Center Lighting Research Center
    Volume 7 Issue 5
September 2003 (revised March 2005)    
Full-Spectrum Light Sources
Color rendering index (CRI) - A measure of the degree of color shift that objects undergo when illuminated by a lamp, compared with those same objects when illuminated by a reference source of comparable correlated color temperature (CCT). A CRI of 100 represents the maximum value. A lower CRI value indicates that some colors may appear unnatural when illuminated by the lamp. Incandescent lamps have a CRI above 95. The cool white fluorescent lamp has a CRI of 62; fluorescent lamps containing rare-earth phosphors are available with CRI values of 80 and above. Correlated color temperature (CCT) - A specification of the apparent color of a light source relative to the color appearance of an ideal incandescent source held at a particular temperature and measured on the Kelvin (K) scale. The CCT rating for a lamp is a general indication of the warmth or coolness of its appearance. As CCT increases, the appearance of the source shifts from reddish white toward bluish white; therefore, the higher the color temperature, the cooler the color appearance. Lamps with a CCT rating below 3200 K are usually considered warm sources, whereas those with a CCT above 4000 K usually considered cool in appearance. Efficacy - The ratio of the light output of a lamp (lumens) to its active power (watts), expressed as lumens per watt. Minimal erythema dose (MED) - The quantity of ultraviolet radiation (expressed in Joules per square meter) required to produce the first perceptible, redness reaction on human skin with clearly defined borders. MED can vary significantly depending on factors such as skin pigmentation. x-bar - Color matching function x-bar, y-bar, z-bar are used to define the color-matching properties of the CIE 1931 standard observer. In 1931, CIE defined the color-matching functions x-bar, y-bar, z-bar in the wavelength range from 380nm to 780 nm at wavelength intervals of 5nm. Spectral power distribution (SPD) - A representation of the radiant power emitted by a light source as a function of wavelength. Positive Affect - Relatively mild shifts in current mood in a positive direction.

Appendix

% fifth, calculate the FSI (full spectrum index)

% interpolate SPD from 380nm to 730nm with 1nm internal
t=380:1:730;
spd=interp1(wavelength_spd,spd,t','spline');
spd(isnan(spd)) = 0.0;
spd=spd/max(spd);

% Equal energy accumulative spd
EEspd=(1/351:1/351:1);

% circular calculation of FSI
for j=1:351
for i=1:351
cum(i,:)=sum(spd(1:i,:),1)./sum(spd,1);
leastwo(i,:)=(cum(i,:)-EEspd(i)).^2;
end
sumleastwo(j,:)=sum(leastwo,1);
spd=circshift(spd,1);
end
meanleastwo=mean(sumleastwo,1);
FSI=100-4*meanleastwo;

 

© 2003 - 2005 Rensselaer Polytechnic Institute. All rights reserved. Next Next


Rensselaer Polytechnic Institute
LRC Intranet Web mail Lighting Research Center