|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| ListConvolve[ker, list] forms the convolution of the kernel ker with list. |
| ListConvolve[ker, list, k] forms the cyclic convolution in which the k |
| 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. |
| {-1,1} | no overhangs (default) | |
| {-1,-1} | maximal overhang at the right-hand end | |
| {1,1} | maximal overhang at the left-hand end | |
| {1,-1} | maximal overhangs at both beginning and end |
| p | pad with repetitions of a single element | |
| {p1,p2,...} | pad with cyclic repetitions of a sequence of elements | |
| list | pad by treating list as cyclic (default) | |
| {} | do no padding |