SigViz

Tutorials & visualizers for signal processing.

Home
Signals
Time Domain
Transforms
Fourier
Convolution
Filters
Tutorial
1) Overview
2) Processing
3) Electrophysiology
4) Spectral Parameterization

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: