How to implement low pass filter using java
Posted
by
chai
on Stack Overflow
See other posts from Stack Overflow
or by chai
Published on 2010-10-26T18:15:11Z
Indexed on
2011/02/06
7:25 UTC
Read the original article
Hit count: 173
Hello Everyone,
I am trying to implement a low pass filter in Java. My requirement is very simple,I have to eliminate signals beyond a particular frequency (Single dimension). Looks like Butterworth filter would suit my need.
Now the important thing is that CPU time should be as low as possible. There would be close to a million sample the filter would have to process and our users don't like waiting too long. Are there any readymade implementation of Butterworth filters which has optimal algorithms for filtering.
Regards,
Chaitannya
© Stack Overflow or respective owner