Skip to main content
cp_it
Associate
February 16, 2009
Question

digital filters - coefficient generation

  • February 16, 2009
  • 3 replies
  • 795 views
Posted on February 16, 2009 at 12:36

digital filters - coefficient generation

    This topic has been closed for replies.

    3 replies

    stevemelnikoff9
    Associate II
    May 17, 2011
    Posted on May 17, 2011 at 13:03

    http://www-users.cs.york.ac.uk/~fisher/mkfilter/

    has calculators for different types of filters (scroll to the bottom).

    cp_it
    cp_itAuthor
    Associate
    May 17, 2011
    Posted on May 17, 2011 at 13:03

    hellow,

    what recomendations do you have for making FIR filter coefficients? I am using STM32 DSP software from apps note #14988.

    guyvo67
    Associate III
    May 17, 2011
    Posted on May 17, 2011 at 13:03

    Here another good site:

    http://www.dsptutor.freeuk.com/

    It lets you play around with the bandwidth and several types of basic filters and then calculates the coeff for you.

    You can also download the java applet code which I did to adapt the sampling interval that is default 8000 in the examples.

    Enjoy !

    -G