BIBO stability

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

In signal processing, specifically control theory, bounded-input, bounded-output (BIBO) stability is a form of stability for signals and systems that take inputs. If a system is BIBO stable, then the output will be bounded for every input to the system that is bounded.

A signal is bounded if there is a finite value B>0 such that the signal magnitude never exceeds B, that is

For discrete-time signals: Bn( |y[n]|B)n
For continuous-time signals: Bt( |y(t)|B)t

Time-domain condition for linear time-invariant systems

[edit | edit source]

Continuous-time necessary and sufficient condition

[edit | edit source]

For a continuous time linear time-invariant (LTI) system, the condition for BIBO stability is that the impulse response, h(t) , be absolutely integrable, i.e., its L1 norm exists.

|h(t)|dt=h1

Discrete-time sufficient condition

[edit | edit source]

For a discrete time LTI system, the condition for BIBO stability is that the impulse response be absolutely summable, i.e., its 1 norm exists.

 n=|h[n]|=h1

Proof of sufficiency

[edit | edit source]

Given a discrete time LTI system with impulse response  h[n] the relationship between the input  x[n] and the output  y[n] is

 y[n]=h[n]*x[n]

where * denotes convolution. Then it follows by the definition of convolution

 y[n]=k=h[k]x[nk]

Let x be the maximum value of  |x[n]|, i.e., the L-norm.

|y[n]|=|k=h[nk]x[k]|
k=|h[nk]||x[k]| (by the triangle inequality)
k=|h[nk]|x=xk=|h[nk]|=xk=|h[k]|

If h[n] is absolutely summable, then k=|h[k]|=h1 and

xk=|h[k]|=xh1

So if h[n] is absolutely summable and |x[n]| is bounded, then |y[n]| is bounded as well because xh1.

The proof for continuous-time follows the same arguments.

Frequency-domain condition for linear time-invariant systems

[edit | edit source]

Continuous-time signals

[edit | edit source]

For a rational and continuous-time system, the condition for stability is that the region of convergence (ROC) of the Laplace transform includes the imaginary axis. When the system is causal, the ROC is the open region to the right of a vertical line whose abscissa is the real part of the "largest pole", or the pole that has the greatest real part of any pole in the system. The real part of the largest pole defining the ROC is called the abscissa of convergence. Therefore, all poles of the system must be in the strict left half of the s-plane for BIBO stability.

This stability condition can be derived from the above time-domain condition as follows:

|h(t)|dt=|h(t)||ejωt|dt=|h(t)(1e)jωt|dt=|h(t)(eσ+jω)t|dt=|h(t)est|dt

where s=σ+jω and Re(s)=σ=0.

The region of convergence must therefore include the imaginary axis.

Discrete-time signals

[edit | edit source]

For a rational and discrete time system, the condition for stability is that the region of convergence (ROC) of the z-transform includes the unit circle. When the system is causal, the ROC is the open region outside a circle whose radius is the magnitude of the pole with largest magnitude. Therefore, all poles of the system must be inside the unit circle in the z-plane for BIBO stability.

This stability condition can be derived in a similar fashion to the continuous-time derivation:

n=|h[n]|=n=|h[n]||ejωn|=n=|h[n](1e)jωn|=n=|h[n](rejω)n|=n=|h[n]zn|

where z=rejω and r=|z|=1.

The region of convergence must therefore include the unit circle.

See also

[edit | edit source]

Further reading

[edit | edit source]
  • Gordon E. Carlson Signal and Linear Systems Analysis with Matlab second edition, Wiley, 1998, Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  • John G. Proakis and Dimitris G. Manolakis Digital Signal Processing Principals, Algorithms and Applications third edition, Prentice Hall, 1996, Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  • D. Ronald Fannin, William H. Tranter, and Rodger E. Ziemer Signals & Systems Continuous and Discrete fourth edition, Prentice Hall, 1998, Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  • Proof of the necessary conditions for BIBO stability.
  • Christophe Basso Designing Control Loops for Linear and Switching Power Supplies: A Tutorial Guide first edition, Artech House, 2012, 978-1608075577
  • Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).

References

[edit | edit source]