A linear time-invariant (LTI) system is one that is both linear and time-invariant. The most important class of systems in this course, and arguably in all of signal processing.
What LTI buys you: superposition
The superposition principle lets you decompose an input into simple pieces, find the response to each piece, and sum the responses.
Say we can write , a sum of shifted and scaled copies of some standard pulse , and we know the system’s response to is some signal . Then:
- By time-invariance, the response to is .
- By homogeneity, the response to is .
- By additivity, the response to the whole sum is .
If we know how the system responds to one canonical pulse, we know how it responds to any input we can decompose into shifted, scaled copies of that pulse. Lose linearity, can’t sum responses. Lose time-invariance, can’t shift responses. Both are required.
The canonical pulse: the impulse
The pulse the course picks is the unit impulse . The system’s response to is the impulse response . Once we have , the response to any input is given by the convolution:
A single function characterizes the entire system, and one operation (convolution) builds the response to any input from it.
Three equivalent ways to analyze
LTI systems can be analyzed in three equivalent ways:
- Time-domain: differential equation, or convolution with the impulse response.
- Frequency-domain: multiply input’s spectrum by the frequency response .
- s-domain: multiply input’s Laplace transform by the transfer function .
For any given problem, one of the three is usually much easier than the other two, so knowing when to switch between them matters a lot.
Cascaded and parallel LTI systems
Two LTI systems in cascade (output of first feeds input of second) have overall impulse response . In the frequency domain that’s multiplication, .
Two in parallel (same input, outputs summed) have overall impulse response . In frequency, .
Cascade and parallel combine arbitrarily, and at each level the impulse response or frequency response follows from the parts.
What is and isn’t LTI
Real engineering systems are usually approximately LTI in some operating range. Ask first whether the system is LTI; if yes or very nearly yes, apply LTI theory. If not, either linearize (small-signal analysis) or switch to a more general framework.