(→Time Invariance) |
(→Time Invariance) |
||
Line 5: | Line 5: | ||
x(t-t0) -> | | -> y(t-t0) Shifted input yields shifted output | x(t-t0) -> | | -> y(t-t0) Shifted input yields shifted output | ||
+ | |||
+ | y(t) = 7*x(t) | ||
+ | |||
+ | x(t) delayed = x(t-t0) -> | sys | -> 10* x(t-t0) | ||
+ | x(t) -> |sys| = 10* x(t) -> delayed -> 10* x(t-t0) | ||
+ | |||
+ | Same result therefore time invariant. |
Latest revision as of 12:17, 12 September 2008
Time Invariance
A system is time invariant if an input signal x(t) corresponds to the output signal y(t) despite any scaling due to time.
x(t-t0) -> | | -> y(t-t0) Shifted input yields shifted output
y(t) = 7*x(t)
x(t) delayed = x(t-t0) -> | sys | -> 10* x(t-t0) x(t) -> |sys| = 10* x(t) -> delayed -> 10* x(t-t0)
Same result therefore time invariant.