Skip to main content
Endika Caño de Miguel
Associate III
November 8, 2017
Question

FFT on STM32L4???

  • November 8, 2017
  • 2 replies
  • 1890 views
Posted on November 08, 2017 at 12:19

Hello:

I have to do the FFT on a STM32L4  Nucleo32 board, but I don�t where to start. So any help will be welcomed.

Basically, I have an incoming sound signal, to which I have to do the FFT, but I don�t know how. I have read some information and I know that the are some Libraries to do the FFT. 

Will I need a conditioning circuit before conecting to the board??? 

I�ve never had to do anything like this and I�m a bit lost.

Thank you : )

#stm32l4 #stm32l432 #fft #help #stm32
This topic has been closed for replies.

2 replies

Andrew Neil
Super User
November 8, 2017
Posted on November 08, 2017 at 13:48

CMSIS includes some DSP stuff - like FFT.

Used to be available via the Standard Peripheral Libraries - so, presumably, now via the HAL ... ?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Andrew Neil
Super User
November 8, 2017
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.