The sinc function (normalized) is

Image: Normalized sinc function, CC BY-SA 3.0

with defined by the L’Hôpital limit, and zeros at every nonzero integer .

Two conventions

The normalized sinc (above) has zeros at integer and is the one used in signal processing and in this course. The unnormalized sinc has zeros at integer multiples of and is more common in physics and pure math. Whenever you see “sinc” in this vault and in Continuous-Time Signals and Systems, it’s the normalized one. Other contexts may differ.

Picture

  • Main lobe from to (where the first zeros sit), with a peak of at .
  • Side lobes that decay in envelope as .
  • Alternating sign: positive on , negative on , positive on , etc.

The slow decay is what makes sinc a difficult thing to truncate cleanly — its tails are long, and chopping them off produces ringing artifacts (closely related to the Gibbs phenomenon).

Where sinc shows up

The Fourier transform of a rectangle is a sinc:

And dually, the Fourier transform of a sinc is a rectangle:

These are the most-used Fourier pairs in the course. The sinc and rect together encode the time-bandwidth tradeoff: a narrow rect (good time localization) has a wide sinc spectrum (poor frequency localization), and vice versa.

The sinc also appears:

  • In the impulse response of an ideal lowpass filter — the inverse transform of a brick-wall rectangle in frequency is a sinc in time.
  • In sinc interpolation for reconstructing a sampled signal — each sample contributes a sinc pulse centered at the sample time.
  • In the Fourier series coefficients of a periodic train of rectangles (the rect-train pair).

sinc²

The square is positive everywhere, with main lobe peaking at and side lobes much smaller than for sinc alone (since squaring suppresses values less than 1). It is the Fourier transform of the unit triangle:

This follows from and the convolution theorem (convolution in time = multiplication in frequency).

Key values

  • (by L’Hôpital, since as ).
  • for every nonzero integer .
  • is even: .