Performs 1D or 2D convolution.
y = wconv (type, x, f) y = wconv (type, x, f, shape)
convolution type.
Signal vector or matrix.
FIR filter coefficients.
Shape.
This is an Octave function. It performs 1D or 2D convolution between the signal x and the filter coefficients f.