2

I was reading a definition that

Suppose \$h(t)\$ is the impulse response of any system \$Y\$, then the system is causal if and only if \$h(t)=0\$ for \$\forall t<0\$

I know what a causal system is, but I don't understand it in terms of the impulse response. And I was wondering why is it causal here?

Mashpa
  • 25
  • 4
  • 1
    Possible duplicate of [Meaning of causal signal](https://electronics.stackexchange.com/questions/79824/meaning-of-causal-signal) – Maxim Apr 17 '19 at 20:48

1 Answers1

4

Causal systems are systems where the output only depend on past/present inputs. The impulse happens at time t=0, so if the output isn't zero prior to t=0 then it depends on a future input.

Charles H
  • 206
  • 1
  • 1