go away spammer

Author Topic: Looking for a simple C++ function for lowpass Butterworth filter  (Read 19234 times)

0 Members and 1 Guest are viewing this topic.

Offline jsmokerTopic starter

  • Full Member
  • ***
  • Posts: 118
  • Helpful? 2
As stated in the subject, I'm looking for a simple C++ function for lowpass Butterworth filter.  I have 16 x 12 bit inputs coming into the computer but they're very jumpy. 

Thanks,
Jason

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Looking for a simple C++ function for lowpass Butterworth filter
« Reply #1 on: July 23, 2007, 06:18:33 PM »
You only ask the hard questions . . .

Anyway, wikipedia gives a 3rd order equation derived for you. Shouldnt be hard to write your own C++ with that:
http://en.wikipedia.org/wiki/Butterworth_filter#A_simple_example

I havent done this stuff in ages, I dont really understand it anymore  :-[

This is potentially useful:
http://www.daycounter.com/Filters/LC-Butterworth-Filter/LC-Butterworth-Filter-Calculator.phtml

A google search came across a lot of source code, just none in C++
http://www.google.com/search?hl=en&rls=DGUS%2CDGUS%3A2006-11%2CDGUS%3Aen&q=%22low+pass+Butterworth+filter%22+code

 


Get Your Ad Here