Sombrero function

From HandWiki
Sombrero function 3D

A sombrero function (sometimes called besinc function or jinc function[1]) is the 2-dimensional polar coordinate analog of the sinc function, and is so-called because it is shaped like a sombrero hat. This function is frequently used in image processing.[2] It can be defined through the Bessel function of the first kind ([math]\displaystyle{ J_1 }[/math]) where ρ2 = x2 + y2. [math]\displaystyle{ \operatorname{somb} (\rho) = \frac{2 J_1(\pi \rho)}{\pi \rho}. }[/math]

The normalization factor 2 makes somb(0) = 1. Sometimes the π factor is omitted, giving the following alternative definition: [math]\displaystyle{ \operatorname{somb} (\rho) = \frac{2 J_1(\rho)}{\rho}. }[/math]

The factor of 2 is also often omitted, giving yet another definition and causing the function maximum to be 0.5:[3] [math]\displaystyle{ \operatorname{somb} (\rho) = \frac{ J_1(\rho)}{\rho}. }[/math]

The Fourier transform of the 2D circle function ([math]\displaystyle{ circ(\rho) }[/math]) is a sombrero function. Thus a sombrero function also appears in the intensity profile of far-field diffraction through a circular aperture, known as an Airy disk.

References