Convolution

This function computes the convolution of two Discrete-time signals; x & y.
548 Downloads
Updated 19 Apr 2013

View License

z=convolution(x,y) computes the convolution between two Discrete-time signals; x & y. If the two sequences have different lengths, the function will first pad the shorter with zeros. If the length of the longer sequence is N, then the length of the convolution result (i.e length(z)) is 2N-1.

Cite As

Ismail M. El-Badawy (2024). Convolution (https://www.mathworks.com/matlabcentral/fileexchange/41385-convolution), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0