题目: 判断积分系统 y(t)=∫−∞tr(λ)dλ 是否为定常系统。
解:
设输入时移量为 t0。
- 路径 1(先时移后经系统):输入为 r(t−t0),输出为:
y1(t)=∫−∞tr(λ−t0)dλ
令变量替换 u=λ−t0,则 dλ=du。当 λ→−∞ 时 u→−∞;当 λ=t 时 u=t−t0。代入得:
y1(t)=∫−∞t−t0r(u)du
- 路径 2(先经系统后时移):直接将输出 y(t) 中的上限变量 t 替换为 t−t0:
y2(t)=y(t−t0)=∫−∞t−t0r(λ)dλ
- 积分哑元符号无关,因此 y1(t)=y2(t)。
- 结论: 积分系统为定常系统。
Discussion
Comments
Thoughts, corrections, and follow-up notes are welcome here.