To plot the rectangular function in the time domain, we need to define the function and the time range. The rectangular function, also known as the unit step function, is defined as:
rect(t) = 1, for 0 <= t < 1
rect(t) = 0, otherwise
Let's plot this function for
Show more…