This site is supported by donations to The OEIS Foundation.

Sinc function

From OeisWiki
Jump to navigationJump to search


This article needs more work.

Please help by expanding it!


The sinc function is an entire function defined as sinc(0) = 0 and sinc(x)=sin(x)/x for nonzero x. The function is continuous at x = 0 since limx0sinxx=1.

The term "sinc" (IPA-en: ˈsɪŋk) is a contraction of the function's full Latin name, the sinus cardinalis (cardinal sine). First introduced by Phillip M. Woodward in 1953.[1][2][3]

Normalized sinc function

[edit]

In digital signal processing and information theory, the normalized sinc function sincπ(x)=sinc(πx) is common.

The only difference between sinc and the normalized sinc function is the scaling of the independent variable (the x-axis) by a factor of π. It is called normalized because the integral over all x is 1. All of the zeros of the normalized sinc function are at nonzero integer values of x. The Fourier transform of the normalized sinc function is the rectangular function with no scaling. This function is fundamental in the concept of reconstructing the original continuous bandlimited signal from uniformly spaced samples of that signal.

Reciprocal Gamma function

[edit]

The domain can be extended to the complex plane via the reciprocal Gamma function f(z):=1Γ(z)

sinc(z)=f(1+zπ)f(1zπ),z.
sincπ(z)=f(1+z)f(1z),z.

Properties

[edit]

The sinc function crosses zero at nonzero multiples of π; zero crossings of the normalized sinc occur at nonzero integer values.

The local maxima and minima of sinc correspond to its intersections with the cosine function. That is, sin(ξ)ξ=cos(ξ) for all points ξ where the derivative of sin(x)x is zero (and thus a local extremum is reached.)

Maclaurin series

[edit]
sinπxπx=n=0(1)nπ2nx2n(2n+1)!=1π2x26+π4x4120π6x65040+π8x8362880π10x1039916800+π12x126227020800π14x141307674368000+π16x16355687428096000
sinxx=n=0(1)nx2n(2n+1)!=1x26+x4120x65040+x8362880x1039916800+x126227020800x141307674368000+x16355687428096000

where the numerators (1)n,n0, give the sequence (Cf. A033999)

{1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, ...}

and the denominators (2n+1)!,n0, give the sequence (Cf. A009445)

{1, 6, 120, 5040, 362880, 39916800, 6227020800, 1307674368000, 355687428096000, 121645100408832000, 51090942171709440000, 25852016738884976640000, ...}

Product representations

[edit]

The normalized sinc function has a simple representation as the infinite product

sinπxπx=n=1(1x2n2)

and is related to the gamma function Γ(x) by Euler's reflection formula

sinπxπx=1Γ(1+x)Γ(1x).

Euler discovered that

sinxx=n=1cos(x2n).

Integral representations

[edit]

The continuous Fourier transform of the normalized sinc (to cycle frequency) is the rectangular function rect(f)

ei2πftsincπtdt=rect(f),

where the rectangular function is 1 for argument between 12 and 12, and zero otherwise. This corresponds to the fact that the sinc filter is the ideal (brick-wall, meaning rectangular frequency response) low-pass filter.

This Fourier integral, including the special case

sincπxdx=rect(0)=1,

is an improper integral and not a convergent Lebesgue integral, as

|sincπx|dx=+.

The normalized sinc function has properties that make it ideal in relationship to interpolation of sampled bandlimited functions

  • It is an interpolating function, i.e. sincπ(0)=1, and sincπ(k)=0 for nonzero integer k.

Other properties of the two sinc functions

[edit]

Derivatives of the sinc functions

[edit]
dsincxdx=1x(cosxsincx)
dsincπxdx=1x(cosπxsincπx)

The unnormalized sinc is the zero th order spherical Bessel function of the first kind, j0(x). The normalized sinc is j0(πx).

Integrals of the two sinc functions

[edit]

Indefinite integrals of the two sinc functions

[edit]
0xsinttdt=Si(x),
0xsinπtπtdt=Si(πx)π,

where Si(x) is the sine integral.

Improper integrals of the two sinc functions

[edit]
sincπ1xdx=1,sin1xx1dx=π.
sincπ2xdx=1,sin2xx2dx=π.
sincπ3xdx=34,sin3xx3dx=3π4.
sincπ4xdx=23,sin4xx4dx=2π3.

Ordinary differential equation for the sinc function

[edit]

λsincλx (unnormalized sync function) is one of two linearly independent solutions to the linear ordinary differential equation

xd2ydx2+2dydx+λ2xy=0.

The other is λcosλxλx=cosλxx, which is not bounded at x=0, unlike its sinc function counterpart.

Relationship to the Dirac delta distribution

[edit]

The normalized sinc function can be used as a "nascent" Dirac delta function, meaning that the following weak limit holds

lima01asincπ(xa)=δ(x).

This is not an ordinary limit, since the left side does not converge. Rather, it means that

lima01asincπ(xa)φ(x)dx=φ(0),

for any smooth function φ(x) with compact support.

In the above expression, as a approaches zero, the number of oscillations per unit length of the sinc function approaches infinity. Nevertheless, the expression always oscillates inside an envelope of ±1πax, and approaches zero for any nonzero value of x. This complicates the informal picture of δ(x) as being zero for all x except at the point x=0 and illustrates the problem of thinking of the delta function as a function rather than as a distribution. A similar situation is found in the Gibbs phenomenon.

Generalized sinc functions

[edit]

Since the sinc function is related to the Fourier transform of a quantity distributed uniformly over a finite interval (i.e. a 1-dimensional sphere,) the sinc function may be generalized by considering the Fourier transform of a quantity distributed uniformly over an n-dimensional sphere.[4]

Tanc function

[edit]

By analogy with the sinc function, the tanc function is defined as[5]

tanc(x):={1if x=0,tanxxotherwise,

where we have continuity at the removable singularity at x=0, since limx0tanxx=1.

See also

[edit]
  • {{sinc}} (mathematical function template)

Notes

[edit]
  1. Poynton, Charles A. (2003). Digital video and HDTV. Morgan Kaufmann Publishers. p. 147. ISBN 1558607927. 
  2. Woodward, Phillip M. (1953). Probability and information theory, with applications to radar. London: Pergamon Press. p. 29. ISBN 0890061033. OCLC 488749777. 
  3. Also apparently earlier in: Woodward, P. M.; Davies, I. L. (March 1952). “Information theory and inverse probability in telecommunication”. Proceedings of the IEE - Part III: Radio and Communication Engineering 99 (58): pp. 37–44. doi:10.1049/pi-3.1952.0011. 
  4. Stanislav Sýkora, K-Space Images of n-Dimensional Spheres and Generalized Sinc Functions, Copyright ©2007.
  5. Weisstein, Eric W., Tanc Function, from MathWorld—A Wolfram Web Resource.

References

[edit]

Template:Reflist

[edit]