Im trying to understand on how the drawing of signals (time shifting,scaling...) works. This one example is confusing me, and a bit of help would be much appreciated. This is the starting Signal
We're susposed to give an $x(t)$ expression using rect, dirac and I've done so correctly;
$$x(t) = (t+2) \operatorname{rect}(t/2) + 2\delta(t-2)$$
Now we're susposed to draw a signal $f(t) = x(t/2)$;
And the rect function that is from -1 to 1 only "moves"to 2 and -2, the dirac moves to 4 that makes sense to me, but why doesn't the rect function move to 3 and -3. Thank you
