A Linear Time-Invariant (LTI) system is a cornerstone concept in control theory, signal processing, and Systems Engineering, characterized by two principal properties: linearity and time invariance.

Linearity

An LTI system is linear if it satisfies the principles of superposition and homogeneity:

  • Superposition: The response caused by two or more stimuli is the sum of the responses that would have been caused by each stimulus individually. Mathematically, if input produces response and input produces response , then for any constants and , the system’s response to is .
  • Homogeneity (or scaling): A scaling of the input leads to a proportional scaling of the output. That is, if input produces output , then will produce for any scalar .

Time Invariance

A system is time-invariant if its behavior and characteristics do not change over time. This means that if an input produces an output , then any time-shifted input will produce a time-shifted output for any time shift . The system’s response to a particular input is the same regardless of when the input is applied.

Mathematical Representation

The behavior of LTI systems can be described by differential or difference equations for continuous and discrete systems, respectively. In the frequency domain, LTI systems can be represented more compactly by transfer functions or system functions.

  • Continuous Systems: Described by linear differential equations. The relationship between the input signal and the output signal can be analyzed using the Laplace transform, resulting in a transfer function .

where and are the Laplace transforms of and , respectively.

  • Discrete Systems: Described by linear difference equations. The Z-transform is used to analyze these systems, leading to a system function .

Impulse Response and Convolution

  • Impulse Response: For LTI systems, the impulse response, denoted as for continuous-time systems or for discrete-time systems, characterizes the system’s output when the input is a Dirac delta function (continuous-time) or a Kronecker delta function (discrete-time). The impulse response encapsulates all the information needed to describe the system’s behavior.

  • Convolution: The output of an LTI system can be computed as the convolution of the input signal with the system’s impulse response. For continuous-time systems, this is given by:

For discrete-time systems:

Frequency Response

The frequency response of an LTI system describes how the system responds to different frequencies of a sinusoidal input. It is derived from the system’s transfer function by evaluating it at (for continuous systems) or (for discrete systems), where is the angular frequency and is the sampling period.

Applications

LTI systems theory is widely applicable across engineering disciplines. It’s foundational in designing and analyzing electrical circuits, control systems, signal processing algorithms, communication systems, and more. The concepts of impulse response, frequency response, and transfer functions provide powerful tools for understanding and designing systems that operate reliably under a wide range of conditions.