Thread: Filter Design in C++

  1. #1
    Registered User
    Join Date
    Dec 2010
    Posts
    1

    Filter Design in C++

    Hey Guys
    After searching lots of forums in net i found this forum which seems to me really legitimate.
    Now i need a help from you guys. Do any of you guys have any C/C++ program for 'low pass filter'? I am really badly in need of it.

    Please, share me something hopeful. I will look forward to it.
    Thanks
    Gypsy

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    A simple low pass filter just produces as output, the average of every pair of consecutive values in the input.
    My homepage
    Advice: Take only as directed - If symptoms persist, please see your debugger

    Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Game Engine Design
    By IceDane in forum Game Programming
    Replies: 2
    Last Post: 01-17-2010, 02:47 PM
  2. error in filter design coding
    By loga in forum C++ Programming
    Replies: 2
    Last Post: 02-07-2008, 04:38 AM
  3. Implementing Inheritence into your design
    By bobthebullet990 in forum C++ Programming
    Replies: 6
    Last Post: 08-05-2006, 04:40 PM
  4. Opinions on new site design
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 01-21-2005, 01:34 PM