A linear time-invariant (LTI) system is one that is both linear and time-invariant. LTI systems are 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.

If 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:

This is the cash-out: a single function characterizes the entire system, and one operation (convolution) builds the response to any input from it.

Why this matters operationally

LTI systems can be analyzed in three equivalent ways:

  1. Time-domain: differential equation, or convolution with the impulse response.
  2. Frequency-domain: multiply input’s spectrum by the frequency response .
  3. 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. Switching between them is one of the most important skills in signal-processing analysis.

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, — multiplication.

Two in parallel (same input, outputs summed) have overall impulse response . In frequency, .

Cascade and parallel can be combined arbitrarily, and at each level the system’s impulse response or frequency response can be computed from the parts. See System interconnections.

What is and isn’t LTI

Real engineering systems are usually approximately LTI in some operating range. The question to ask first is “is this system LTI?”, and if the answer is “yes or very nearly yes,” we apply LTI theory. If not, we either linearize (small-signal analysis) or switch to a less powerful but more general framework.