Signals and System Properties
Signals¶
Systems¶
Memory¶
memoryless: A system is called memoryless if its output at a given time depends on the input only at that time.
Causality¶
causal: A system is called causal if its input depends on the input at present and past times only, not on future times.
Stability¶
stable: A system is stable if all bounded inputs generate bounded outputs.
Linearity¶
linear: A system is called linear if it satisfies these two conditions
- Scaling: \(ax(t) \to ay(t)\)
- Superposition: \(x_1(t) + x_2(t) \to y_1(t) + y_2(t)\)
Corollary
If the input to a linear system is 0, the output must be 0.
Time-Invariance¶
time-invariant: A system is called time-invariant if a time shift in the input results is an identical time shift in the output:
for any input-output pair and any amount of shift \(T\).
LTI Systems and Convolution¶
LTI systems 是强大的 analysis tools,尤其是在已知它对 unit impulse 的 response 后我们可以预测给定 input 在任意时刻的 response
为了得到 \(x[n]\) 的 response,我们将其用 \(\delta[n]\) 来表示,即:
由 time-invariance,有 \(\delta[n-k]\to h[n-k]\) ,再由 linearity,有
即给定 input \(x[n]\),有 output
定义右边为卷积运算,即