[Numpy-discussion] (no subject)

David Cournapeau david at ar.media.kyoto-u.ac.jp
Fri Oct 31 01:16:33 EDT 2008


frank wang wrote:
> Hi,
>  
> In my work, I want to implement a fir filter with an input array.
> Since performing the filter on each input sample is slow, are there
> fast way to perform the fir filter operation?  Are there ways to
> convert input into an array and perform the array multipication?

look at scipy.signal.lfilter,

David



More information about the NumPy-Discussion mailing list