AiryResolution:

Path: Imaging/Optics

% Draw the Airy pattern for a point light source.

   Type AiryResolution for a demo.

------------------------------------------------------------------------
   Form:
   [i, pixels] = AiryResolution( d, f, pixelWidth, lambda, eps )
------------------------------------------------------------------------

   ------
   Inputs
   ------
   d               (1,1) Aperture
   f               (1,1) Focal length
   pixelWidth      (1,1) Width of a pixel
   lambda          (1,1) Wavelength
   eps             (1,1) Center obstruction (0 < eps < 1)

   -------
   Outputs
   -------
   i               (1,:) Intensity
   pixels          (1,:) Pixel location

------------------------------------------------------------------------
   Reference: http://en.wikipedia.org/wiki/Airy_disc
------------------------------------------------------------------------

Children:

Common: Graphics/Plot2D

Back to the Imaging Module page