Signal Processing Toolbox    
sinc

Sinc function.

Syntax

Description

sinc computes the sinc function of an input vector or array, where the sinc function is

This function is the continuous inverse Fourier transform of the rectangular pulse of width 2 and height 1.

y = sinc(x) returns an array y the same size as x, whose elements are the sinc function of the elements of x.

The space of functions bandlimited in the frequency range is spanned by the infinite (yet countable) set of sinc functions shifted by integers. Thus any such bandlimited function g(t) can be reconstructed from its samples at integer spacings.

Example

Perform ideal bandlimited interpolation by assuming that the signal to be interpolated is 0 outside of the given time interval and that it has been sampled at exactly the Nyquist frequency.

See Also
chirp
Generate a swept-frequency cosine.
cos
Compute the Cosine of vector/matrix elements (see the MATLAB documentation).
diric
Compute the Dirichlet or periodic sinc function.
gauspuls
Generate a Gaussian-modulated sinusoidal pulse.
pulstran
Generate a pulse train.
rectpuls
Generate a sampled aperiodic rectangle.
sawtooth
Generate a sawtooth or triangle wave.
sin
Compute the sine of vector/matrix elements (see the MATLAB documentation).
square
Generate a square wave.
tripuls
Generate a sampled aperiodic triangle.


 sgolayfilt sos2cell