Skip to main content
ggowd.1
Associate III
April 12, 2024
Question

How to configure FIR filter in FFT USING NUCLEO-H745ZI

  • April 12, 2024
  • 3 replies
  • 1848 views

Hello Team,

I'm trying to configure FIR filter in FFT in one point I am getting grab data every time in every call back collecting 1024 data and process to arm_fir_f32(); Function, is there any code related to this FIR filter in FFT.

PFA code and sin wave generated.

Best Regards,
Gagan Gowda

 

 

This topic has been closed for replies.

3 replies

AScha.3
Super User
April 12, 2024

Hi,

>is there any code related to this FIR filter

If you write it - yes. :)

+

What code you expect ? the filter coefficients ?

 

If you feel a post has answered your question, please click on " Best Answer ".
ggowd.1
ggowd.1Author
Associate III
April 12, 2024

Hi   AScha.3,

I have watched video in YouTube related to fir filter followed same steps i will attach the code below,

I have generated co-efficient up to 0 to 1khz and 32db sampling frequency 4096hz as low pass filter is any code related to this, please help me out.

Best Regards,

Gagan Gowda

 

ST Technical Moderator
April 12, 2024

Hello @ggowd.1 ,

Please have a look at the X-CUBE-DSPDEMO firmware package which demonstrates the usage of DSP library provided within the CMSIS.

You can get inspired from this package as it includes an FFT example and an FIR example to show a full integration with the STM32 families using its peripherals.

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks