[SciPy-User] Low pass filter

Kaan AKŞİT kunguz at gmail.com
Thu Sep 17 09:57:34 EDT 2009


Hi all,

This is my first time that I use Scipy. I have two arrays both of them one
dimensional. One of them is filled with voltage values and one of them is
filled with time values. I want to apply low pass filter to clear the noise
from the data. Can you please help me? I already wrote something but it is
not working:

(b,a)=butter(2,5,btype='low')
voltage=lfilter(b,a,voltage)
plt.plot(voltage,timing)

Best regards,
Kaan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20090917/263d2d04/attachment.html>


More information about the SciPy-User mailing list