Notes

Home

❯

Computer Science

❯

Computational Science

❯

Digital Signal Processing

❯

Discrete Convolution

Discrete Convolution

May 27, 20261 min read

A discrete Convolution, is a convolution applied to Discrete-Time functions, rather than Continuous-Time functions. We assume that our input signals have finite lengths and start at index zero, due to the Digital Signal Processing context.

y[n]=k=0∑length(h)−1​ h[k]⋅x[n−k]length(y)=length(x)+length(h)−1​​

Here h[k] is the Impulse Response of the system; this is the discrete analog of Duhamel’s Principle, where yp​(t)=h∗f.


Graph View

Backlinks

  • Digital Signal Processing
  • Transfer Function
  • Z Transform

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community