Revision as of 16:05, 11 September 2008 by Thouliha (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Time Invariance

Background

A time invariant system refers to a system where the time has no affect on the systematic outputs of the function. In other words, if the function x is put through a system to create y, and that system then time delayed, the result should be the same as if that function was time delayed, then put through the system.

Example of Time Invariant function

This is accomplished using almost the same method as linearity. The system is:

$ \,\!y(t)=2x(t)cos(t) $

First we will take a signal and go through the system, then time delay it:

$ \,\!y(t)=2x(t)cos(t) $ , now time delay it,

$ \,\!z(t)=y(t-k)=2x(t-k)cos(t-k) $

Next, we do the time shift first, then the system:

$ \,\!y(t)=x(t-k) $ , now the system

$ \,\!z(t)=2y(t)cos(t)=2x(t-k)cos(t-k) $

These results are equal, so it is time invariant

Example of Time Variant function

The system is:

$ \,\!y(t)=t^2x(t) $

Do the same method:

$ \,\!y(t)=t^2x(t) $

$ \,\!z(t)=y(t-k)=(t-k)^2x(t-k) $

2nd part:

$ \,\!y(t)=x(t-k) $

$ \,\!z(t)=t^2y(t)=t^2x(t-k) $

These results are not equal, so it is time variant, or non-time-invariant

Citing help with this concept from Sourabh Ranka's homework example

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett