conv function

conv

conv

1D convolution: filtering or polynomial multiplication

conv(...)

Arguments

  • ...: list of vectors to convolute

Returns

Convolution of all input vectors

Examples

conv(c(1, -1), c(1, -2, 1)) conv(c(1, -1), c(1, 0.8))

See Also

colMedians, rowMedians, tests, sumStats, gaussTest, ident, cusum, varTest, armaFilter, dif, roots, zplane, acft, slide, plotSlide, Accuracy, tsDisplay, size

Author(s)

Diego J. Pedregal

  • Maintainer: Diego J. Pedregal
  • License: GPL-3
  • Last published: 2025-04-02

Useful links