Linear time invariant(LTI) systems

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
JohnielWhite
Messages
44
Reaction score
0
Good day everyone. Could someone please explain what is meant by a linear time invariant(LTI) system?
From what I have read on linear and time invariant systems separately. I would assume that a LTI system is one that obeys the principles of superposition and a shift in input causes a corresponding shift in output. Could some confirm this or correct it because I don't want to have the wrong concept of LTI systems.
Thanks in advance.
 
Physics news on Phys.org
Any linear system obeys the law of superposition. An LTI system has the form:

[tex]\dot{x}=Ax+Bu[/tex]
[tex]y=Cx+Du[/tex]

But you can add effects such as input noise and process noise in the following manner:

[tex]\dot{x}=Ax+Bu+Hv[/tex]
[tex]y=Cx+Du+Gw[/tex]

Where [tex]v[/tex] and [tex]w[/tex] are input and process noise respectively.

And yes, a shift in input does cause a corresponding shift in output.
 
Thanks for the clarification viscousflow.