(New page: A time-invariant system is a system that has a fixed output over a certain time. In other words, the time-shifted output signal must correspond to the time-shifted input signal. To prove ...) |
|||
Line 7: | Line 7: | ||
− | for a particular system, then choosing some arbitraty | + | for a particular system, then choosing some arbitraty inputs: |
Line 32: | Line 32: | ||
It is clear that <math>y_2(t) = y-1(t - t_0)</math>, so this system is time invariant. | It is clear that <math>y_2(t) = y-1(t - t_0)</math>, so this system is time invariant. | ||
+ | |||
+ | As a prove for time-variant system, let: | ||
+ | |||
+ | |||
+ | :<math>y(t) = tx(t)\,</math> | ||
+ | |||
+ | |||
+ | Again, choosing arbitrary inputs | ||
+ | |||
+ | |||
+ | :<math>y_1(t) = tx_1(t)\,</math> | ||
+ | |||
+ | |||
+ | and | ||
+ | |||
+ | |||
+ | :<math>x_2(t) = x_1(t - t_0)\,</math> | ||
+ | |||
+ | |||
+ | The output would be | ||
+ | |||
+ | |||
+ | :<math>y_2(t) = tx_2(t) = tx_1(t - t_0)\,</math> | ||
+ | |||
+ | |||
+ | But | ||
+ | |||
+ | |||
+ | :<math>y_1(t - t_0) = (t - t_0)x(t - t_0)\,</math> | ||
+ | |||
+ | |||
+ | As we can see, <math>y_2(t)</math> is not equal to <math>y_1(t - t_0)</math>, and therefore is time-variant. | ||
+ | |||
+ | Note: The examples shown here were taken from Signals & Systems Second edition by Alan V. Oppenheim and Alan S. Willsky pg.51 |
Latest revision as of 19:13, 11 September 2008
A time-invariant system is a system that has a fixed output over a certain time. In other words, the time-shifted output signal must correspond to the time-shifted input signal.
To prove this property, let:
- $ y(t) = sin[x(t)]\, $
for a particular system, then choosing some arbitraty inputs:
- $ y_1(t) = sin[x_1(t)]\, $
and suppose
- $ x_2(t) = x_1(t - t_0)\, $
Therefore
- $ y_2(t) = sin[x_2(t)] = sin[x_1(t - t_0)]\, $
Equivalently
- $ y_1(t - t_0) = sin[x_1(t - t_0)]\, $
It is clear that $ y_2(t) = y-1(t - t_0) $, so this system is time invariant.
As a prove for time-variant system, let:
- $ y(t) = tx(t)\, $
Again, choosing arbitrary inputs
- $ y_1(t) = tx_1(t)\, $
and
- $ x_2(t) = x_1(t - t_0)\, $
The output would be
- $ y_2(t) = tx_2(t) = tx_1(t - t_0)\, $
But
- $ y_1(t - t_0) = (t - t_0)x(t - t_0)\, $
As we can see, $ y_2(t) $ is not equal to $ y_1(t - t_0) $, and therefore is time-variant.
Note: The examples shown here were taken from Signals & Systems Second edition by Alan V. Oppenheim and Alan S. Willsky pg.51