2022-05-25 01:31 AM
I want to use FFT functionality on stm32f4xx mcu, so where can I find some guide document about this? Thanks!
2022-05-25 02:07 AM
CMSIS DSP would seem the obvious place to start
2022-05-25 02:35 AM
this is a very useful link, i saved it.
2022-05-25 04:34 AM
Hi @xwang.3 ,
I suggest you to refer to X-CUBE-DSPDEMO: Digital Signal Processing with STM32, software expansion for STM32Cube (AN4841).
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-05-25 04:42 AM
@xwang.3 and X-CUBE-DSPDEMO is based on CMSIS DSP
2022-05-25 05:32 PM
thanks�?Andrew Neil.
2022-05-25 05:33 PM
Thanks! Amel! Will do as your suggestion.
2022-05-25 06:20 PM
I wrote my own FFT/FHT routines. If you want to go down that path you might want to check out a previous post I wrote -
https://community.st.com/s/question/0D50X0000B0xqPrSQI/fast-hartley-versus-fast-fourier