Notes

Home

❯

Computer Science

❯

Computational Science

❯

Digital Signal Processing

❯

Differencer

Differencer

Jun 15, 20261 min read

The differencer is a DT LTI System system that computes the first difference of an input signal.

  • It is the Discrete-Time equivalent of a Derivative
  • This system is Feed-Forward
  • Its Impulse Response is δ[n]−δ[n−1], a difference of the Unit Sample
y[n]Y​=x[n]−x[n−1]=(1−R)X​​
x[n]+y[n]R¡1

Graph View

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community