Home > ISET > vcamera > opticalImage > oiFrequencySupport.m

oiFrequencySupport

PURPOSE ^

Compute spatial frequency support for an optical image

SYNOPSIS ^

function fSupport = oiFrequencySupport(oi,units)

DESCRIPTION ^

Compute spatial frequency support for an optical image 

   fSupport = oiFrequencySupport(oi,units)

 Various calculations, such as the OTF, require the range of spatial
 frequencies in the optical image supported by the sampling density.
 This routine, and the company sceneFrequencySupport, compute the
 spatial frequency support and return it as an array. 

 The default units of fSupport are cycles/deg of visual angle. Other
 options are cycles/distance (e.g., cycles/meter, cycles/mm,
 cycles/microns).

 Examples:
    fSmm = oiFrequencySupport(oi,'mm');   % cycles/millimeter
    fScpd = oiFrequencySupport(oi,'cycPerDeg');
    fScpd = oiFrequencySupport(oi); 

 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