Jump to content

Rectangular signal

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ba8inz (talk | contribs) at 07:51, 14 September 2007 (Created page with 'Rectangular signal is basic signal in which the output is high only during certain interval. Mathematically, y = 1 if abs(x)<a i.e -a<x<a (how to insert the pic...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Rectangular signal is basic signal in which the output is high only during certain interval.

Mathematically,

y = 1 if abs(x)<a i.e -a<x<a (how to insert the pic...??

   0   otherwise

or

y = 1 if (x> a) & (x<b)

 = 0 otherwise