|
In electrical engineering, specifically in signal processing and control theory, LTI system theory investigates the effects of a linear, time-invariant system on an arbitrary input.
Introduction
For example, suppose the input signal is <math>x(t)<math> where its index set is the real line, i.e., <math>t \in \mathbb{R}<math>. The linear operator <math>\mathbb{H}<math> on this index set is a two-dimensional function
- <math>h(t_1, t_2) \mbox{ where } t_1, t_2 \in \mathbb{R}<math>
The linear transformation of <math>x(t)<math> is the superposition integral
- <math>y(t_1) = \int_{-\infty}^{\infty} h(t_1, t_2) \, x(t_2) \, d t_2<math>
If the linear operator <math>\mathbb{H}<math> is also time-invariant, the following property holds
- <math> h(t_1, t_2) = h(t_1 + \tau, t_2 + \tau) = h(t_1 - t_2, 0) \,\, \forall \, \tau \in \mathbb{R}<math>
We usually drop the zero second argument to <math>h (t_1, t_2)<math> for brevity of notation so that the superposition integral now becomes the familiar convolution integral used in filtering
- <math>y(t_1) = \int_{-\infty}^{\infty} h(t_1 - t_2) \, x(t_2) \, d t_2<math>
Thus, the convolution integral represents the effect of a linear, time-invariant system on any input function. For a finite-dimensional analog, see the article on a circulant matrix.
Impulse response
If we input a Dirac delta function to this system, the result of the LTI transformation is known as the impulse response since the delta function is an ideal impulse. We illustrate this idea as follows:
- <math> \int_{-\infty}^{\infty} h(t - \tau) \, \delta (\tau) \, d \tau = h(t)<math> (by definition of the delta function)
Note that
- <math>h(t) = h(t_1 - t_2, 0) \,\!\mbox{ where } t = t_1 - t_2<math>
so that h(t) is the impulse response of the system.
Complex exponentials as eigenfunctions
The complex exponential functions <math>e^{j \omega t} \mbox{ where } \omega \in \mathbb{R}<math> are eigenfunctions of a linear, time-invariant operator. A simple proof illustrates this concept.
Suppose the input is <math>x(t) = \,\!e^{j \omega t}<math>. The transformation of this function is then
- <math>\int_{-\infty}^{\infty} h(t - \tau) \, e^{j \omega \tau} \, d \tau<math>
which is equivalent to the following by the commutative property of convolution
- <math>\int_{-\infty}^{\infty} h(\tau) \, e^{j \omega (t - \tau)} \, d \tau = e^{j \omega t} \int_{-\infty}^{\infty} h(\tau) \, e^{-j \omega \tau} \, d \tau = e^{j \omega t} \mathcal{F} \{ h(t)\} = e^{j \omega t} H(\omega) <math>
where <math>\mathcal{F}<math> is the Fourier transform.
So, <math>\,\!e^{j \omega t}<math> is an eigenfunction of an LTI system because the system response is itself scaled by an amount <math>H(\omega)<math>. Therefore, the eigenvalue spectrum is the Fourier transform of the operator <math>\mathbb{H}<math>.
See also
|