- The clean division between operations on the dependent variable (amplitude) and operations on the independent variable (time) — and why only the second kind is difficult.
- Time shifting, and the reason \(x(t-t_0)\) with \(t_0 \gt 0\) moves the signal right even though the sign in the argument is negative.
- Time reversal about the origin and about an arbitrary instant, and time scaling, where \(a \gt 1\) compresses rather than stretches.
- The combined transformation \(x(at+b)\): the two valid orders of operation, why the shift amount differs between them, and the landmark method that never fails.
- Why discrete time refuses to cooperate — shifts must be integers, \(x[2n]\) destroys information, and \(x[n/2]\) has to be defined rather than derived.
- The unique even–odd decomposition \(x = \mathcal{E}v\{x\} + \mathcal{O}d\{x\}\), and the orthogonality that makes their energies add.
- Exactly what each operation does to area, energy and power — including the one rule that has no discrete-time analogue.
Why Transform a Signal
Chapter 3 assembled a small catalogue of elementary signals and then, in its last section, showed that any signal at all can be written as a sum of shifted, scaled impulses. That sentence already contains the subject of this chapter. The catalogue on its own is inert: a step is a step, an exponential is an exponential. What makes the catalogue powerful is the freedom to place its members — to switch a step on at \(t=3\) rather than at the origin, to run an exponential backwards, to squeeze a pulse into half its duration.
These placements are the signal operations, and they are worth a chapter of their own for two reasons. The first is that they are used everywhere downstream. Convolution, the central operation of Chapter 7, is nothing but a reversal, a shift, a multiplication and an integration, applied in that order; get the reversal or the shift wrong and every convolution you ever compute will be wrong. Sampling in Part 6 is a multiplication by an impulse train. Modulation in Chapter 28 is a multiplication by a sinusoid. The Fourier and Laplace transforms of Parts 4 and 5 acquire most of their useful properties by asking what a shift or a scaling does in the transform domain.
The second reason is more practical: this is where students lose marks. The operations divide into two families, and the families are not equally difficult.
Amplitude operations do exactly what they appear to do. Argument operations do the opposite of what they appear to do, because they change where the signal must look to find its value. Every sign trap in this chapter lives on the right-hand side.
Amplitude Operations
Operations on the dependent variable are the easy family, and they can be disposed of quickly. Amplitude scaling multiplies every value by a constant, \(y(t) = A\,x(t)\). The graph stretches vertically by \(|A|\), and if \(A\) is negative it also flips about the time axis. Nothing moves horizontally: every zero crossing, every corner, every discontinuity stays at exactly the instant it occupied before. In hardware this is an amplifier, or an attenuator, or an inverting op-amp stage.
Addition and subtraction are pointwise: \(y(t) = x_1(t) \pm x_2(t)\) means add the two ordinates at each instant. The support of the sum is the union of the two supports — the result is non-zero wherever either signal is. This is the operation behind every superposition argument in the book, and it is the operation a summing junction performs in a block diagram.
Multiplication is also pointwise, \(y(t) = x_1(t)\,x_2(t)\), but its support is the intersection: the product vanishes wherever either factor vanishes. That single observation explains two of the most useful constructions we already have. Multiplying by \(u(t-t_0)\) is a switch, because the step is zero on half the axis. Multiplying by a rectangular pulse is a window, because the pulse is zero outside a finite interval. Multiplying by \(\cos\omega_c t\) is amplitude modulation, and the fact that this is the same operation as windowing — only with a different second factor — is the reason Part 4 will be able to treat both with a single theorem.
The additive constant \(B\) deserves a remark. Adding a DC offset shifts the whole waveform vertically, and it is the one amplitude operation that can change a signal's classification from Chapter 2: an energy signal plus a non-zero constant is no longer an energy signal, because the constant contributes infinite energy over an infinite interval. Adding \(B\) also destroys oddness. Amplitude scaling by \(A\), by contrast, preserves every classification in Chapter 2 — periodicity, symmetry, energy or power type — and merely multiplies the energy by \(A^2\).
Time Shifting
Now the difficult family. The time shift is defined by \(y(t) = x(t - t_0)\), and the perpetual question is which way it moves the graph. The answer is fixed by a one-line argument that is worth internalising, because the same argument settles reversal, scaling and the combined operation as well.
Suppose \(x\) has some identifiable feature — a peak, a corner, a jump — at the instant \(t = \alpha\). Where does \(y\) show that same feature? At whatever \(t\) makes \(y\)'s argument equal \(\alpha\), that is, at \(t - t_0 = \alpha\), or \(t = \alpha + t_0\). So every feature moves \(t_0\) units later. With \(t_0 \gt 0\), the graph moves to the right: the signal is delayed.
A minus sign in the argument means a shift in the positive direction. The mnemonic that survives exam pressure is not the sign but the sentence: at time \(t\), the delayed signal is showing what the original showed \(t_0\) seconds ago.
Shifting changes nothing about the waveform itself. Duration, peak value, area, energy and average power are all identical before and after, because the integral defining each of them is invariant under a change of origin. Only the position in time changes, which is why a shift can never turn an energy signal into a power signal or a periodic signal into an aperiodic one.
The discrete-time version is \(y[n] = x[n - n_0]\), and here \(n_0\) is forced to be an integer. There is no such thing as a shift by half a sample: the sequence has no values between its samples to move to. This restriction looks like a technicality and is not — recovering a fractional-sample delay from a sampled signal requires interpolation, which requires the sampling theorem, which is Part 6.
Finally, a shift is the operation that separates causal processing from the other kind. A delay can be built: a memory element, a length of cable, a shift register. An advance cannot, because it would require knowing the input before it arrives. Chapter 5 will make that observation into the formal definition of causality, and Chapter 8 will show why a system whose impulse response is shifted left can never be realised in real time.
Time Reversal
Time reversal, or folding, is \(y(t) = x(-t)\). Applying the landmark question: a feature of \(x\) at \(t = \alpha\) appears in \(y\) where \(-t = \alpha\), that is at \(t = -\alpha\). The graph is reflected in the vertical axis. A tape played backwards; a right-sided signal becomes left-sided; a causal signal becomes anti-causal.
Reversal about the origin is the standard case, but reflection about an arbitrary instant \(t = c\) comes up often enough — particularly in convolution — to be worth a formula. Reflecting about \(c\) must send \(c\) to itself and \(c + d\) to \(c - d\), which is precisely what the argument \(2c - t\) does.
Reversal, like shifting, leaves duration, energy and average power alone; it is a relabelling of the axis, not a distortion of the waveform. What it does change is symmetry-related information. An even signal satisfies \(x(-t) = x(t)\) and is therefore its own reflection; an odd signal satisfies \(x(-t) = -x(t)\) and is its own reflection with a sign flip. Section 4-8 turns this pair of statements into a decomposition that applies to every signal.
In discrete time, \(y[n] = x[-n]\) reflects the sequence about \(n = 0\). The index that most often goes wrong is the origin itself: \(y[0] = x[0]\) always, so the sample at the origin is the pivot and does not move. If \(x[n]\) is non-zero for \(n = 0,1,2\), then \(x[-n]\) is non-zero for \(n = 0,-1,-2\), and the first sample of the original becomes the last sample of the reflection.
Time Scaling
Time scaling is \(y(t) = x(at)\) with \(a\) real and non-zero, and it is the operation most often stated backwards. Run the landmark argument once more. A feature at \(t = \alpha\) in \(x\) appears in \(y\) where \(at = \alpha\), that is at \(t = \alpha/a\). If \(a \gt 1\), every landmark is pulled towards the origin by the factor \(a\): the signal is compressed, it happens faster, and it occupies a shorter interval. If \(0 \lt a \lt 1\), every landmark is pushed away from the origin: the signal is expanded and takes longer.
The intuition that resists this is the graph-drawing habit of reading \(a\) as a stretch factor. The cure is the tape-recorder picture: \(x(2t)\) is the tape played at double speed, which finishes in half the time. A signal of duration \(T\) becomes a signal of duration \(T/|a|\).
Negative \(a\) does both things at once: \(x(-2t)\) is compressed by two and reflected, because \(-2t = 2(-t)\). It is always safe to treat \(|a|\) as the scaling factor and the sign of \(a\) as a separate reversal.
Scaling is the first operation that changes the area under a signal, and the change follows from a substitution. Put \(\tau = at\), so \(d\tau = a\,dt\); for \(a \lt 0\) the limits swap and the two sign changes combine into a modulus.
The Combined Operation \(x(at+b)\)
Real problems rarely ask for a single operation. They ask for \(x(2t+3)\), or \(x(3-2t)\), or \(x(-t/2+1)\), and here the ordering question becomes real: do you shift first and then scale, or scale first and then shift? Both are possible, but the shift amount is not the same in the two routes, and using \(b\) where \(b/a\) belongs is the single most common error in this chapter.
The resolution is algebraic, not visual. Everything follows from one factorisation.
Read left to right: shift by \(b\), then scale by \(a\). Read right to left: scale by \(a\), then shift by \(b/a\). Both give the same signal; only the second route needs the divided shift.
Spelled out, the two routes are these. Route A — shift first. Form \(v(t) = x(t+b)\), which is an advance by \(b\) when \(b \gt 0\). Then compress the result by \(a\): \(y(t) = v(at) = x(at+b)\). Route B — scale first. Form \(w(t) = x(at)\). Then shift by \(b/a\): \(y(t) = w(t + b/a) = x\big(a(t+b/a)\big) = x(at+b)\). Route A shifts by \(b\); Route B shifts by \(b/a\). Neither is more correct, and Route A is usually safer because the shift is read straight off the expression.
In practice neither route is necessary, because the landmark method sidesteps the ordering question entirely. If \(x\) is defined piecewise with break points at \(t = \alpha_1, \alpha_2, \dots\), then \(y(t) = x(at+b)\) has its break points wherever \(at + b = \alpha_i\), that is at \(t = (\alpha_i - b)/a\). Map every break point, carry the corresponding values across, and the sketch draws itself. If \(a \lt 0\) the break points come out in reversed order, which is the reversal announcing itself; that is a check, not a problem.
One equation replaces every rule of thumb about shifting left or right and stretching or squeezing. Solve it for each break point and the transformed signal is completely determined.
Discrete-Time Traps
Every operation so far transfers to discrete time by replacing \(t\) with \(n\) — and two of them break in the process. Shifting survives intact provided \(n_0\) is an integer. Reversal survives without qualification. Scaling does not survive at all, and the reason is that a sequence has nothing between its samples.
Consider \(y[n] = x[2n]\), called decimation or downsampling. Every index \(2n\) is a legitimate integer, so the expression is well defined — but it keeps only the even-numbered samples of \(x\) and discards the odd ones permanently. This is not the harmless compression of continuous time, where \(x(2t)\) contains every value that \(x\) ever took, merely at different instants. Decimation destroys information, and no operation can recover it.
Now consider \(y[n] = x[n/2]\). For odd \(n\) the index \(n/2\) is not an integer and \(x\) has no value there, so the expression is meaningless as written. What is meant is expansion or upsampling, and it is a definition rather than a consequence: put the samples of \(x\) at the even positions and insert zeros at the odd ones.
The pair is deliberately asymmetric. Expansion followed by decimation returns the original exactly, because the decimator simply removes the zeros that the expander inserted. Decimation followed by expansion does not, because the expander has no way to reconstruct the samples the decimator threw away; it can only put zeros where they were. In operator language, expansion is invertible and decimation is not — an idea Chapter 5 will formalise as invertibility, and Chapter 22 will exploit when it builds multirate systems out of these two blocks.
| Operation | Continuous-time | Discrete-time | Restriction |
|---|---|---|---|
| Shift | \(x(t-t_0)\), any real \(t_0\) | \(x[n-n_0]\) | \(n_0\) must be an integer |
| Reversal | \(x(-t)\) | \(x[-n]\) | None |
| Compression | \(x(at)\), \(a \gt 1\) | \(x[Mn]\) — decimation | \(M\) integer; samples are lost |
| Expansion | \(x(at)\), \(0 \lt a \lt 1\) | \(x[n/M]\) — upsampling | Must be defined with inserted zeros |
| Invertible? | Yes, for every \(a \ne 0\) | Expansion yes, decimation no | — |
Even and Odd Decomposition
Chapter 2 defined an even signal as one satisfying \(x(-t) = x(t)\) and an odd signal as one satisfying \(x(-t) = -x(t)\). Most signals are neither. The useful fact, and the reason time reversal earns a place in this chapter, is that every signal is the sum of an even signal and an odd signal in exactly one way.
The construction is forced. Suppose \(x(t) = x_e(t) + x_o(t)\) with \(x_e\) even and \(x_o\) odd. Replace \(t\) by \(-t\) throughout: \(x(-t) = x_e(t) - x_o(t)\), because the even part is unchanged and the odd part flips sign. That is two linear equations in the two unknown functions, and adding and subtracting them solves the pair immediately.
Their sum is \(x(t)\) identically, and the derivation shows the split is unique — there is no other pair of even and odd signals that adds to \(x\).
A quick check confirms the labels. Replacing \(t\) by \(-t\) in the first expression leaves it unchanged, so it is genuinely even; doing the same in the second reverses its sign, so that one is genuinely odd. The discrete versions are identical with \(n\) in place of \(t\), and the sample at \(n=0\) is worth watching: because \(x_o[0] = (x[0]-x[0])/2 = 0\), an odd sequence always vanishes at the origin, and a continuous odd signal must vanish there too unless it is discontinuous.
The multiplication rules follow from the definitions in one line each, and they are used constantly when evaluating integrals: even × even = even, odd × odd = even, even × odd = odd. Combine the last one with the fact that any odd signal integrates to zero over a symmetric interval, and a genuinely useful consequence appears.
Now expand the energy of \(x\) using \(x = x_e + x_o\). The square produces three terms, and the cross term is exactly twice the integral just shown, so it vanishes. What remains is a statement that the two parts carry the total energy between them with no interaction.
What the Operations Do to Energy, Power and Area
Chapter 2 classified signals by energy and power. It is worth knowing which operations preserve those quantities and which do not, both because examiners ask and because the answers are physically meaningful.
Shifting and reversal change nothing. Both are relabellings of the time axis, and every integral over the whole axis is blind to a relabelling. Amplitude scaling by \(A\) multiplies area by \(A\), and energy and power by \(A^2\). Time scaling is the interesting case, and it treats energy and power differently.
Compressing a signal reduces its energy, because energy is a total and there is less time in which to accumulate it. Average power behaves differently: it is a total divided by the length of the averaging window, and time scaling shrinks the numerator and the denominator by the same factor. Compressing a periodic signal by \(a\) divides its period by \(a\) and divides the energy in one period by \(a\), so the ratio — the average power — is unchanged. A sinusoid of amplitude \(A\) has average power \(A^2/2\) regardless of its frequency, which is the same statement in different words.
| Operation | Area | Energy \(E\) | Average power \(P\) | Duration |
|---|---|---|---|---|
| \(A\,x(t)\) | \(A \times\) area | \(A^2 E\) | \(A^2 P\) | Unchanged |
| \(x(t) + B\) | Infinite (for \(B \ne 0\)) | Infinite | \(P + B^2\) for zero-mean \(x\) | Infinite |
| \(x(t-t_0)\) | Unchanged | \(E\) | \(P\) | Unchanged |
| \(x(-t)\) | Unchanged | \(E\) | \(P\) | Unchanged |
| \(x(at)\) | Area\(/|a|\) | \(E/|a|\) | \(P\) | Duration\(/|a|\) |
| \(x[Mn]\) (decimation) | No simple rule | No simple rule | Roughly \(P\) | Length\(/M\) |
Worked Examples
Problem. A signal is defined by \(x(t) = t\) for \(0 \le t \le 1\), \(x(t) = 1\) for \(1 \le t \le 2\), and \(x(t) = 0\) elsewhere. Describe \(y(t) = x(2t+3)\), and verify the answer by both orders of operation.
Solution. Use the landmark map. The break points of \(x\) are at \(\alpha = 0, 1, 2\), and a landmark at \(\alpha\) appears in \(y\) at \(t = (\alpha - b)/a = (\alpha - 3)/2\):
So \(y(t)\) is zero for \(t \lt -3/2\), rises linearly from 0 to 1 over \(-3/2 \le t \le -1\), holds at 1 over \(-1 \le t \le -1/2\), and is zero afterwards. Its duration is \(1\), exactly half the original duration of \(2\), as compression by \(a = 2\) requires.
Check by Route A (shift, then scale). First \(v(t) = x(t+3)\), an advance by 3, whose break points sit at \(-3, -2, -1\). Then compress: \(v(2t)\) has break points at half those values, \(-3/2, -1, -1/2\). ✓
Check by Route B (scale, then shift). First \(w(t) = x(2t)\), break points at \(0, 1/2, 1\). Then shift by \(b/a = 3/2\) to the left: break points at \(-3/2, -1, -1/2\). ✓ Had we shifted by \(3\) instead of \(3/2\) on this route we would have landed at \(-3, -5/2, -2\) — the classic wrong answer, and one that a duration check will not catch, since the duration is right either way.
Problem. Given \(x(t) = e^{-t}u(t)\), find and describe \(y(t) = x(3-2t)\).
Solution. Substitute the argument directly into the definition. Wherever \(x\) has \(t\), write \(3-2t\):
The step is non-zero when \(3 - 2t \ge 0\), that is when \(t \le 3/2\). So \(y(t) = e^{2t-3}\) for \(t \le 3/2\) and zero after it: a left-sided signal that grows exponentially up to \(t = 3/2\) and switches off there. Its value at the switching instant is \(e^{0} = 1\), matching \(x(0) = 1\) as it must, since \(t = 3/2\) is exactly where the argument \(3-2t\) equals 0.
Read the transformation structurally by factoring: \(3 - 2t = -2\big(t - \tfrac32\big)\). The factor \(-2\) compresses by 2 and reverses; the inner \(t - 3/2\) places the reflection point at \(t = 3/2\). A causal signal has become anti-causal, which is what reversal always does, and the decay constant has doubled from 1 to 2, which is what compression by 2 always does.
Problem. Decompose \(x(t) = e^{-2t}u(t)\) into even and odd parts, and verify that their energies add to \(E_x\).
Solution. First form the reflection: \(x(-t) = e^{2t}u(-t)\), a left-sided growing exponential. Then apply the decomposition formulas:
The compact forms follow because for \(t \gt 0\) only the first term survives and \(|t| = t\), while for \(t \lt 0\) only the second survives and \(|t| = -t\). Adding them returns \(e^{-2t}\) for \(t \gt 0\) and \(0\) for \(t \lt 0\), which is \(x(t)\). ✓
Now the energies. The original is one-sided:
The odd part has the same magnitude everywhere as the even part, since \(|\operatorname{sgn}(t)| = 1\), so \(E_{x_o} = 1/8\) as well. Their sum is \(1/8 + 1/8 = 1/4 = E_x\). ✓ The energy has divided itself equally, which is a peculiarity of one-sided signals: for a signal that is zero on half the axis, the even and odd parts are mirror images in magnitude and must share the energy evenly.
Problem. A sequence takes the values \(1,2,3,4,5,6\) at \(n = -2,-1,0,1,2,3\) and is zero elsewhere. Find \(y[n] = x[2n]\) and \(z[n] = x[n/2]\), and compare all three energies.
Solution. For the decimated signal evaluate \(x\) at even indices: \(y[-1] = x[-2] = 1\), \(y[0] = x[0] = 3\), \(y[1] = x[2] = 5\), and \(y[n] = 0\) elsewhere, since \(x[2n]\) is zero once \(2n\) leaves \([-2,3]\). The samples \(2, 4, 6\) — those at odd indices — are gone.
For the expanded signal, place \(x[m]\) at \(n = 2m\) and zeros between: \(z[-4]=1,\ z[-2]=2,\ z[0]=3,\ z[2]=4,\ z[4]=5,\ z[6]=6\), with \(z[n]=0\) at every odd \(n\).
Expansion preserved the energy exactly, because inserting zeros adds nothing to a sum of squares. Decimation gave 35 — and the continuous-time rule \(E/|a|\) would have predicted \(91/2 = 45.5\), which is not merely inexact but meaningless here: had the large samples happened to sit at odd indices instead, the decimated energy would have been \(4+16+36 = 56\) from the very same signal. There is no scaling law for decimation, only arithmetic.
Finally, decimating \(z\) recovers \(x\): \(z[2n] = x[n]\) for every \(n\), because the decimator picks exactly the positions where the expander put the original samples. Reversing the order fails — expanding \(y\) gives \(1,0,3,0,5\) spread over the axis, and the values \(2,4,6\) are not recoverable from it.
Problem. (a) For \(x(t) = 2\big[u(t)-u(t-3)\big]\), compute the energy of \(x(t)\), of \(x(2t)\) and of \(3x(t-5)\). (b) For \(x(t) = A\cos\omega_0 t\), compute the average power of \(x(t)\) and of \(x(2t)\).
Solution (a). The signal is a rectangle of height 2 and width 3, so \(E_x = 2^2 \times 3 = 12\).
For \(x(2t) = 2\big[u(2t)-u(2t-3)\big] = 2\big[u(t)-u(t-\tfrac32)\big]\) — the steps rescale because \(u(2t-3) = u\big(2(t-\tfrac32)\big) = u(t-\tfrac32)\), the step being unaffected by a positive scaling of its argument. This is a rectangle of height 2 and width \(3/2\), so \(E = 4 \times \tfrac32 = 6\), which is \(E_x/|a| = 12/2\). ✓
For \(3x(t-5)\) the shift changes nothing and the amplitude factor contributes \(3^2\): \(E = 9 \times 12 = 108\).
Solution (b). A sinusoid of amplitude \(A\) has average power \(A^2/2\), from \(\overline{\cos^2} = 1/2\). Compressing gives \(x(2t) = A\cos 2\omega_0 t\) — still a sinusoid of amplitude \(A\), so its average power is again \(A^2/2\). Energy changed in part (a) and power did not change in part (b), and the reason is the same in both: compression removes time, which reduces a total but leaves an average alone.
Problem. A signal \(y(t)\) equals 1 for \(1 \le t \le 2\) and zero elsewhere. (a) If \(y(t) = x(2t-4)\), find \(x(t)\). (b) If the same \(y\) also equals \(w(3-t)\), find \(w(t)\).
Solution (a). Invert the landmark map instead of applying it. Put \(\tau = 2t-4\), so \(t = (\tau+4)/2\). The support of \(y\) is \(1 \le t \le 2\); translating those endpoints into \(\tau\) gives \(\tau = 2(1)-4 = -2\) and \(\tau = 2(2)-4 = 0\). Therefore \(x(\tau) = 1\) on \(-2 \le \tau \le 0\):
Verify forwards: \(x(2t-4) = u(2t-2) - u(2t-4) = u(t-1) - u(t-2)\), which is 1 on \((1,2)\) and zero elsewhere. ✓
Solution (b). Put \(\sigma = 3-t\), so \(t = 3-\sigma\). The endpoint \(t=1\) gives \(\sigma = 2\) and \(t=2\) gives \(\sigma = 1\) — note the reversal of order, which is the reflection making itself visible. So \(w(\sigma) = 1\) on \(1 \le \sigma \le 2\), giving \(w(t) = u(t-1) - u(t-2)\), which is \(y\) itself.
That coincidence is not luck. The map \(t \mapsto 3-t\) reflects about \(t = 3/2\), and \(y\) is symmetric about \(t = 3/2\), so reflecting it there returns it unchanged. Whenever a signal is even about the reflection point, the reversal operation does nothing at all — a useful thing to notice before starting a long calculation.
Chapter Summary
Amplitude operations do what they look like. Argument operations act inversely, and every trap in the chapter lives there.
\(x(t-t_0)\) delays for \(t_0 \gt 0\); \(x(-t)\) reflects about the origin and \(x(2c-t)\) about \(t=c\). Neither changes \(E\) or \(P\).
\(x(at)\) compresses when \(a \gt 1\). Duration, area and energy all divide by \(|a|\); average power is untouched.
Shift by \(b\) then scale, or scale then shift by \(b/a\). Safer still: solve \(at+b=\alpha\) for each landmark.
Shifts must be integers, decimation destroys samples and is not invertible, expansion inserts zeros and is.
\(x = \tfrac12[x(t)+x(-t)] + \tfrac12[x(t)-x(-t)]\), unique, orthogonal, and the energies add.
Problems
Problems 1 to 3 drill the single operations; 4 to 6 combine them; 7 and 8 are about symmetry and energy. In every sketching problem, list the landmark map before you draw anything.
- A signal \(x(t)\) is a trapezoid: it rises from 0 at \(t=-1\) to 2 at \(t=0\), holds at 2 until \(t=2\), and falls to 0 at \(t=3\). Sketch \(x(t-2)\), \(x(-t)\), \(x(3t)\) and \(x(t/2)\), listing the break points of each.
- For the same \(x(t)\), sketch \(y(t) = x(2t+1)\) using Route A and then again using Route B, and confirm that the second route needs a shift of \(1/2\) rather than 1.
- Given \(x[n] = \{3, -1, 2, 4\}\) at \(n = 0,1,2,3\), write out \(x[n-2]\), \(x[-n]\), \(x[-n+1]\) and \(x[2n]\) as explicit sample lists with their index ranges.
- Express \(y(t) = x(4-3t)\) as a sequence of elementary operations applied to \(x(t)\), stating the reflection point and the compression factor. Then evaluate \(y(t)\) for \(x(t) = e^{-t}u(t)\).
- A signal \(y(t)\) is a triangle rising from 0 at \(t=2\) to 1 at \(t=3\) and falling to 0 at \(t=5\). Given that \(y(t) = x(t/2 - 1)\), reconstruct \(x(t)\) and check your answer by substitution.
- Sketch \(x(t) = u(t+2) - 2u(t) + u(t-2)\) and then sketch \(x(-2t+1)\). Explain why the reversal alone leaves this particular signal unchanged.
- Find the even and odd parts of (a) \(x(t) = e^{-t}u(t)\), (b) \(x[n] = u[n]\), and (c) \(x(t) = \cos t + \sin t\). For part (b), state the value of the odd part at \(n=0\) and explain why it must take that value.
- A signal has energy \(E = 20\). Find the energy of \(5x(t)\), \(x(t-7)\), \(x(-t)\), \(x(4t)\) and \(x(-t/3 + 2)\). Then explain why the last answer does not depend on the \(+2\).