Signal Vizualizers

Animated visualizers for signal processing.

Pages
Home
Signals
Fourier
Convolution
Filters

Developed by
Tom Donoghue.

Convolution

Here, a signal (grey) is convolved with a gaussian kernel (red), meaning we “slide” the kernel across the signal, computing each output value (green) by multiplying the kernel with the underlying signal (blue).

Long Kernel

In this first example, we will examine convolution using a long kernel.

conv-long

Short Kernel

Next, we can examine how things are different when we use a shorter kernel.

conv-short

Technical Notes

Some technical notes on the convolution: