ListCorrelate¶ Computes discrete cross-correlation of two lists. $ wo 'ListCorrelate[{1, -1}, {1, 2, 4, 8, 16}]' {-1, -2, -4, -8}