Question:

Which of the following system is non-causal sytem? (Typo: "sytem" should be "system")

Show Hint


Causal system: Output depends only on present/past inputs.
Non-causal system: Output depends on future inputs.
Examples of non-causal: \(y(n)=x(n+1)\), \(y(n)=x(-n)\).
Updated On: May 22, 2025
  • \( y(n) = x(n) - x(n-1) \)
  • \( y(n) = \frac{\delta y}{\delta x} \sum_{k=-\infty}^{n} x(k) \)
  • \( y(n) = ax(n) \)
  • \( y(n) = x(-n) \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

A system is causal if its output \(y(n)\) at any time \(n\) depends only on present and/or past inputs (\(x(k)\) where \(k \le n\)). It is non-causal if it depends on future inputs (\(x(k)\) where \(k>n\)). (a) \( y(n) = x(n) - x(n-1) \): Depends on current \(x(n)\) and past \(x(n-1)\). CAUSAL. (b) \( y(n) = K \sum_{k=-\infty}^{n} x(k) \) (assuming \(\frac{\delta y}{\delta x}=K\)): Depends on present and all past inputs. CAUSAL (accumulator). (c) \( y(n) = ax(n) \): Depends only on current input \(x(n)\). CAUSAL. (d) \( y(n) = x(-n) \): Let \(n = -1\). Then \(y(-1) = x(-(-1)) = x(1)\). The output at time \(-1\) depends on the input at time \(1\). Since \(1>-1\), this is a future input. NON-CAUSAL. (This system performs time reversal). \[ \boxed{y(n) = x(-n)} \]
Was this answer helpful?
0
0