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