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 File: y = wconv (type, x, f)
Function File: y = wconv (type, x, f, shape)

1-D or 2-D convolution.

Inputs

type

Type of convolution.

x

Signal vector or matrix.

f

Coefficients of FIR filter.

shape

Shape.

Outputs

y

Convoluted signal.

Package: signal