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:52, 14 September 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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) where a<b

 = 0 otherwise