cancel
Showing results for 
Search instead for 
Did you mean: 

digital filters - coefficient generation

cp
Associate
Posted on February 16, 2009 at 12:36

digital filters - coefficient generation

3 REPLIES 3
cp
Associate
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.

stevemelnikoff9
Associate II
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).

guyvo67
Associate II
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