Introduction to Signals and Systems
Last updated
Last updated
Signals can be transformed by modifying the variable.
While written in discrete time, these properties apply in continuous time as well.
Exponential signals are important because they can succinctly represent complicated signals using complex numbers. This makes analyzing them much easier.
: Shift a signal right by steps.
: Rotate a signal about the
: Stretch a signal by a factor of
These operations can be combined to give more complex transformations. For example, flips and shifts it right by timesteps. This is equivalent to shifting left by timesteps and then flipping it.
A stable system produces bounded output when given a bounded input. By extension, this means an unstable system is when a bounded input that makes the output unbounded.
A system is time-invariant if the original input is transformed to , then is transformed to
A system is linear if and only if for the signals , then scaling ( and superposition () hold.
Notice: The above conditions on linearity require that because if , then we need for scaling to be satisfied
The impulse response of a system is , which is how it response to an impulse input.
A system has a Finite Impulse Response (FIR) if decays to zero in a finite amount of time
A system has an Infinite Impulse Response (IIR) if does not decay to zero in a finite amount of time