Notes

Home

❯

Computer Science

❯

Computational Science

❯

Digital Signal Processing

❯

Accumulator

Accumulator

Jun 15, 20261 min read

The accumulator is a DT LTI System system that computes the running sum of an input signal.

  • It is the Discrete-Time equivalent of Integration
  • It is a Feedback system
  • Its Impulse Response is the Unit Step u[n]

Forms

Difference Equation

y[n]=x[n]+y[n−1]

Block Diagram

x[n]+y[n]R

Operator Form

Implicit Operator Form

(1−R)Y=X

Explicit Operator Form

Y=1−R1​X=k=0∑∞​RkX

Graph View

  • Forms
  • Difference Equation
  • Block Diagram
  • Operator Form
  • Implicit Operator Form
  • Explicit Operator Form

Backlinks

  • Transfer Function

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community