Rectangular signal
Appearance
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