Causal system

From HandWiki
Revision as of 18:21, 6 February 2024 by LinuxGuru (talk | contribs) (over-write)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: System where the output depends only on past and current inputs

In control theory, a causal system (also known as a physical or nonanticipative system) is a system where the output depends on past and current inputs but not future inputs—i.e., the output [math]\displaystyle{ y(t_{0}) }[/math] depends only on the input [math]\displaystyle{ x(t) }[/math] for values of [math]\displaystyle{ t \le t_{0} }[/math].

The idea that the output of a function at any time depends only on past and present values of input is defined by the property commonly referred to as causality. A system that has some dependence on input values from the future (in addition to possible dependence on past or current input values) is termed a non-causal or acausal system, and a system that depends solely on future input values is an anticausal system. Note that some authors have defined an anticausal system as one that depends solely on future and present input values or, more simply, as a system that does not depend on past input values. [1]

Classically, nature or physical reality has been considered to be a causal system. Physics involving special relativity or general relativity require more careful definitions of causality, as described elaborately in Causality.

The causality of systems also plays an important role in digital signal processing, where filters are constructed so that they are causal, sometimes by altering a non-causal formulation to remove the lack of causality so that it is realizable. For more information, see causal filter.

For a causal system, the impulse response of the system must use only the present and past values of the input to determine the output. This requirement is a necessary and sufficient condition for a system to be causal, regardless of linearity. Note that similar rules apply to either discrete or continuous cases. By this definition of requiring no future input values, systems must be causal to process signals in real time.[2]

Mathematical definitions

Definition 1: A system mapping [math]\displaystyle{ x }[/math] to [math]\displaystyle{ y }[/math] is causal if and only if, for any pair of input signals [math]\displaystyle{ x_{1}(t) }[/math], [math]\displaystyle{ x_{2}(t) }[/math] and any choice of [math]\displaystyle{ t_{0} }[/math], such that

[math]\displaystyle{ x_{1}(t) = x_{2}(t), \quad \forall \ t \lt t_{0}, }[/math]

the corresponding outputs satisfy

[math]\displaystyle{ y_{1}(t) = y_{2}(t), \quad \forall \ t \lt t_{0}. }[/math]

Definition 2: Suppose [math]\displaystyle{ h(t) }[/math] is the impulse response of any system [math]\displaystyle{ H }[/math] described by a linear constant coefficient differential equation. The system [math]\displaystyle{ H }[/math] is causal if and only if

[math]\displaystyle{ h(t) = 0, \quad \forall \ t \lt 0 }[/math]

otherwise it is non-causal.

Examples

The following examples are for systems with an input [math]\displaystyle{ x }[/math] and output [math]\displaystyle{ y }[/math].

Examples of causal systems

  • Memoryless system
[math]\displaystyle{ y \left( t \right) = 1 - x \left( t \right) \cos \left( \omega t \right) }[/math]
  • Memory-enabled system
[math]\displaystyle{ y \left( t \right) = 1 + x \left( t \right) \cos \left( \omega t \right) }[/math]
  • Autoregressive filter
[math]\displaystyle{ y \left( t \right) = \int_0^\infty x(t-\tau) e^{-\beta\tau}\,d\tau }[/math]

Examples of non-causal (acausal) systems

[math]\displaystyle{ y(t)=\int_{-\infty}^\infty \sin (t+\tau) x(\tau)\,d\tau }[/math]
  • Central moving average
[math]\displaystyle{ y_n=\frac{1}{2}\,x_{n-1}+\frac{1}{2}\,x_{n+1} }[/math]

Examples of anti-causal systems

[math]\displaystyle{ y(t) =\int _0^\infty x (t+\tau)\,d\tau }[/math]
  • Look-ahead
[math]\displaystyle{ y_n=x_{n+1} }[/math]

See also

References

  1. Karimi, K.; Hamilton, H.J. (2011). "Generation and Interpretation of Temporal Decision Rules". International Journal of Computer Information Systems and Industrial Management Applications 3. 
  2. McClellan, James H.; Schafer, Ronald W.; Yoder, Mark A. (2015). DSP First, Second Edition. Pearson Education. p. 151. ISBN 978-0136019251. 
  • Oppenheim, Alan V.; Willsky, Alan S.; Nawab, Hamid; with S. Hamid (1998). Signals and Systems. Pearson Education. ISBN 0-13-814757-4. 

de:Systemtheorie (Ingenieurwissenschaften)#Kausale Systeme