Home > ISET > vcamera > optics > opticsPlotDefocus.m

opticsPlotDefocus

PURPOSE ^

Plot the OTF as a function of defocus

SYNOPSIS ^

function otf = opticsPlotDefocus(Defocus,sampleSf,wave)

DESCRIPTION ^

Plot the OTF as a function of defocus

   otf = opticsPlotDefocus(Defocus,sampleSf,wave)

 This function is not currently used.  It plots the 1D OTF (for a
 diffraction-limited system) as a function of defocus. Hence, the output
 graph has spatial frequency on one axis and defocus on the other.  The
 height shows the relative amplitude of the transmitted pattern.
 
 The user specifies the spatial frequency range and wavelength. 

 Example:
  Defocus = [-1:.1:1]; sampleSf = [0:64]; wave = 500;
  figure; opticsPlotDefocus(Defocus,sampleSf,wave);

 Copyright ImagEval Consultants, LLC, 2005.

CROSS-REFERENCE INFORMATION ^

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