Function: convolve
CONVOLVE  Convolution
  Usage:  h=convolve(f,g);

  CONVOLVE has been deprecated. Please use LCONV instead.

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

    lconv(f,g);

Url: http://ltfat.github.io/doc/deprecated/convolve.html

See also: lconv.

Package: ltfat