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 ------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle
Back to the Imaging Module page