Rect
   HOME

TheInfoList



OR:

The rectangular function (also known as the rectangle function, rect function, Pi function, Heaviside Pi function, gate function, unit pulse, or the normalized
boxcar function In mathematics, a boxcar function is any function which is zero over the entire real line except for a single interval where it is equal to a constant, ''A''. The boxcar function can be expressed in terms of the uniform distribution as \operatorn ...
) is defined as \operatorname(t) = \Pi(t) = \left\{\begin{array}{rl} 0, & \text{if } , t, > \frac{1}{2} \\ \frac{1}{2}, & \text{if } , t, = \frac{1}{2} \\ 1, & \text{if } , t, < \frac{1}{2}. \end{array}\right. Alternative definitions of the function define \operatorname{rect}\left(\pm\frac{1}{2}\right) to be 0, 1, or undefined.


History

The ''rect'' function has been introduced by
Woodward A woodward is a warden of a wood. Woodward may also refer to: Places ;United States * Woodward, Iowa * Woodward, Oklahoma * Woodward, Pennsylvania, a census-designated place * Woodward Avenue, a street in Tallahassee, Florida, which bisects the ca ...
in as an ideal cutout operator, together with the ''sinc'' function as an ideal interpolation operator, and their counter operations which are sampling ( ''comb'' operator) and replicating ( ''rep'' operator), respectively.


Relation to the boxcar function

The rectangular function is a special case of the more general
boxcar function In mathematics, a boxcar function is any function which is zero over the entire real line except for a single interval where it is equal to a constant, ''A''. The boxcar function can be expressed in terms of the uniform distribution as \operatorn ...
: \operatorname{rect}\left(\frac{t-X}{Y} \right) = u(t - (X - Y/2)) - u(t - (X + Y/2)) = u(t - X + Y/2) - u(t - X - Y/2) where u is the
Heaviside function The Heaviside step function, or the unit step function, usually denoted by or (but sometimes , or ), is a step function, named after Oliver Heaviside (1850–1925), the value of which is zero for negative arguments and one for positive argume ...
; the function is centered at X and has duration Y, from X-Y/2 to X+Y/2.


Fourier transform of the rectangular function

The unitary Fourier transforms of the rectangular function are \int_{-\infty}^\infty \mathrm{rect}(t)\cdot e^{-i 2\pi f t} \, dt =\frac{\sin(\pi f)}{\pi f} = \mathrm{sinc}{(f)}, using ordinary frequency , where \mathrm{sinc} is the normalized form of the
sinc function In mathematics, physics and engineering, the sinc function, denoted by , has two forms, normalized and unnormalized.. In mathematics, the historical unnormalized sinc function is defined for by \operatornamex = \frac. Alternatively, the u ...
and \frac{1}{\sqrt{2\pi\int_{-\infty}^\infty \mathrm{rect}(t)\cdot e^{-i \omega t} \, dt =\frac{1}{\sqrt{2\pi\cdot \frac{\mathrm{sin}\left(\omega/2 \right)}{\omega/2} =\frac{1}{\sqrt{2\pi \mathrm{sinc}\left(\omega/2 \right), using angular frequency \omega, where \mathrm{sinc} is the unnormalized form of the
sinc function In mathematics, physics and engineering, the sinc function, denoted by , has two forms, normalized and unnormalized.. In mathematics, the historical unnormalized sinc function is defined for by \operatornamex = \frac. Alternatively, the u ...
. Note that as long as the definition of the pulse function is only motivated by its behavior in the time-domain experience, there is no reason to believe that the oscillatory interpretation (i.e. the Fourier transform function) should be intuitive, or directly understood by humans. However, some aspects of the theoretical result may be understood intuitively, as finiteness in time domain corresponds to an infinite frequency response. (Vice versa, a finite Fourier transform will correspond to infinite time domain response.)


Relation to the triangular function

We can define the triangular function as the convolution of two rectangular functions: \mathrm{tri} = \mathrm{rect} * \mathrm{rect}.\,


Use in probability

Viewing the rectangular function as a probability density function, it is a special case of the
continuous uniform distribution In probability theory and statistics, the continuous uniform distribution or rectangular distribution is a family of symmetric probability distributions. The distribution describes an experiment where there is an arbitrary outcome that lies betw ...
with a = -1/2, b = 1/2. The characteristic function is \varphi(k) = \frac{\sin(k/2)}{k/2}, and its moment-generating function is M(k) = \frac{\sinh(k/2)}{k/2}, where \sinh(t) is the hyperbolic sine function.


Rational approximation

The pulse function may also be expressed as a limit of a
rational function In mathematics, a rational function is any function that can be defined by a rational fraction, which is an algebraic fraction such that both the numerator and the denominator are polynomials. The coefficients of the polynomials need not be rat ...
: \Pi(t) = \lim_{n\rightarrow \infty, n\in \mathbb(Z)} \frac{1}{(2t)^{2n}+1}


Demonstration of validity

First, we consider the case where , t, <\frac{1}{2}. Notice that the term (2t)^{2n} is always positive for integer n. However, 2t<1 and hence (2t)^{2n} approaches zero for large n. It follows that: \lim_{n\rightarrow \infty, n\in \mathbb(Z)} \frac{1}{(2t)^{2n}+1} = \frac{1}{0+1} = 1, , t, <\tfrac{1}{2} Second, we consider the case where , t, >\frac{1}{2}. Notice that the term (2t)^{2n} is always positive for integer n. However, 2t>1 and hence (2t)^{2n} grows very large for large n. It follows that: \lim_{n\rightarrow \infty, n\in \mathbb(Z)} \frac{1}{(2t)^{2n}+1} = \frac{1}{+\infty+1} = 0, , t, >\tfrac{1}{2} Third, we consider the case where , t, = \frac{1}{2}. We may simply substitute in our equation: \lim_{n\rightarrow \infty, n\in \mathbb(Z)} \frac{1}{(2t)^{2n}+1} = \lim_{n\rightarrow \infty, n\in \mathbb(Z)} \frac{1}{1^{2n}+1} = \frac{1}{1+1} = \tfrac{1}{2} We see that it satisfies the definition of the pulse function. Therefore, \mathrm{rect}(t) = \Pi(t) = \lim_{n\rightarrow \infty, n\in \mathbb(Z)} \frac{1}{(2t)^{2n}+1} = \begin{cases} 0 & \mbox{if } , t, > \frac{1}{2} \\ \frac{1}{2} & \mbox{if } , t, = \frac{1}{2} \\ 1 & \mbox{if } , t, < \frac{1}{2}. \\ \end{cases}


See also

*
Fourier transform A Fourier transform (FT) is a mathematical transform that decomposes functions into frequency components, which are represented by the output of the transform as a function of frequency. Most commonly functions of time or space are transformed, ...
*
Square wave A square wave is a non-sinusoidal periodic waveform in which the amplitude alternates at a steady frequency between fixed minimum and maximum values, with the same duration at minimum and maximum. In an ideal square wave, the transitions b ...
* Step function * Top-hat filter


References

{{DEFAULTSORT:Rectangular Function Special functions