Function to calculate the discrete convolution between two numeric vectors

convolution(x, y)

Arguments

x

A numeric vector of length lx

y

A numeric vector of length ly

Value

A numeric vector of length (lx+ly-1) with the results of the convolution between the x and y vectors

See also