Home > ISET > vcamera > scene > sceneFrequencySupport.m

sceneFrequencySupport

PURPOSE ^

Compute spatial frequency support for scene in specified units

SYNOPSIS ^

function fSupport = sceneFrequencySupport(scene,units)

DESCRIPTION ^

Compute spatial frequency support for scene in specified units 

   fSupport = sceneFrequencySupport(scene,units)

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

 See also:  unitFrequencyList

 Examples:
    fSmm  = sceneFrequencySupport(oi,'mm');   %cycles/millimeter
    fScpd = sceneFrequencySupport(oi,'cycPerDeg');
    fScpd = sceneFrequencySupport(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