QuickFreeTools

Online Convolution Calculator

Compute the discrete convolution of two sequences: sum of products (f * g)[n] = Σ f[k]·g[n−k].

Frequently Asked Questions

What is discrete convolution?
For two sequences f and g, (f * g)[n] = Σ f[k]·g[n−k] over all k where both terms are defined.
How do I enter sequences?
Enter numbers separated by spaces or commas, e.g. 1 2 3 and 4 5. Each sequence can be any length.
What is the length of the result?
The full convolution length is length(f) + length(g) − 1.

Related Calculators