This is where navigation should be.

CONVOLVE - Convolution

Usage

h=convolve(f,g);

Description

convolve has been deprecated. Please use lconv instead.

A call to convolve(f,g) can be replaced by

lconv(f,g);