728x90
input과 output으로 나타낸 stable system
Bounded Input Bounded Output (BIBO) stable system 이란?
제한된 input이 입력되면 제한된 output의 출력을 보장하는 stable system.
수식으로 보면 input과 output이 다음을 만족함.
|x(t)|≤B,for all t|y(t)|≤C,for all t
where,
- B,C : fixed positive finite value (=finite positive constant).
- |x(t)| : x(t)의 magnitude. absolute value를 주로 사용.
증명
- impulse response의 convolution (system 표현식)에 절대값을 취하면 다음이 성립 (Cauchy-Schwarz Inequality).
|y(t)|=|∫∞−∞h(τ)x(t−τ)dτ|≤∫∞−∞|h(τ)||x(t−τ)|dτ - input signal이 bounded |x(t)|≤B,for all t라면, 다음이 성립.
∫∞−∞|h(τ)||x(t−τ)|dτ≤B∫∞−∞|h(τ)|dτ - system의 출력이 BIBO stable하려면, 다음을 만족해야함.
∫∞−∞|h(t)|dt<∞
참고 : Stability
- System 동작이 불안하지 않고 꾸준히 동작 가능한지를 나타내는 성질.
- output이 diverge하면 안됨.
참고자료
2023.08.22 - [.../Math] - [Math] The Cauchy-Schwarz Inequality
[Math] The Cauchy-Schwarz Inequality
Vector space V의 모든 vector u, v에 대해 성립하는 다음의 부등식 관계를 의미함. |⟨v,u⟩|≤‖ where \langle \textbf{u}, \textbf{v} \rangle : vect
dsaint31.tistory.com
반응형
'... > Signals and Systems' 카테고리의 다른 글
[SS] 주기 신호의 합에서의 주기 (Period) (0) | 2023.09.07 |
---|---|
[SS] Symmetric Signals (0) | 2023.09.07 |
[SS] Feedback Connection (0) | 2023.08.22 |
[SS] Parallel Connection (0) | 2023.08.22 |
[SS] Cascade Connection (0) | 2023.08.22 |