Rectangular function: Difference between revisions

Content deleted Content added
No edit summary
 
MarkSweep (talk | contribs)
m math fmt
Line 1:
The '''rectangular function''' (or '''rectangle function''') is defined as
 
:<math>\mathbf{rect}(t) = \left \{ \begin{matrix}
0 , & \leftmbox{if } |x \right| > \frac{1}{2} \\ [3pt]
\frac{1}{2}, & \leftmbox{if } |x \right| = \frac{1}{2} \\ [3pt]
1, & \leftmbox{if } |x \right| < \frac{1}{2}
\end{matrix} \right.</math>
 
or in terms of the [[Heaviside step function]]
 
:<math>\mathbf{rect}(t) = \mathbf{H}(t + 1/2) - \mathbf{H}(t - 1/2)</math>
 
 
The [[Fourier transform]] is
 
:<math>\mathbf{rect}\left(\frac{\omega}{2 W}\right) = \frac{W}{\pi} \mathbfoperatorname{sinc}(W t)</math>
 
where <math>"sinc</math>" is the [[sinc function]].
 
==See also==
*[[boxcar function]]
*[[Fourier transform]]
 
 
 
{{math-stub}}