Home > ISET > vcamera > sensor > pixel > pixelDR.m

pixelDR

PURPOSE ^

Calculate pixel dynamic range (dB)

SYNOPSIS ^

function DR = pixelDR(ISA,integrationTime)

DESCRIPTION ^

 Calculate pixel dynamic range (dB)

     DR = pixelDR(ISA,integrationTime)

  Pixel dynamic range is t

         20 log10 (voltageRange / noiseVoltage)

  where:
        voltageRange is (maxVoltage - darkVoltage)
        noiseVoltage is sqrt(dkVoltageVariance + readNoiseVariance)

  Note (1). This algorithm takes in the ISA, not just the PIXEL because
  pixel DR depends on the integration time, which is attached to the ISA.
  

 Copyright ImagEval Consultants, LLC, 2003

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 14-Jan-2007 10:24:23 by m2html © 2003