| ||||||||
| ||||||||
Description | ||||||||
Module to perform fast linear convolution of two sequences | ||||||||
Synopsis | ||||||||
| ||||||||
Documentation | ||||||||
fast_conv :: (RealFloat b) => Array Int (Complex b) -> Array Int (Complex b) -> Array Int (Complex b) | ||||||||
fast_conv convolves two finite sequences using DFT relationships | ||||||||
Produced by Haddock version 0.4 |