Properties of Systems
Sources:
- B. P. Lathi & Roger Green. (2018). Chapter 1: Signals and Systems. Signal Processing and Linear Systems (3rd ed., pp. 97-107). Oxford University Press.
Linearity
Linear systems have the property that if
It's also called the principle of superposition.
show that a system described by a differential equation of the form
# TODO
Time-Invariant property
A system is said to be time-invariant if, when an input is delayed (shifted) by
To demonstrate how to determine if a system is time-invariant, consider the two systems:
- System A:
- System B:
System A: Start with a delay of the input
Now delay the output by
Clearly
System B: Start with a delay of the input
Now delay the output by
Clearly
Memoryless property
A system is said to be instantaneous (or memoryless) if its output at any instant
A system whose response at
Examples
Determine whether the following systems are memoryless:
, , and .
In this case, the output at time
is just twice the input at the same time . Since the output at a particular time depends only on the strength of the input at the same time, the system is memoryless.Although it appears that the output
at time depends on the input at the same time , we know that the slope (derivative) of cannot be determined solely from a single point. There must be some memory, even if infinitesimally small, involved. This is confirmed by using the fundamental theorem of calculus to express the system as
Since the output at a particular time depends on more than just the input at the same time, the system is not memoryless.
- The output
at time is just the input at the same time multiplied by the (time-dependent) coefficient . Since the output at a particular time depends only on the strength of the input at the same time, the system is memoryless.
Causality
A causal system is one for which the output at any instant
In other words, the value of the output at the present instant depends only on the past and present values of the input
Examples
The system
- dynamic: For example, the output at time 2,
, is not determined by the input at time 2, . - noncausal: For example, the output at time -2,
, is , i.e., it depends on a future input value.
Invertiblity
If we can obtain the input
Examples
Determine whether the following systems are invertible:
, , and .It's invertible. We can always recover the input
by .It's not invertible. Since we can't recover
by at .It's not invertible. Since differentiation eliminates any constant component. For example, the inputs
and both produce the same output . Given only , it is impossible to know if the original input was , or something else entirely.
Examples
- The system described by
is:
Time-varying: Start with a delayed input
, the output is {.} Now we delay the output by , getting Since , the system is time-varying.Dynamic: For example, the output at time
, is not determined by the input at time 2 .Noncausal: For example, the output at time -2, y(-2), is x(2), i.e., it depends on a future input value.
Invertible: Since
, we can recover from using .BIBO-stable: If
is bounded, i.e., there is such that for all , then for all , i.e., is bounded.
- The system described by
:
Time-varying: Start with a delayed input
, the output is Now we delay the output by , getting Since , the system is time-varying.Dynamic: For example, the output at time
, is not determined by the input at time 3.Causal: The output at time
, does not depend on any future input value.Noninvertible: The input at time
, cannot be determined from the output since and for any does not depend on . Hence, the input at time -2 cannot be recovered from the output .BIBO-unstable: For example, if
for all , which is bounded, , which is unbounded.
- The system described by
:
Time-varying:
Start with a delayed input
, the output is Now we delay the output by , getting Since , the system is time-varying.Dynamic: The output at time 0 depends on the input at time 3.
Noncausal: The output at time 0 depends on the input at time 3 , which is a future input value.
Noninvertible: Different inputs give the same outputs if their integrals from -5 to 5 are the same.
BIBO-stable: If
is bounded, i.e., there is such that for all , then , which is bounded.