The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

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