Path: SC/Sensor
% Energy per ring for a diffraction limited circular aperture
Gives the energy per ring and diameter of each ring for a diffraction limited
circular aperture.
The default telescope data is for the Corning OCA Star Camera.
--------------------------------------------------------------------------
Form:
[e, d] = EnergyPerRing( w, x )
--------------------------------------------------------------------------
------
Inputs
------
w (1,:) wavelength (default is visible spectrum)
x (:) .focalLength (1,1) focal length
.aperture (1,1) aperture diameter
-------
Outputs
-------
e (1,4) Energy per ring (fraction)
d (1,4) Diameter
--------------------------------------------------------------------------
References: Kayton, M. and W. R. Fried, "Avionics Navigation Systems.
Second Edition." Wiley. pp. 565-566.
--------------------------------------------------------------------------
Common: Graphics/Plot2D
Back to the SC Module page