Collection of notes for various classes I've taken.
A system is a process that transforms input signal(s) into output signal(s).
Most systems covered in EE321 are LTI systems (linear time-invariant). We want all systems to be LTI, causal, stable, and invertible.
A system $h(\cdot)$ is invertible if it is possible to create a system $h_1(\cdot)$ such that
\[x(\cdot)\rarr [h(\cdot)]\rarr y(\cdot)\rarr [h_1(\cdot)]\rarr w(\cdot)=x(\cdot)\]Outputs of causal systems depend on current and past values of inputs only.
Examples of non-causal systems:
A signal is stable if it produces bounded outputs for all bounded inputs. A signal $x(t)$ is bounded if for some $M\lt\infty, | x(t) | \leq M$ for all $t$. |
For $n\geq 0$, $y(n)=0.8^nx(n)$, $0.8^n \leq 1$. If $ | x(n) | =B<\infty$ then $y(n)\leq B$ |
A system whose characteristics do not change over time is time invariant. A system is time-invariant if
\[x(t) \rarr y(t) \implies x(t-t_0) \rarr y(t-t_0)\\ x[n] \rarr y[n] \implies x[n-n_0] \rarr x[n-n_0]\]Verify whether the following systems are time invariant (TI) or time variant (TV):
A function is linear if it has these properties:
These two properties together are known as the principle of superposition.