how to use FFT on stm32f4xx series mcu?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-25 1:31 AM
I want to use FFT functionality on stm32f4xx mcu, so where can I find some guide document about this? Thanks!
- Labels:
-
DSP
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-25 2:07 AM
CMSIS DSP would seem the obvious place to start
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-25 2:35 AM
this is a very useful link, i saved it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-25 4: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-25 4:42 AM
@xwang.3​ and X-CUBE-DSPDEMO is based on CMSIS DSP
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-25 5:32 PM
thanks�?Andrew Neil.​
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-25 5:33 PM
Thanks! Amel! Will do as your suggestion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-25 6: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
