ListConvolve[ker, list] forms the convolution of the kernel ker with list. |
ListConvolve[ker, list, k] forms the cyclic convolution in which the k element of ker is aligned with each element in list. |
ListConvolve[ker, list, {kL, kR}] forms the cyclic convolution whose first element contains list[[1]]ker[[kL]] and whose last element contains list[[-1]]ker[[kR]]. |
ListConvolve[ker, list, klist, p] forms the convolution in which list is padded at each end with repetitions of the element p. |
ListConvolve[ker, list, klist, {p1, p2, ...}] forms the convolution in which list is padded at each end with cyclic repetitions of the pi. |
ListConvolve[ker, list, klist, padding, g, h] forms a generalized convolution in which g is used in place of Times and h in place of Plus. |
ListConvolve[ker, list, klist, padding, g, h, lev] forms a convolution using elements at level lev in ker and list. |