The four basic transformations of a signal are amplitude scaling, time shifting, time scaling, and combinations (sum and product). Together they’re the basic grammar for manipulating signals in this course.
- Amplitude scaling: multiplies every value by . Horizontal axis unchanged. taller, shorter, flips upside down.
- Time shifting: slides the signal right by seconds (if ) or left by (if ). Catches every student at least once: with positive shifts right. The reason is that the value of the new signal at is what used to have at time , so what used to be at is now at .
- Time scaling: stretches horizontally if , compresses if . Negative also reflects about the vertical axis. The value of the new signal at is what had at , so what was at is now at .
- Combinations: sum or product of two signals, pointwise.
The first three are simple individually. The trouble starts when you combine them, because the order matters.
The standard form
The course standardizes how combined transformations are written:
Three parameters: amplitude , time scaling , time shift . Whenever we’re going from to step by step, we apply the steps in this fixed order:
- Amplitude scaling first: .
- Time scaling second: .
- Time shifting third: .
Why this order
Because in any other order, you’ll usually get a different signal. Suppose we wanted but tried time-shifting before time-scaling. We’d first replace by : . Then we’d replace by : . But the target was . The two differ in where the shift ends up.
The recommended order works because each step modifies a different part of the expression cleanly: amplitude scaling doesn’t touch the argument, time scaling replaces with , and time shifting replaces with inside that scaling.
Non-standard form
Sometimes a problem hands us — scaling factor multiplies without dividing it. This is not in standard format. Convert by factoring out:
So the standard-form parameters are and .
Concrete: to plot , factor out :
so , , . Then apply amplitude → scaling → shift in order.
If you do it any other way, you’ll end up with the wrong shift amount and a sign error. The bookkeeping looks tedious until you’ve made the mistake once.
Reading off parameters from two plots
The reverse problem: given and , write as . Read off the three parameters in the order — they uncouple in that order. Compare peak values for . Compare widths of nonzero regions for . Plot and slide it until it matches to read off .