This is the first problem in the fast 1-D convolution series. This problem asks you to find a fast algorithm to compute the 1-D convolution in its full output shape.

There exists a fast 1-D convolution algorithm way more efficient than MATLAB's built-in conv function invoked in the form conv(u,v,'full'), and the performance improvement is more pronounced when length(u) and/or length(v) are large. Do you know how? Try it out.

Solution Stats

68 Solutions

34 Solvers

Last Solution submitted on Dec 09, 2025

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...