ldc2phi

The ldc2Phi function calculates the luminous flux \Phi_v of a luminaire from its luminous intensity distribution curve (LDC) with the following equation:

\Phi_v = \int{I_v \,\textrm{d}}\Omega_1

Usage:

phi = ldc2phi(ldc)

Where:

ParameterDescription
phiIs the luminous flux of the luminaire, \Phi_v.
ldcIs the luminous distribution curve of the luminaire, see also: readldt

Example

ldc = readldt('lambert.ldt');
phi = ldc2phi(ldc)

See also: readldt

Result:

phi = 1000.00

Note: EULUMDAT .ldt files are usually normalized at 1000 lm.


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.