[Numpy-discussion] signal processing filter operation in numpy

Robert Kern robert.kern at gmail.com
Fri Nov 7 01:29:46 EST 2008


On Fri, Nov 7, 2008 at 00:25, frank wang <f.yw at hotmail.com> wrote:
> Hi,
>
> I need to perform iir filter operation using numpy and could not googled any
> useful info for this. Are there filter operation similar the matlab filter
> funciton in Numpy?

Not in numpy. scipy.signal.lfilter() does, though.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list