CONVOLVE Convolve two matrices (normalize by the sum of convolved elements to compensate for border effects).

Usage: >> r = convolve( a, b );

Inputs:
a   
first input vector
b   
second input vector

Outputs:
r   
result of the convolution

Author: Arnaud Delorme, CNL / Salk Institute, 2001

See also: conv2(), conv()

See the matlab file convolve.m (may require other functions)

Back to functions