sinc
Sinc function.
๐ Syntax
c = sinc(m)
๐ฅ Input argument
m - input array: scalar, vector or matrix.
๐ค Output argument
c - sinc of input
๐ Description
c = sinc(m) returns an arrayc whose elements are the sinc of the elements of the input: m.
The sinc function (normalized) is defined as:
The sinc function is the Fourier transform of the rectangular pulse function and appears frequently in signal processing and communications.
๐ก Example
๐ See also
sin.
๐ History
Version
๐ Description
1.0.0
initial version
Last updated
Was this helpful?