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