[SciPy-User] filtfilt + sos?

Ralf Gommers ralf.gommers at gmail.com
Tue Jul 28 09:34:45 EDT 2015


On Tue, Jul 28, 2015 at 3:29 PM, Neal Becker <ndbecker2 at gmail.com> wrote:

> I was interested int using filtfilt with a high order filter, so I thought
> why not try out the new sos?  But I don't think filtfilt works with sos.
>

Nope, filtfilt only takes TF format.
http://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.sosfilt.html
is the only filter that can use SOS at the moment. Unifying all filter
formats and making all filtering functions understand all formats is
progressing slowly, but there's a long way to go.

Ralf


>
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20150728/317afade/attachment.html>


More information about the SciPy-User mailing list