dsp-0.2.5.2: Haskell Digital Signal Processing
Copyright(c) Matthew Donadio 2003
LicenseGPL
Maintainerm.p.donadio@ieee.org
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell98

DSP.Convolution

Description

Module to perform the linear convolution of two sequences

Synopsis

Documentation

conv :: (Ix a, Integral a, Num b) => Array a b -> Array a b -> Array a b Source #

conv convolves two finite sequences