Rectangular signal
Appearance
![]() | This article provides insufficient context for those unfamiliar with the subject. |
![]() | Template:Wikify is deprecated. Please use a more specific cleanup template as listed in the documentation. |
This redirect has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar redirects. |
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