cancel
Showing results for 
Search instead for 
Did you mean: 

How to do FIR with STM32F429?

Carter Lee
Associate III
Posted on January 19, 2018 at 09:30

Dear all

I'm trying to make a Low Pass Filter from ADC signal within STM32F429.

I came across some relative document as the below

http://www.st.com/content/ccc/resource/technical/document/application_note/group0/c1/ee/18/7a/f9/45/45/3b/DM00273990/files/DM00273990.pdf/jcr:content/translations/en.DM00273990.pdf

 

But it seems to need more information how to do the FIR with STM32F429x.

 I can successively get the some filter coefficients as the below

0690X00000609QbQAI.png

But I don't know how to apply that coefficients and how to implement with STM32F429x within Keil.

Would you please help me how to apply and implement that FIR filter?

Additionally, I found 

arm_fir_f32

 function from 

https://www.keil.com/pack/doc/CMSIS/DSP/html/group__FIR.html#gae8fb334ea67eb6ecbd31824ddc14cd6a

 

Does arm_fir_f32() mean that I can use it as low pass filter  or high pass filter or band pass filter by using only coefficients?

What if I want to use it as low or high or band pass filter, then do I only need fir coefficients?

0 REPLIES 0